summaryrefslogtreecommitdiff
path: root/src/radeon_xf86Modes.h
diff options
context:
space:
mode:
authorairlied <airlied@optimus.localdomain>2006-11-18 10:35:31 +1100
committerDave Airlie <airlied@linux.ie>2006-12-03 16:11:45 +1100
commit608427283ea59cdfe3d85e1cf32719bc3809dc16 (patch)
treeaba24d9296d47b011f59cfbf3dd37c5842448fad /src/radeon_xf86Modes.h
parentd5b8cafc185b7d9fb909cb18a08615f81d89eaf8 (diff)
add more functions from i830 driver
This adds more generic functions from the i830 driver to the radeon
Diffstat (limited to 'src/radeon_xf86Modes.h')
-rw-r--r--src/radeon_xf86Modes.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/radeon_xf86Modes.h b/src/radeon_xf86Modes.h
index a357a013..ddf3be82 100644
--- a/src/radeon_xf86Modes.h
+++ b/src/radeon_xf86Modes.h
@@ -77,3 +77,22 @@ void
PrintModeline(int scrnIndex,DisplayModePtr mode);
extern DisplayModeRec RADEONxf86DefaultModes[];
+
+void
+RADEONPrintModes(ScrnInfoPtr scrp);
+
+DisplayModePtr
+RADEONGetGTF(int h_pixels, int v_lines, float freq, int interlaced, int margins);
+
+void
+RADEONxf86SortModes(DisplayModePtr new, DisplayModePtr *first,
+ DisplayModePtr *last);
+
+DisplayModePtr
+RADEONGetVESAEstablishedMode(ScrnInfoPtr pScrn, int i);
+
+DisplayModePtr
+RADEONGetDDCModes(ScrnInfoPtr pScrn, xf86MonPtr ddc);
+
+DisplayModePtr
+RADEONGetModeListTail(DisplayModePtr pModeList);