Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_uncore.c2554 mcr_ss = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); in intel_uncore_read_with_mcr_steering_fw()
Di915_reg.h2692 #define GEN8_MCR_SLICE(slice) (((slice) & 3) << 26) macro
2693 #define GEN8_MCR_SLICE_MASK GEN8_MCR_SLICE(3)