Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c126 u32 cotable_max = has_sm5_context(dev_priv) ? in vmw_context_cotables_unref() local
129 for (i = 0; i < cotable_max; ++i) { in vmw_context_cotables_unref()
216 u32 cotable_max = has_sm5_context(dev_priv) ? in vmw_gb_context_init() local
218 for (i = 0; i < cotable_max; ++i) { in vmw_gb_context_init()
555 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_dx_context_scrub_cotables() local
560 for (i = 0; i < cotable_max; ++i) { in vmw_dx_context_scrub_cotables()
822 u32 cotable_max = has_sm5_context(ctx->dev_priv) ? in vmw_context_cotable() local
825 if (cotable_type >= cotable_max) in vmw_context_cotable()
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()