Home
last modified time | relevance | path

Searched refs:GEN8_MCR_SLICE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c294 mcr_ss = GEN8_MCR_SLICE(group) | GEN8_MCR_SUBSLICE(instance); in rw_with_mcr_steering_fw()
H A Dintel_gt_regs.h74 #define GEN8_MCR_SLICE(slice) (((slice) & 3) << 26) macro
75 #define GEN8_MCR_SLICE_MASK GEN8_MCR_SLICE(3)
H A Dintel_workarounds.c1145 mcr = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); in gen9_wa_init_mcr()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1071 mcr_ss = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); in read_subslice_reg()
H A Dintel_workarounds.c1145 mcr = GEN8_MCR_SLICE(slice) | GEN8_MCR_SUBSLICE(subslice); in wa_init_mcr()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_reg.h2666 #define GEN8_MCR_SLICE(slice) (((slice) & 3) << 26) macro
2667 #define GEN8_MCR_SLICE_MASK GEN8_MCR_SLICE(3)

Completed in 51 milliseconds