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

/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_pm.c6318 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; ironlake_init_clock_gating() local
6324 dspclk_gate |= ILK_DPFCRUNIT_CLOCK_GATE_DISABLE | ironlake_init_clock_gating()
6344 dspclk_gate |= ILK_DPARBUNIT_CLOCK_GATE_ENABLE; ironlake_init_clock_gating()
6368 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); ironlake_init_clock_gating()
6440 uint32_t dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; gen6_init_clock_gating() local
6442 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate); gen6_init_clock_gating()
6926 uint32_t dspclk_gate; g4x_init_clock_gating() local
6933 dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE | g4x_init_clock_gating()
6937 dspclk_gate |= DSSUNIT_CLOCK_GATE_DISABLE; g4x_init_clock_gating()
6938 I915_WRITE(DSPCLK_GATE_D, dspclk_gate); g4x_init_clock_gating()

Completed in 69 milliseconds