]> 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)
commitbeaffa81b2ce391c10f1a70daa8dbd908711e26a
treea831b0c166b0fac19d82d4b2aa823bc5af11606e
parentb2153ecdbd6e00471368410951f89a8ce919a391
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