drm/i915/ddi: Push pipe clock enabling to encoders
authorImre Deak <imre.deak@intel.com>
Wed, 13 Jun 2018 17:27:46 +0000 (20:27 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 14 Jun 2018 16:50:07 +0000 (19:50 +0300)
commitafb2c4437daeed2d0c49e246ad1ad4def5d913cd
tree8ab76421a00d800ce380d9e605a22f00c93134ee
parent24a28179ecc0011e41a0fc8034a1a8e0fefbb406
drm/i915/ddi: Push pipe clock enabling to encoders

On ICL the pipe clock needs to be enabled before setting the HDMI
infoframe, but these steps are in the reverse order atm. Move the pipe
clock enabling to the encoders, so reordering of the two steps can be
done in a clean way.

No functional change.

v2:
- Rebased on drm-tip.

Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Ville Syrjälä <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/20180613172746.18525-1-imre.deak@intel.com
drivers/gpu/drm/i915/intel_crt.c
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_display.c