Searched refs:GEN11_MCR_SUBSLICE (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c230 mcr_ss = GEN11_MCR_SLICE(group) | GEN11_MCR_SUBSLICE(instance);
H A Dintel_gt_regs.h81 #define GEN11_MCR_SUBSLICE(subslice) (((subslice) & 0x7) << 24) macro
82 #define GEN11_MCR_SUBSLICE_MASK GEN11_MCR_SUBSLICE(0x7)
H A Dintel_workarounds.c1230 mcr = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice);

Completed in 195 milliseconds