diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_crt.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_crt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c index ec5df0f88417..9f3d3e563414 100644 --- a/drivers/gpu/drm/i915/intel_crt.c +++ b/drivers/gpu/drm/i915/intel_crt.c | |||
@@ -234,8 +234,8 @@ static bool intel_crt_detect_hotplug(struct drm_connector *connector) | |||
234 | } while (time_after(timeout, jiffies)); | 234 | } while (time_after(timeout, jiffies)); |
235 | } | 235 | } |
236 | 236 | ||
237 | if ((I915_READ(PORT_HOTPLUG_STAT) & CRT_HOTPLUG_MONITOR_MASK) == | 237 | if ((I915_READ(PORT_HOTPLUG_STAT) & CRT_HOTPLUG_MONITOR_MASK) != |
238 | CRT_HOTPLUG_MONITOR_COLOR) | 238 | CRT_HOTPLUG_MONITOR_NONE) |
239 | return true; | 239 | return true; |
240 | 240 | ||
241 | return false; | 241 | return false; |