Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1921 size, &sw_context->staged_cmd_res); in vmw_cmd_shader_define()
1958 cmd->body.type, &sw_context->staged_cmd_res); in vmw_cmd_shader_destroy()
2488 &sw_context->staged_cmd_res); in vmw_cmd_dx_view_define()
2649 &sw_context->staged_cmd_res, &view); in vmw_cmd_dx_view_remove()
2694 &sw_context->staged_cmd_res); in vmw_cmd_dx_define_shader()
2717 &sw_context->staged_cmd_res); in vmw_cmd_dx_destroy_shader()
3017 &sw_context->staged_cmd_res); in vmw_cmd_dx_define_streamoutput()
3053 &sw_context->staged_cmd_res); in vmw_cmd_dx_destroy_streamoutput()
4160 INIT_LIST_HEAD(&sw_context->staged_cmd_res); in vmw_execbuf_process()
4273 vmw_cmdbuf_res_commit(&sw_context->staged_cmd_res); in vmw_execbuf_process()
[all …]
H A Dvmwgfx_drv.h409 struct list_head staged_cmd_res; member