diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-10-03 00:59:37 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-10-03 00:59:37 -0400 |
commit | cc0c2d8e61600652b1f9cb3dc49db2ef62b1e40d (patch) | |
tree | 455fa1f01590b6dd60ead79b1185048e24c9b616 /src/radeon.h | |
parent | 0ca184c3c35032df39ea7ce5d2d4aba1a97b6426 (diff) |
RADEON: Finally sort out LVDS modes
- The panel timing from the bios tables is for the crtc,
not the native panel mode, so add cvt modes for the panel
and fix up the crtc values in mode_fixup().
- rename and reconfigure RADEONValidateFPModes() to what it
really does: add screen modes. I suppose for backwards
compatibility we ought to add the screen modes to every
reasonable output, but everyone should really use xrandr
or an output monitor section to add custom modes. Hopefully
this will go away at some point.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 288fe00e..610e2b3e 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -940,7 +940,6 @@ extern Bool RADEONAllocateConnectors(ScrnInfoPtr pScrn); extern int RADEONValidateMergeModes(ScrnInfoPtr pScrn); extern int RADEONValidateDDCModes(ScrnInfoPtr pScrn1, char **ppModeName, RADEONMonitorType DisplayType, int crtc2); -extern int RADEONValidateFPModes(xf86OutputPtr output, char **ppModeName, DisplayModePtr *modeList); extern void RADEONSetPitch (ScrnInfoPtr pScrn); extern void RADEONUpdateHVPosition(xf86OutputPtr output, DisplayModePtr mode); |