Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c725 unsigned int physical_vdbox, in gen11_vdbox_has_sfc() argument
740 if ((gt->info.sfc_mask & BIT(physical_vdbox / 2)) == 0) in gen11_vdbox_has_sfc()
743 return (physical_vdbox % 2 == 0) || in gen11_vdbox_has_sfc()
744 !(BIT(physical_vdbox - 1) & vdbox_mask); in gen11_vdbox_has_sfc()