diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-03-06 23:16:53 -0800 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-03-06 23:17:55 -0800 |
commit | 81722a21d232fa6cfb11fbe3d984abab50e89bcc (patch) | |
tree | b19fb4e8efa8a247fe924200a2bfc8bc1c8bca79 /src/i810_driver.c | |
parent | 04f50961e2f1610c39e7e4b45811f2a6b517cad6 (diff) |
Remove usage of 'shadow' module. Use xf86CrtcScreenInit.
With the new mode setting code, rotation is handled outside of the driver,
so the old usage of the 'shadow' module is no longer needed. Code to
initialize the crtc structures has been moved out of the driver and into the
modes code.
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index 04166b78..6666d7f9 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -341,12 +341,6 @@ const char *I810driSymbols[] = { #endif /* I830_ONLY */ -const char *I810shadowSymbols[] = { - "shadowSetup", - "shadowAdd", - NULL -}; - const char *I810i2cSymbols[] = { "xf86CreateI2CBusRec", "xf86I2CBusInit", @@ -435,7 +429,6 @@ i810Setup(pointer module, pointer opts, int *errmaj, int *errmin) I810drmSymbols, I810driSymbols, #endif - I810shadowSymbols, I810shadowFBSymbols, I810vbeSymbols, vbeOptionalSymbols, I810ddcSymbols, I810int10Symbols, NULL); |