Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223539
b: refs/heads/master
c: 0f16830
h: refs/heads/master
i:
  223537: b96ba1e
  223535: 75c61e6
v: v3
  • Loading branch information
Chris Wilson authored and Dave Airlie committed Dec 21, 2010
1 parent 76779b2 commit c5a08ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: e29ff7290e826d5c7fda906d99233713a47a92c8
refs/heads/master: 0f16830e9f6de0a44cf1e473ffa80cbe612d5beb
5 changes: 4 additions & 1 deletion trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,10 @@ static void output_poll_execute(struct work_struct *work)
continue;

connector->status = connector->funcs->detect(connector, false);
DRM_DEBUG_KMS("connector status updated to %d\n", connector->status);
DRM_DEBUG_KMS("[CONNECTOR:%d:%s] status updated from %d to %d\n",
connector->base.id,
drm_get_connector_name(connector),
old_status, connector->status);
if (old_status != connector->status)
changed = true;
}
Expand Down

0 comments on commit c5a08ee

Please sign in to comment.