drm/i915/icl: Fix initing the DSI DSC power refcount during HW readout
authorImre Deak <imre.deak@intel.com>
Wed, 9 Dec 2020 15:39:52 +0000 (17:39 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 10 Dec 2020 18:39:43 +0000 (20:39 +0200)
commit3a9ec563a4ff770ae647f6ee539810f1866866c9
treee6075f4b8b11c4b827465fec5f72288cf819f764
parentfd8a5b27ff2141ca17dc1223eeef000653250f83
drm/i915/icl: Fix initing the DSI DSC power refcount during HW readout

For an enabled DSC during HW readout the corresponding power reference
is taken along the CRTC power domain references in
get_crtc_power_domains(). Remove the incorrect get ref from the DSI
encoder hook.

Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201209153952.3397959-1-imre.deak@intel.com
drivers/gpu/drm/i915/display/icl_dsi.c