OSDN Git Service

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)
commit4165791d29f64e01860a064f3c649447dbac41c3
treea831b0c166b0fac19d82d4b2aa823bc5af11606e
parentbe90cc318b4c8d5c3999eb25783d8055e6a67855
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