Searched refs:staged_bindings (Results 1 – 3 of 3) sorted by relevance
1143 if (dev_priv->ctx.staged_bindings) in vmw_driver_load()1144 vmw_binding_state_free(dev_priv->ctx.staged_bindings); in vmw_driver_load()1187 if (dev_priv->ctx.staged_bindings) in vmw_driver_unload()1188 vmw_binding_state_free(dev_priv->ctx.staged_bindings); in vmw_driver_unload()
182 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()4116 if (sw_context->staged_bindings) in vmw_execbuf_process()4117 vmw_binding_state_reset(sw_context->staged_bindings); in vmw_execbuf_process()
422 struct vmw_ctx_binding_state *staged_bindings; member
Completed in 19 milliseconds