Home
last modified time | relevance | path

Searched refs:staged (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c115 * @staged: The binding state changes of this command buffer
121 struct vmw_ctx_binding_state *staged; member
180 vmw_binding_state_commit(entry->cur, entry->staged); in vmw_execbuf_bindings_commit()
182 if (entry->staged != sw_context->staged_bindings) in vmw_execbuf_bindings_commit()
183 vmw_binding_state_free(entry->staged); in vmw_execbuf_bindings_commit()
234 node->staged = vmw_binding_state_alloc(dev_priv); in vmw_cmd_ctx_first_setup()
235 if (IS_ERR(node->staged)) { in vmw_cmd_ctx_first_setup()
236 ret = PTR_ERR(node->staged); in vmw_cmd_ctx_first_setup()
237 node->staged = NULL; in vmw_cmd_ctx_first_setup()
241 node->staged in vmw_cmd_ctx_first_setup()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c113 * @staged: The binding state changes of this command buffer
119 struct vmw_ctx_binding_state *staged; member
176 vmw_binding_state_commit(entry->cur, entry->staged); in vmw_execbuf_bindings_commit()
178 if (entry->staged != sw_context->staged_bindings) in vmw_execbuf_bindings_commit()
179 vmw_binding_state_free(entry->staged); in vmw_execbuf_bindings_commit()
229 node->staged = vmw_binding_state_alloc(dev_priv); in vmw_cmd_ctx_first_setup()
230 if (IS_ERR(node->staged)) { in vmw_cmd_ctx_first_setup()
231 ret = PTR_ERR(node->staged); in vmw_cmd_ctx_first_setup()
232 node->staged = NULL; in vmw_cmd_ctx_first_setup()
236 node->staged in vmw_cmd_ctx_first_setup()
[all...]

Completed in 6 milliseconds