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

/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_mcr.c268 mcr_ss = GEN11_MCR_SLICE(group) | GEN11_MCR_SUBSLICE(instance);
H A Dintel_gt_regs.h79 #define GEN11_MCR_SLICE(slice) (((slice) & 0xf) << 27) macro
80 #define GEN11_MCR_SLICE_MASK GEN11_MCR_SLICE(0xf)
H A Dintel_workarounds.c1240 mcr = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice);

Completed in 85 milliseconds