Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334386
b: refs/heads/master
c: 4afa0ac
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Oct 12, 2012
1 parent 4f7b1b3 commit bd106d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: fa55583797d12b10928a1813f3dcf066637caf5e
refs/heads/master: 4afa0ace429624fde392b29d05a803672a41192e
6 changes: 3 additions & 3 deletions trunk/drivers/gpu/drm/i915/dvo_ch7xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ static bool ch7xxx_get_hw_state(struct intel_dvo_device *dvo)

ch7xxx_readb(dvo, CH7xxx_PM, &val);

if (val & CH7xxx_PM_FPD)
return false;
else
if (val & (CH7xxx_PM_DVIL | CH7xxx_PM_DVIP))
return true;
else
return false;
}

static void ch7xxx_dump_regs(struct intel_dvo_device *dvo)
Expand Down

0 comments on commit bd106d1

Please sign in to comment.