drm/i915/dsi: Move panel reset+power off to be the last thing
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 8 Jun 2023 20:30:55 +0000 (23:30 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 13 Jun 2023 16:07:52 +0000 (19:07 +0300)
commit5263a63c88d825ab7510fdb36419c06542bf52d9
tree4c2d6c50d6a00c21dd71c49201d963ebaa716b76
parent1c7684e7b7b6d9f0cdb600283816faba22c81ee9
drm/i915/dsi: Move panel reset+power off to be the last thing

Follow what Windows does and do the DSI panel reset+power off
after everything else.

v2: s/intel_dsi_msleep/msleep/

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230608203057.23759-12-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/icl_dsi.c