Searched refs:GEN8_SDEUNIT_CLOCK_GATE_DISABLE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_clock_gating.c | 79 intel_uncore_rmw(&i915->uncore, GEN8_UCGCTL6, 0, GEN8_SDEUNIT_CLOCK_GATE_DISABLE); in bxt_init_clock_gating() 453 0, GEN8_SDEUNIT_CLOCK_GATE_DISABLE); in kbl_init_clock_gating() 533 intel_uncore_rmw(&i915->uncore, GEN8_UCGCTL6, 0, GEN8_SDEUNIT_CLOCK_GATE_DISABLE); in bdw_init_clock_gating() 673 intel_uncore_rmw(&i915->uncore, GEN8_UCGCTL6, 0, GEN8_SDEUNIT_CLOCK_GATE_DISABLE); in chv_init_clock_gating()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_regs.h | 708 #define GEN8_SDEUNIT_CLOCK_GATE_DISABLE (1 << 14) macro
|