Searched refs:commit_notify (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 129 if (entry->res->func->commit_notify) in vmw_cmdbuf_res_commit() 130 entry->res->func->commit_notify(entry->res, in vmw_cmdbuf_res_commit()
|
H A D | vmwgfx_resource_priv.h | 71 * @commit_notify: If the resource is a command buffer managed resource, 98 void (*commit_notify)(struct vmw_resource *res, member
|
H A D | vmwgfx_streamoutput.c | 75 .commit_notify = vmw_dx_streamoutput_commit_notify,
|
H A D | vmwgfx_so.c | 88 .commit_notify = vmw_view_commit_notify,
|
H A D | vmwgfx_shader.c | 125 .commit_notify = vmw_dx_shader_commit_notify,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 130 if (entry->res->func->commit_notify) in vmw_cmdbuf_res_commit() 131 entry->res->func->commit_notify(entry->res, in vmw_cmdbuf_res_commit()
|
H A D | vmwgfx_resource_priv.h | 72 * @commit_notify: If the resource is a command buffer managed resource, 100 void (*commit_notify)(struct vmw_resource *res, member
|
H A D | vmwgfx_streamoutput.c | 75 .commit_notify = vmw_dx_streamoutput_commit_notify,
|
H A D | vmwgfx_so.c | 91 .commit_notify = vmw_view_commit_notify,
|
H A D | vmwgfx_shader.c | 123 .commit_notify = vmw_dx_shader_commit_notify,
|
Completed in 10 milliseconds