Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/
Dintel_clock_gating.c77 intel_uncore_rmw(&i915->uncore, GEN8_UCGCTL6, 0, GEN8_SDEUNIT_CLOCK_GATE_DISABLE); in bxt_init_clock_gating()
388 0, GEN8_SDEUNIT_CLOCK_GATE_DISABLE); in kbl_init_clock_gating()
448 intel_uncore_rmw(&i915->uncore, GEN8_UCGCTL6, 0, GEN8_SDEUNIT_CLOCK_GATE_DISABLE); in bdw_init_clock_gating()
588 intel_uncore_rmw(&i915->uncore, GEN8_UCGCTL6, 0, GEN8_SDEUNIT_CLOCK_GATE_DISABLE); in chv_init_clock_gating()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_gt_regs.h713 #define GEN8_SDEUNIT_CLOCK_GATE_DISABLE (1 << 14) macro