diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-12-28 16:27:22 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-12-28 16:27:22 -0800 |
commit | bb238a8fc234a8e5e86cd2f42c58c9816a15732c (patch) | |
tree | 247723448fe816dbf04c2dbc43d16784f667616a /src/i830_display.h | |
parent | c87462ded20904dbc6c6cbdb9547523b75fe5471 (diff) |
Configuration support: per-output mode lines, preferred mode.
Add the modelines specified in the per-output monitor and all of the default
modes to the list to each output. Prune the resulting list to specified sync
limits and virtual sizes. Sort the resulting mode list on
preferred/size/refresh.
Diffstat (limited to 'src/i830_display.h')
-rw-r--r-- | src/i830_display.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/i830_display.h b/src/i830_display.h index 8a982abc..5517d27c 100644 --- a/src/i830_display.h +++ b/src/i830_display.h @@ -42,14 +42,3 @@ xf86CrtcPtr i830GetLoadDetectPipe(xf86OutputPtr output); void i830ReleaseLoadDetectPipe(xf86OutputPtr output); Bool i830PipeInUse(xf86CrtcPtr crtc); void i830_crtc_init(ScrnInfoPtr pScrn, int pipe); - -/** @{ - */ -#if XORG_VERSION_CURRENT <= XORG_VERSION_NUMERIC(7,2,99,2,0) -DisplayModePtr i830_xf86DDCGetModes(int scrnIndex, xf86MonPtr DDC); -DisplayModePtr i830_xf86CVTMode(int HDisplay, int VDisplay, float VRefresh, - Bool Reduced, Bool Interlaced); -#define xf86DDCGetModes i830_xf86DDCGetModes -#define xf86CVTMode i830_xf86CVTMode -#endif /* XORG_VERSION_CURRENT <= XORG_VERSION_NUMERIC(7,2,99,2) */ -/** @} */ |