Home
last modified time | relevance | path

Searched refs:staged_bindings (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c850 if (sw_context->staged_bindings) in vmw_sw_context_fini()
851 vmw_binding_state_free(sw_context->staged_bindings); in vmw_sw_context_fini()
1173 if (dev_priv->ctx.staged_bindings) in vmw_driver_load()
1174 vmw_binding_state_free(dev_priv->ctx.staged_bindings); in vmw_driver_load()
H A Dvmwgfx_drv.h417 struct vmw_ctx_binding_state *staged_bindings; member