Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41001
b: refs/heads/master
c: 4f71c5d
h: refs/heads/master
i:
  40999: 61a2ef1
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Nov 17, 2006
1 parent 7d59bd8 commit ee7fc8f
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 1b9bb3c14c60324b54645ffefbe6d270f9fd191c
refs/heads/master: 4f71c5de19c27f2198105d3b26b398494d5c353b
8 changes: 7 additions & 1 deletion trunk/drivers/video/aty/radeon_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,13 @@ void radeon_delete_i2c_busses(struct radeonfb_info *rinfo)
int radeon_probe_i2c_connector(struct radeonfb_info *rinfo, int conn,
u8 **out_edid)
{
u8 *edid = fb_ddc_read(&rinfo->i2c[conn-1].adapter);
u32 reg = rinfo->i2c[conn-1].ddc_reg;
u8 *edid;

OUTREG(reg, INREG(reg) &
~(VGA_DDC_DATA_OUTPUT | VGA_DDC_CLK_OUTPUT));

edid = fb_ddc_read(&rinfo->i2c[conn-1].adapter);

if (out_edid)
*out_edid = edid;
Expand Down

0 comments on commit ee7fc8f

Please sign in to comment.