diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-21 01:47:27 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-21 01:47:27 -0700 |
commit | 4820caf46e050761d9b347b8a440381e1b1f4727 (patch) | |
tree | 6a7260e2b870c8558d7af31ec040f13fdf2bc517 /src/i830_display.c | |
parent | c11c445bdeac34253b48192a5d406b55ff8b2be7 (diff) |
Make planeEnabled track pipes controlled by randr.
Also add code to deal with disabling pipes.
Diffstat (limited to 'src/i830_display.c')
-rw-r--r-- | src/i830_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_display.c b/src/i830_display.c index 3bd662de..24ce50f7 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -719,7 +719,7 @@ i830PipeSetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode, int pipe) return TRUE; } -static void +void i830DisableUnusedFunctions(ScrnInfoPtr pScrn) { I830Ptr pI830 = I830PTR(pScrn); |