diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-16 04:28:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:15 -0400 |
commit | 90b0f08536531abbbe7b5d4944792da08cadde01 (patch) | |
tree | c6379621f90d4a9b1d01df3060c00d196549ca95 /include/video | |
parent | 4f05b53b28cc7a2b868bc13d19d88cd858e759b6 (diff) |
tdfxfb: hardware cursor
This patch adds hardware cursor support to the tdfxfb driver.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/tdfx.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/video/tdfx.h b/include/video/tdfx.h index 451bd46bd380..8a2bb91399ce 100644 --- a/include/video/tdfx.h +++ b/include/video/tdfx.h | |||
@@ -175,14 +175,6 @@ struct tdfx_par { | |||
175 | u32 palette[16]; | 175 | u32 palette[16]; |
176 | void __iomem *regbase_virt; | 176 | void __iomem *regbase_virt; |
177 | unsigned long iobase; | 177 | unsigned long iobase; |
178 | |||
179 | struct { | ||
180 | int w, u, d; | ||
181 | unsigned long enable, disable; | ||
182 | struct timer_list timer; | ||
183 | } hwcursor; | ||
184 | |||
185 | spinlock_t DAClock; | ||
186 | }; | 178 | }; |
187 | 179 | ||
188 | #endif /* __KERNEL__ */ | 180 | #endif /* __KERNEL__ */ |