Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345321
b: refs/heads/master
c: 11e6868
h: refs/heads/master
i:
  345319: bde433f
v: v3
  • Loading branch information
Daniel Vetter authored and Dave Airlie committed Nov 20, 2012
1 parent ce0d248 commit 06676f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 905bc9ff6575f78aab24c0261e8785425b5a0397
refs/heads/master: 11e686855c81c2e5e647b3dcfabd2a4e473c46f0
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,10 @@ static void output_poll_execute(struct work_struct *work)
mutex_lock(&dev->mode_config.mutex);
list_for_each_entry(connector, &dev->mode_config.connector_list, head) {

/* Ignore forced connectors. */
if (connector->force)
continue;

/* Ignore HPD capable connectors and connectors where we don't
* want any hotplug detection at all for polling. */
if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD)
Expand Down

0 comments on commit 06676f7

Please sign in to comment.