Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c886 int vmw_context_bind_dx_query(struct vmw_resource *ctx_res, in vmw_context_bind_dx_query() argument
890 container_of(ctx_res, struct vmw_user_context, res); in vmw_context_bind_dx_query()
906 mob->dx_query_ctx = ctx_res; in vmw_context_bind_dx_query()
920 vmw_context_get_dx_query_mob(struct vmw_resource *ctx_res) in vmw_context_get_dx_query_mob() argument
923 container_of(ctx_res, struct vmw_user_context, res); in vmw_context_get_dx_query_mob()
Dvmwgfx_execbuf.c716 static int vmw_rebind_all_dx_query(struct vmw_resource *ctx_res) in vmw_rebind_all_dx_query() argument
718 struct vmw_private *dev_priv = ctx_res->dev_priv; in vmw_rebind_all_dx_query()
722 dx_query_mob = vmw_context_get_dx_query_mob(ctx_res); in vmw_rebind_all_dx_query()
727 cmd = VMW_FIFO_RESERVE_DX(dev_priv, sizeof(*cmd), ctx_res->id); in vmw_rebind_all_dx_query()
733 cmd->body.cid = ctx_res->id; in vmw_rebind_all_dx_query()
737 vmw_context_bind_dx_query(ctx_res, dx_query_mob); in vmw_rebind_all_dx_query()
Dvmwgfx_drv.h1274 extern int vmw_context_bind_dx_query(struct vmw_resource *ctx_res,
1277 vmw_context_get_dx_query_mob(struct vmw_resource *ctx_res);