Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200748
b: refs/heads/master
c: f458823
h: refs/heads/master
v: v3
  • Loading branch information
Dave Müller authored and Eric Anholt committed Jun 4, 2010
1 parent f26d554 commit 1f6a846
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 382fe70fddf54114802c935264f1d5baf8d3d174
refs/heads/master: f458823b864c6def488f951a79986fa205aba4f1
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/dvo_tfp410.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static enum drm_connector_status tfp410_detect(struct intel_dvo_device *dvo)
uint8_t ctl2;

if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) {
if (ctl2 & TFP410_CTL_2_HTPLG)
if (ctl2 & TFP410_CTL_2_RSEN)
ret = connector_status_connected;
else
ret = connector_status_disconnected;
Expand Down

0 comments on commit 1f6a846

Please sign in to comment.