drm/i915/dsi: Do display on sequence later on icl+
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 8 Jun 2023 20:30:46 +0000 (23:30 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 13 Jun 2023 16:02:53 +0000 (19:02 +0300)
commit88b065943cb583e890324d618e8d4b23460d51a3
tree2f88a5e69de82ab94af14b87c581eb3c0ce2ff00
parent86ecd3b3d16b03146df7a17e4629f5593ead5fd5
drm/i915/dsi: Do display on sequence later on icl+

Doing the init OTP and display on DSI sequences back to back
doesn't really make any sense (a single sequence would suffice
then). Move the display on sequence to be done just before
backlight on, which is also what Windows does.

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-3-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/icl_dsi.c