]> git.neil.brown.name Git - history.git/commit
[PATCH] cmap annotations
authorAlexander Viro <viro@www.linux.org.uk>
Thu, 29 Jul 2004 15:48:53 +0000 (08:48 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 29 Jul 2004 15:48:53 +0000 (08:48 -0700)
commit53699287a25ea8c6d3a3f1b3404d8ebbcba6b580
tree056e3c72acd077611c33593a0556c15ee84a9848
parentcfd3aaa3f86eb36180e507c30be08779c438705d
[PATCH] cmap annotations

fb_set_cmap() and fb_copy_cmap() split into kernel and userland versions.
fb_cmap, fb_image and fb_cursor split and annotated.
fixed bug in sbuslib.c that used to call "userland" version of fb_set_cmap()
when kernel one was need (RGB data was already copied into kernel space).

Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
14 files changed:
drivers/video/aty/aty128fb.c
drivers/video/aty/radeon_pm.c
drivers/video/console/fbcon.c
drivers/video/fbcmap.c
drivers/video/fbmem.c
drivers/video/offb.c
drivers/video/pxafb.c
drivers/video/sa1100fb.c
drivers/video/sbuslib.c
drivers/video/sis/sis_main.c
drivers/video/softcursor.c
drivers/video/tdfxfb.c
fs/compat_ioctl.c
include/linux/fb.h