Home
last modified time | relevance | path

Searched refs:cotable_res (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1256 struct vmw_resource *cotable_res; in vmw_cmd_dx_define_query() local
1268 cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY); in vmw_cmd_dx_define_query()
1269 if (IS_ERR_OR_NULL(cotable_res)) in vmw_cmd_dx_define_query()
1270 return cotable_res ? PTR_ERR(cotable_res) : -EINVAL; in vmw_cmd_dx_define_query()
1271 ret = vmw_cotable_notify(cotable_res, cmd->body.queryId); in vmw_cmd_dx_define_query()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1262 struct vmw_resource *cotable_res; in vmw_cmd_dx_define_query() local
1274 cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY); in vmw_cmd_dx_define_query()
1275 ret = vmw_cotable_notify(cotable_res, cmd->body.queryId); in vmw_cmd_dx_define_query()

Completed in 20 milliseconds