aboutsummaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2007-10-16 01:28:48 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 09:43:15 -0700
commit90b0f08536531abbbe7b5d4944792da08cadde01 (patch)
treec6379621f90d4a9b1d01df3060c00d196549ca95 /include/video
parent4f05b53b28cc7a2b868bc13d19d88cd858e759b6 (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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/video/tdfx.h b/include/video/tdfx.h
index 451bd46bd38..8a2bb91399c 100644
--- a/include/video/tdfx.h
+++ b/include/video/tdfx.h
@@ -175,14 +175,6 @@ struct tdfx_par {
u32 palette[16];
void __iomem *regbase_virt;
unsigned long iobase;
-
- struct {
- int w, u, d;
- unsigned long enable, disable;
- struct timer_list timer;
- } hwcursor;
-
- spinlock_t DAClock;
};
#endif /* __KERNEL__ */