Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-tpg.c795 goto error_resource; in xtpg_probe()
801 goto error_resource; in xtpg_probe()
892 error_resource: in xtpg_probe()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c808 BUG_ON(sw_context->error_resource != NULL); in vmw_cmd_res_check()
809 sw_context->error_resource = res; in vmw_cmd_res_check()
4100 struct vmw_resource *error_resource; in vmw_execbuf_process() local
4329 error_resource = sw_context->error_resource; in vmw_execbuf_process()
4330 sw_context->error_resource = NULL; in vmw_execbuf_process()
4339 if (unlikely(error_resource != NULL)) in vmw_execbuf_process()
4340 vmw_resource_unreference(&error_resource); in vmw_execbuf_process()
Dvmwgfx_drv.h315 struct vmw_resource *error_resource; member