Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1131 if (dev_priv->ctx.staged_bindings) in vmw_driver_load()
1132 vmw_binding_state_free(dev_priv->ctx.staged_bindings); in vmw_driver_load()
1176 if (dev_priv->ctx.staged_bindings) in vmw_driver_unload()
1177 vmw_binding_state_free(dev_priv->ctx.staged_bindings); in vmw_driver_unload()
Dvmwgfx_execbuf.c182 if (entry->staged != sw_context->staged_bindings) in vmw_execbuf_bindings_commit()
224 if (!sw_context->staged_bindings) { in vmw_cmd_ctx_first_setup()
225 sw_context->staged_bindings = vmw_binding_state_alloc(dev_priv); in vmw_cmd_ctx_first_setup()
226 if (IS_ERR(sw_context->staged_bindings)) { in vmw_cmd_ctx_first_setup()
227 ret = PTR_ERR(sw_context->staged_bindings); in vmw_cmd_ctx_first_setup()
228 sw_context->staged_bindings = NULL; in vmw_cmd_ctx_first_setup()
241 node->staged = sw_context->staged_bindings; in vmw_cmd_ctx_first_setup()
4164 if (sw_context->staged_bindings) in vmw_execbuf_process()
4165 vmw_binding_state_reset(sw_context->staged_bindings); in vmw_execbuf_process()
Dvmwgfx_drv.h442 struct vmw_ctx_binding_state *staged_bindings; member