[PATCH] fbdev: prevent drivers that have hardware cursors from calling software curso...
authorJames Simmons <jsimmons@infradead.org>
Fri, 9 Sep 2005 20:04:31 +0000 (13:04 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:59 +0000 (13:57 -0700)
commit4c7ffe0b9f7f40bd818fe3af51342f64c483908e
tree2827dd7904f46cbaff935e221563cd017707f10f
parentd2d58384fc5d4c0fe2d8e34bc2d15a90a9bb372a
[PATCH] fbdev: prevent drivers that have hardware cursors from calling software cursor code

This patch removes drivers that have hardware cursors from calling the
software cursor code.  Also if the driver sets a no hardware cursor flag
then the driver reports a error it someone attempts to use the cursor.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/Kconfig
drivers/video/i810/i810.h
drivers/video/i810/i810_main.c
drivers/video/intelfb/intelfb.h
drivers/video/intelfb/intelfbdrv.c
drivers/video/intelfb/intelfbhw.c
drivers/video/nvidia/nvidia.c