]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Replace use of PLLS power domain with DISPLAY_CORE domain
authorImre Deak <imre.deak@intel.com>
Thu, 9 May 2019 17:34:44 +0000 (20:34 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 14 May 2019 11:06:30 +0000 (14:06 +0300)
commit4f06f0bae953b81a0ac6938937090895e2027b93
tree7c5ebabc61185e30c0ba509abbbd070f6b4b0171
parent7e2d87ae5ba74f5bca7fe01fd09d9947a8cabe9c
drm/i915: Replace use of PLLS power domain with DISPLAY_CORE domain

There isn't a separate power domain specific to PLLs. When programming
them we require the same power domain to be enabled which is needed when
accessing other display core parts (not specific to any
pipe/port/transcoder). This corresponds to the DISPLAY_CORE domain added
previously in this patchset, so use that instead to save bits in the
power domain mask.

Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190509173446.31095-10-imre.deak@intel.com
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_display.h
drivers/gpu/drm/i915/intel_dpll_mgr.c
drivers/gpu/drm/i915/intel_runtime_pm.c