Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_context.c122 u32 cotable_max = has_sm5_context(dev_priv) ? in vmw_context_cotables_unref() local
125 for (i = 0; i < cotable_max; ++i) { in vmw_context_cotables_unref()
212 u32 cotable_max = has_sm5_context(dev_priv) ? in vmw_gb_context_init() local
214 for (i = 0; i < cotable_max; ++i) { in vmw_gb_context_init()
551 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_dx_context_scrub_cotables() local
556 for (i = 0; i < cotable_max; ++i) { in vmw_dx_context_scrub_cotables()
818 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_context_cotable() local
821 if (cotable_type >= cotable_max) in vmw_context_cotable()
A Dvmwgfx_execbuf.c442 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_resource_context_res_add() local
448 for (i = 0; i < cotable_max; ++i) { in vmw_resource_context_res_add()

Completed in 11 milliseconds