Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-tpg.c793 goto error_resource; in xtpg_probe()
799 goto error_resource; in xtpg_probe()
890 error_resource: in xtpg_probe()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c755 BUG_ON(sw_context->error_resource != NULL); in vmw_cmd_res_check()
756 sw_context->error_resource = res; in vmw_cmd_res_check()
3904 struct vmw_resource *error_resource; in vmw_execbuf_process() local
4096 error_resource = sw_context->error_resource; in vmw_execbuf_process()
4097 sw_context->error_resource = NULL; in vmw_execbuf_process()
4106 if (unlikely(error_resource != NULL)) in vmw_execbuf_process()
4107 vmw_resource_unreference(&error_resource); in vmw_execbuf_process()
Dvmwgfx_drv.h310 struct vmw_resource *error_resource; member