Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168903
b: refs/heads/master
c: 8e9e0ee
h: refs/heads/master
i:
  168901: f322789
  168899: 5d58eb2
  168895: ad30c48
v: v3
  • Loading branch information
Zhenyu Wang authored and Eric Anholt committed Nov 25, 2009
1 parent f928902 commit de018ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9cf1e35cb025eaa52dde37df38e2750b6adb1620
refs/heads/master: 8e9e0eea9955bffbe5e5cd6355157cabddc31f17
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ static bool intel_crt_detect_hotplug(struct drm_connector *connector)
} while (time_after(timeout, jiffies));
}

if ((I915_READ(PORT_HOTPLUG_STAT) & CRT_HOTPLUG_MONITOR_MASK) ==
CRT_HOTPLUG_MONITOR_COLOR)
if ((I915_READ(PORT_HOTPLUG_STAT) & CRT_HOTPLUG_MONITOR_MASK) !=
CRT_HOTPLUG_MONITOR_NONE)
return true;

return false;
Expand Down

0 comments on commit de018ff

Please sign in to comment.