Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1257 struct vmw_resource *cotable_res; in vmw_cmd_dx_define_query() local
1269 cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY); in vmw_cmd_dx_define_query()
1270 if (IS_ERR_OR_NULL(cotable_res)) in vmw_cmd_dx_define_query()
1271 return cotable_res ? PTR_ERR(cotable_res) : -EINVAL; in vmw_cmd_dx_define_query()
1272 ret = vmw_cotable_notify(cotable_res, cmd->body.queryId); in vmw_cmd_dx_define_query()