Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_clock_gating.c79 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 Dintel_gt_regs.h708 #define GEN8_SDEUNIT_CLOCK_GATE_DISABLE (1 << 14) macro