Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_uncore.c2545 u32 mcr_mask, mcr_ss, mcr, old_mcr, val; in intel_uncore_read_with_mcr_steering_fw() local
2551 mcr_ss = GEN11_MCR_SLICE(slice) | GEN11_MCR_SUBSLICE(subslice); in intel_uncore_read_with_mcr_steering_fw()
2554 mcr_ss = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); in intel_uncore_read_with_mcr_steering_fw()
2560 mcr |= mcr_ss; in intel_uncore_read_with_mcr_steering_fw()