diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-03-05 22:32:52 -0800 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-03-05 22:34:13 -0800 |
commit | 4042b27f01fdb94e7fc0d4e991e054fff88479ea (patch) | |
tree | 1a9160de3d92ce7d9700ae58654574b7108eba5b /src/i830_display.h | |
parent | 55ee46aebbf1ec1a8ce914fbd0c8894fc857db8f (diff) |
Move EnterVT mode setting code to xf86SetDesiredModes.
Make the application of crtc desiredModes generic code instead of
per-driver by creating xf86SetDesiredModes from the code that was in EnterVT
and calling it.
Also, move the frame buffer clear until just before mode setting to make
sure things are mapped correctly.
Diffstat (limited to 'src/i830_display.h')
-rw-r--r-- | src/i830_display.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_display.h b/src/i830_display.h index 31ab6155..07dfe93a 100644 --- a/src/i830_display.h +++ b/src/i830_display.h @@ -28,9 +28,6 @@ #include "xorgVersion.h" /* i830_display.c */ -DisplayModePtr -i830PipeFindClosestMode(xf86CrtcPtr crtc, DisplayModePtr pMode); -Bool i830SetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode, Rotation rotation); void i830PipeSetBase(xf86CrtcPtr crtc, int x, int y); void i830WaitForVblank(ScrnInfoPtr pScrn); void i830DescribeOutputConfiguration(ScrnInfoPtr pScrn); |