Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A 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()