]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Make force_load_detect effective even w/ DMI quirks/hotplug
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 22 Mar 2018 17:41:35 +0000 (19:41 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 29 Mar 2018 16:14:21 +0000 (19:14 +0300)
commit85987be01186156449a6f84473aeed640044a562
treea831b0c166b0fac19d82d4b2aa823bc5af11606e
parent8e39290a41f1314bdfd2ddac8b3dfa23f64877e2
drm/i915: Make force_load_detect effective even w/ DMI quirks/hotplug

When doing forced load detection testing we should totally ignore any
hotplug status for the connector. This is mostly relevant for machines
where we already ignore the hotplug status based on the DMI quirks. On
other machines we would currently skip the force load detection tests
on account of the connector already being connected.

v2: Drop the other force_load_detect check since it's useless now (Maarten)

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180322174135.5982-1-ville.syrjala@linux.intel.com
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/intel_crt.c