]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Use the "display core" power domain in vlv/chv set_cdclk()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 1 Jul 2019 16:15:34 +0000 (19:15 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 11 Jul 2019 16:23:34 +0000 (19:23 +0300)
commit13ce609243c7fbc17d8b272629242bc25a5401bd
treeff94eb9d9cd19cb893219b9195a1b6894df600ec
parentf63dfc1464380833c6a2c8daa1b767c6020565af
drm/i915: Use the "display core" power domain in vlv/chv set_cdclk()

The PFI credit programming performed during cdclk change on vlv/chv
requires access to a register in the disp2d power well. So far
we've abused pipe-A power domain for this, but now we have the
more appropriate "display core" domain so let's make use of it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190701161534.6671-1-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_cdclk.c