Home
last modified time | relevance | path

Searched refs:staged_cmd_res (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c1938 size, &sw_context->staged_cmd_res); in vmw_cmd_shader_define()
1975 cmd->body.type, &sw_context->staged_cmd_res); in vmw_cmd_shader_destroy()
2508 &sw_context->staged_cmd_res); in vmw_cmd_dx_view_define()
2669 &sw_context->staged_cmd_res, &view); in vmw_cmd_dx_view_remove()
2712 &sw_context->staged_cmd_res); in vmw_cmd_dx_define_shader()
2735 &sw_context->staged_cmd_res); in vmw_cmd_dx_destroy_shader()
3033 &sw_context->staged_cmd_res); in vmw_cmd_dx_define_streamoutput()
3069 &sw_context->staged_cmd_res); in vmw_cmd_dx_destroy_streamoutput()
4175 INIT_LIST_HEAD(&sw_context->staged_cmd_res); in vmw_execbuf_process()
4288 vmw_cmdbuf_res_commit(&sw_context->staged_cmd_res); in vmw_execbuf_process()
[all …]
Dvmwgfx_drv.h444 struct list_head staged_cmd_res; member