Home
last modified time | relevance | path

Searched refs:vmw_cmdbuf_res_revert (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c150 * vmw_cmdbuf_res_revert - Revert a list of command buffer resource actions
160 void vmw_cmdbuf_res_revert(struct list_head *list) in vmw_cmdbuf_res_revert() function
H A Dvmwgfx_drv.h1233 extern void vmw_cmdbuf_res_revert(struct list_head *list);
H A Dvmwgfx_execbuf.c4284 vmw_cmdbuf_res_revert(&sw_context->staged_cmd_res); in vmw_execbuf_process()