Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_gt_mcr.c160 mcr_ss = GEN11_MCR_SLICE(group) | GEN11_MCR_SUBSLICE(instance); in rw_with_mcr_steering_fw()
Dintel_gt_regs.h50 #define GEN11_MCR_SLICE(slice) (((slice) & 0xf) << 27) macro
51 #define GEN11_MCR_SLICE_MASK GEN11_MCR_SLICE(0xf)
Dintel_workarounds.c1073 mcr = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice); in __set_mcr_steering()