Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c955 if (dev_priv->ctx.staged_bindings) in vmw_driver_load()
956 vmw_binding_state_free(dev_priv->ctx.staged_bindings); in vmw_driver_load()
1000 if (dev_priv->ctx.staged_bindings) in vmw_driver_unload()
1001 vmw_binding_state_free(dev_priv->ctx.staged_bindings); in vmw_driver_unload()
Dvmwgfx_execbuf.c178 if (entry->staged != sw_context->staged_bindings) in vmw_execbuf_bindings_commit()
219 if (!sw_context->staged_bindings) { in vmw_cmd_ctx_first_setup()
220 sw_context->staged_bindings = vmw_binding_state_alloc(dev_priv); in vmw_cmd_ctx_first_setup()
221 if (IS_ERR(sw_context->staged_bindings)) { in vmw_cmd_ctx_first_setup()
222 ret = PTR_ERR(sw_context->staged_bindings); in vmw_cmd_ctx_first_setup()
223 sw_context->staged_bindings = NULL; in vmw_cmd_ctx_first_setup()
236 node->staged = sw_context->staged_bindings; in vmw_cmd_ctx_first_setup()
3710 if (sw_context->staged_bindings) in vmw_execbuf_process()
3711 vmw_binding_state_reset(sw_context->staged_bindings); in vmw_execbuf_process()
Dvmwgfx_drv.h387 struct vmw_ctx_binding_state *staged_bindings; member