Skip to content

Commit

Permalink
radeonfb: revert "Fix radeon DDC regression"
Browse files Browse the repository at this point in the history
The bug was in fb_ddc and was fixed by commit
b64d708 (fb_ddc: fix DDC lines quirk) so
the workaround in radeonfb can be removed now.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Oct 16, 2008
1 parent 35e8bb5 commit 319fcb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/video/aty/radeon_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,8 @@ void radeon_delete_i2c_busses(struct radeonfb_info *rinfo)
int radeon_probe_i2c_connector(struct radeonfb_info *rinfo, int conn,
u8 **out_edid)
{
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)
Expand Down

0 comments on commit 319fcb2

Please sign in to comment.