summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2008-02-07 19:27:38 -0500
committerAlex Deucher <alex@botch2.(none)>2008-02-07 19:27:38 -0500
commite8899b9978291c62a65f468c92f340f65ad5479d (patch)
treeb68fe8222530c38312de703975f06397854776fe /src/radeon.h
parent435de6c4e46ff2bebd4cee58888a66b936cd3fdf (diff)
R6xx: fix ddc after my i2c rework
Seems r6xx does something different for its i2c table, revert to the old behavior for now.
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index ec952b5a..ac536b98 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -872,6 +872,8 @@ RADEONInitExtTMDSInfoFromBIOS (xf86OutputPtr output);
extern RADEONI2CBusRec
legacy_setup_i2c_bus(int ddc_line);
+extern RADEONI2CBusRec
+atom_setup_i2c_bus(int ddc_line);
extern void
radeon_crtc_set_cursor_position (xf86CrtcPtr crtc, int x, int y);