Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c1931 size, &sw_context->staged_cmd_res); in vmw_cmd_shader_define()
1968 cmd->body.type, &sw_context->staged_cmd_res); in vmw_cmd_shader_destroy()
2449 &sw_context->staged_cmd_res); in vmw_cmd_dx_view_define()
2609 &sw_context->staged_cmd_res, &view); in vmw_cmd_dx_view_remove()
2652 &sw_context->staged_cmd_res); in vmw_cmd_dx_define_shader()
2675 &sw_context->staged_cmd_res); in vmw_cmd_dx_destroy_shader()
3721 INIT_LIST_HEAD(&sw_context->staged_cmd_res); in vmw_execbuf_process()
3827 vmw_cmdbuf_res_commit(&sw_context->staged_cmd_res); in vmw_execbuf_process()
3850 vmw_cmdbuf_res_revert(&sw_context->staged_cmd_res); in vmw_execbuf_process()
Dvmwgfx_drv.h389 struct list_head staged_cmd_res; member