]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Forcing a modeset when resetting HDMI link
authorJosé Roberto de Souza <jose.souza@intel.com>
Sat, 2 Mar 2019 00:33:49 +0000 (16:33 -0800)
committerJosé Roberto de Souza <jose.souza@intel.com>
Mon, 4 Mar 2019 22:42:01 +0000 (14:42 -0800)
commitb8fe992a0817290989099113a0111de2b548905b
tree1bbead6570bb844a13631b5153f875d2b0e17067
parent3e5ebcddd1031aa6bb91beca46ceaff80b24e4f6
drm/i915: Forcing a modeset when resetting HDMI link

With fastboot enabled in gen9+ it broke the HDMI reset as just
setting mode_changed to true causes a fastset and here we want a full
modeset that will disable and then enable the encoder of this HDMI
link actually, so setting connectors_changed instead that will cause
modeset as desired.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190302003349.19189-3-jose.souza@intel.com
drivers/gpu/drm/i915/intel_ddi.c