Home
last modified time | relevance | path

Searched refs:fbcmap (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86sbusBus.c643 struct fbcmap fbcmap; in xf86SbusCmapLoadPalette() local
649 fbcmap.count = 0; in xf86SbusCmapLoadPalette()
650 fbcmap.index = indices[0]; in xf86SbusCmapLoadPalette()
651 fbcmap.red = data = xallocarray(numColors, 3); in xf86SbusCmapLoadPalette()
654 fbcmap.green = data + numColors; in xf86SbusCmapLoadPalette()
655 fbcmap.blue = fbcmap.green + numColors; in xf86SbusCmapLoadPalette()
658 if (fbcmap.count && index != fbcmap.index + fbcmap.count) { in xf86SbusCmapLoadPalette()
659 ioctl(cmap->psdp->fd, FBIOPUTCMAP, &fbcmap); in xf86SbusCmapLoadPalette()
660 fbcmap.count = 0; in xf86SbusCmapLoadPalette()
661 fbcmap.index = index; in xf86SbusCmapLoadPalette()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dfbio.h60 struct fbcmap { struct
69 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap) argument
70 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap)
72 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
73 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
105 struct fbcmap cmap; /* color map info */
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfbio.h60 struct fbcmap { struct
69 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) argument
70 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
102 struct fbcmap cmap; /* color map info */
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsbuslib.c118 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper()
159 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper()
198 struct fbcmap __user *p = compat_alloc_user_space(sizeof(*p)); in fbiogetputcmap()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dfbio.h7 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap)
8 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap)
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A DMakefile5 fb-y := fbmem.o fbmon.o fbcmap.o fbsysfs.o \
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dframe-buffer.rst40 .. kernel-doc:: drivers/video/fbdev/core/fbcmap.c
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log
/OK3568_Linux_fs/external/xserver/
H A DChangeLog48036 Since 84e8de1271bb11b5b4b9747ae4647f47333a8ab7 we don't have fbcmap.c
103094 fb: Remove fbcmap.c (bug 5436)
103098 Dropped fbcmap.c from the makefile.
159106 Kdrive: use fbcmap_mi.c instead of fbcmap.c
159109 and not fb/fbcmap.c. This allows kdrive to take advantage of
159124 and be obliged to stick to fbcmap.c. Note that fbcmap.c does implement this
166165 Split the xserver/fb/fbcmap.c file into two files.
166168 Previously, these were in fbcmap.c and compiled when XFree86Server was defined.
166169 Now, clients of fbcmap should either use fbcmap.c or fbcmap_mi.c and not worry
166431 ompile fbcmap.c w/ -DXFree86Server instead of linking libfbcmap.a.
[all …]