Home
last modified time | relevance | path

Searched refs:visual (Results 1 - 25 of 295) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dskeletonfb.c90 .visual = FB_VISUAL_PSEUDOCOLOR,
274 * any, are supported with the current color visual. With truecolor mode
346 * a criteria for describing the color visual. in xxxfb_setcolreg()
350 * to look at the fix->visual. in xxxfb_setcolreg()
355 * bitfields) and fix->visual as seen above. in xxxfb_setcolreg()
376 if (info->fix.visual == FB_VISUAL_DIRECTCOLOR || in xxxfb_setcolreg()
377 info->fix.visual == FB_VISUAL_TRUECOLOR) in xxxfb_setcolreg()
383 * by the console. The pseudo_palette is used only if the visual is in xxxfb_setcolreg()
395 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in xxxfb_setcolreg()
396 info->fix.visual in xxxfb_setcolreg()
[all...]
H A Dvfb.c60 .visual = FB_VISUAL_PSEUDOCOLOR,
244 info->fix.visual = FB_VISUAL_MONO01; in vfb_set_par()
247 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in vfb_set_par()
252 info->fix.visual = FB_VISUAL_TRUECOLOR; in vfb_set_par()
309 switch (info->fix.visual) { in vfb_setcolreg()
327 if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in vfb_setcolreg()
H A Dgrvga.c71 .visual = FB_VISUAL_PSEUDOCOLOR,
165 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in grvga_set_par()
169 info->fix.visual = FB_VISUAL_TRUECOLOR; in grvga_set_par()
174 info->fix.visual = FB_VISUAL_TRUECOLOR; in grvga_set_par()
213 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR) in grvga_setcolreg()
218 else if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in grvga_setcolreg()
H A Dvt8500lcdfb.c67 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in vt8500lcd_set_par()
101 info->fix.visual = FB_VISUAL_TRUECOLOR; in vt8500lcd_set_par()
152 switch (fbi->fb.fix.visual) { in vt8500lcd_setcolreg()
229 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR || in vt8500lcd_blank()
230 info->fix.visual == FB_VISUAL_STATIC_PSEUDOCOLOR) in vt8500lcd_blank()
235 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR || in vt8500lcd_blank()
236 info->fix.visual == FB_VISUAL_STATIC_PSEUDOCOLOR) in vt8500lcd_blank()
H A Dsa1100fb.c313 * to greyscale no mater what visual we are using. in sa1100fb_setcolreg()
319 switch (fbi->fb.fix.visual) { in sa1100fb_setcolreg()
426 static void sa1100fb_set_visual(struct sa1100fb_info *fbi, u32 visual) in sa1100fb_set_visual() argument
429 fbi->inf->set_visual(visual); in sa1100fb_set_visual()
446 fbi->fb.fix.visual = FB_VISUAL_TRUECOLOR; in sa1100fb_set_par()
448 fbi->fb.fix.visual = FB_VISUAL_PSEUDOCOLOR; in sa1100fb_set_par()
455 fbi->fb.fix.visual = FB_VISUAL_STATIC_PSEUDOCOLOR; in sa1100fb_set_par()
472 sa1100fb_set_visual(fbi, fbi->fb.fix.visual); in sa1100fb_set_par()
543 if (fbi->fb.fix.visual == FB_VISUAL_PSEUDOCOLOR || in sa1100fb_blank()
544 fbi->fb.fix.visual in sa1100fb_blank()
[all...]
H A Dsunxvr1000.c88 info->fix.visual = FB_VISUAL_TRUECOLOR; in gfb_set_fbinfo()
90 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in gfb_set_fbinfo()
H A Dacornfb.c273 if (regno < 16 && info->fix.visual == FB_VISUAL_DIRECTCOLOR) { in acornfb_setcolreg()
525 info->fix.visual = FB_VISUAL_MONO10; in acornfb_set_par()
529 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in acornfb_set_par()
533 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in acornfb_set_par()
537 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in acornfb_set_par()
542 info->fix.visual = FB_VISUAL_DIRECTCOLOR; in acornfb_set_par()
546 info->fix.visual = FB_VISUAL_DIRECTCOLOR; in acornfb_set_par()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dskeletonfb.c91 .visual = FB_VISUAL_PSEUDOCOLOR,
273 * any, are supported with the current color visual. With truecolor mode
345 * a criteria for describing the color visual. in xxxfb_setcolreg()
349 * to look at the fix->visual. in xxxfb_setcolreg()
354 * bitfields) and fix->visual as seen above. in xxxfb_setcolreg()
375 if (info->fix.visual == FB_VISUAL_DIRECTCOLOR || in xxxfb_setcolreg()
376 info->fix.visual == FB_VISUAL_TRUECOLOR) in xxxfb_setcolreg()
382 * by the console. The pseudo_palette is used only if the visual is in xxxfb_setcolreg()
394 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in xxxfb_setcolreg()
395 info->fix.visual in xxxfb_setcolreg()
[all...]
H A Dgrvga.c70 .visual = FB_VISUAL_PSEUDOCOLOR,
164 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in grvga_set_par()
168 info->fix.visual = FB_VISUAL_TRUECOLOR; in grvga_set_par()
173 info->fix.visual = FB_VISUAL_TRUECOLOR; in grvga_set_par()
212 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR) in grvga_setcolreg()
217 else if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in grvga_setcolreg()
H A Dvfb.c60 .visual = FB_VISUAL_PSEUDOCOLOR,
245 info->fix.visual = FB_VISUAL_MONO01; in vfb_set_par()
248 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in vfb_set_par()
253 info->fix.visual = FB_VISUAL_TRUECOLOR; in vfb_set_par()
310 switch (info->fix.visual) { in vfb_setcolreg()
328 if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in vfb_setcolreg()
H A Dvt8500lcdfb.c67 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in vt8500lcd_set_par()
101 info->fix.visual = FB_VISUAL_TRUECOLOR; in vt8500lcd_set_par()
152 switch (fbi->fb.fix.visual) { in vt8500lcd_setcolreg()
229 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR || in vt8500lcd_blank()
230 info->fix.visual == FB_VISUAL_STATIC_PSEUDOCOLOR) in vt8500lcd_blank()
235 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR || in vt8500lcd_blank()
236 info->fix.visual == FB_VISUAL_STATIC_PSEUDOCOLOR) in vt8500lcd_blank()
H A Dsa1100fb.c312 * to greyscale no mater what visual we are using. in sa1100fb_setcolreg()
318 switch (fbi->fb.fix.visual) { in sa1100fb_setcolreg()
425 static void sa1100fb_set_visual(struct sa1100fb_info *fbi, u32 visual) in sa1100fb_set_visual() argument
428 fbi->inf->set_visual(visual); in sa1100fb_set_visual()
445 fbi->fb.fix.visual = FB_VISUAL_TRUECOLOR; in sa1100fb_set_par()
447 fbi->fb.fix.visual = FB_VISUAL_PSEUDOCOLOR; in sa1100fb_set_par()
454 fbi->fb.fix.visual = FB_VISUAL_STATIC_PSEUDOCOLOR; in sa1100fb_set_par()
471 sa1100fb_set_visual(fbi, fbi->fb.fix.visual); in sa1100fb_set_par()
542 if (fbi->fb.fix.visual == FB_VISUAL_PSEUDOCOLOR || in sa1100fb_blank()
543 fbi->fb.fix.visual in sa1100fb_blank()
[all...]
H A Dsunxvr1000.c86 info->fix.visual = FB_VISUAL_TRUECOLOR; in gfb_set_fbinfo()
88 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in gfb_set_fbinfo()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dsysimgblt.c77 if (p->fix.visual == FB_VISUAL_TRUECOLOR || in color_imageblit()
78 p->fix.visual == FB_VISUAL_DIRECTCOLOR ) in color_imageblit()
311 if (p->fix.visual == FB_VISUAL_TRUECOLOR || in sys_imageblit()
312 p->fix.visual == FB_VISUAL_DIRECTCOLOR) { in sys_imageblit()
H A Dcfbimgblt.c103 if (p->fix.visual == FB_VISUAL_TRUECOLOR || in color_imageblit()
104 p->fix.visual == FB_VISUAL_DIRECTCOLOR ) in color_imageblit()
288 if (p->fix.visual == FB_VISUAL_TRUECOLOR || in cfb_imageblit()
289 p->fix.visual == FB_VISUAL_DIRECTCOLOR) { in cfb_imageblit()
/kernel/linux/linux-5.10/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c212 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in mb86290fb_imageblit()
213 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { in mb86290fb_imageblit()
272 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in mb86290fb_fillrect()
273 info->fix.visual == FB_VISUAL_DIRECTCOLOR) in mb86290fb_fillrect()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnv04_fbcon.c65 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in nv04_fbcon_fillrect()
66 info->fix.visual == FB_VISUAL_DIRECTCOLOR) in nv04_fbcon_fillrect()
96 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in nv04_fbcon_imageblit()
97 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { in nv04_fbcon_imageblit()
H A Dnv50_fbcon.c44 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in nv50_fbcon_fillrect()
45 info->fix.visual == FB_VISUAL_DIRECTCOLOR) in nv50_fbcon_fillrect()
118 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in nv50_fbcon_imageblit()
119 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { in nv50_fbcon_imageblit()
H A Dnvc0_fbcon.c44 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in nvc0_fbcon_fillrect()
45 info->fix.visual == FB_VISUAL_DIRECTCOLOR) in nvc0_fbcon_fillrect()
118 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in nvc0_fbcon_imageblit()
119 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { in nvc0_fbcon_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dsysimgblt.c77 if (p->fix.visual == FB_VISUAL_TRUECOLOR || in color_imageblit()
78 p->fix.visual == FB_VISUAL_DIRECTCOLOR ) in color_imageblit()
311 if (p->fix.visual == FB_VISUAL_TRUECOLOR || in sys_imageblit()
312 p->fix.visual == FB_VISUAL_DIRECTCOLOR) { in sys_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c210 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in mb86290fb_imageblit()
211 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { in mb86290fb_imageblit()
270 if (info->fix.visual == FB_VISUAL_TRUECOLOR || in mb86290fb_fillrect()
271 info->fix.visual == FB_VISUAL_DIRECTCOLOR) in mb86290fb_fillrect()
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c191 int *visual, in matroxfb_dh_decode_var()
258 *visual = FB_VISUAL_TRUECOLOR; in matroxfb_dh_decode_var()
316 int visual; in matroxfb_dh_check_var() local
320 return matroxfb_dh_decode_var(m2info, var, &visual, &cmap_len, &mode); in matroxfb_dh_check_var()
326 int visual; in matroxfb_dh_set_par() local
333 if ((err = matroxfb_dh_decode_var(m2info, var, &visual, &cmap_len, &mode)) != 0) in matroxfb_dh_set_par()
338 m2info->fbcon.fix.visual = visual; in matroxfb_dh_set_par()
189 matroxfb_dh_decode_var(struct matroxfb_dh_fb_info* m2info, struct fb_var_screeninfo* var, int *visual, int *video_cmap_len, int *mode) matroxfb_dh_decode_var() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c191 int *visual, in matroxfb_dh_decode_var()
258 *visual = FB_VISUAL_TRUECOLOR; in matroxfb_dh_decode_var()
316 int visual; in matroxfb_dh_check_var() local
320 return matroxfb_dh_decode_var(m2info, var, &visual, &cmap_len, &mode); in matroxfb_dh_check_var()
326 int visual; in matroxfb_dh_set_par() local
333 if ((err = matroxfb_dh_decode_var(m2info, var, &visual, &cmap_len, &mode)) != 0) in matroxfb_dh_set_par()
338 m2info->fbcon.fix.visual = visual; in matroxfb_dh_set_par()
189 matroxfb_dh_decode_var(struct matroxfb_dh_fb_info* m2info, struct fb_var_screeninfo* var, int *visual, int *video_cmap_len, int *mode) matroxfb_dh_decode_var() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c73 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR) in savagefb_fillrect()
107 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR) { in savagefb_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c73 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR) in savagefb_fillrect()
107 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR) { in savagefb_imageblit()

Completed in 15 milliseconds

12345678910>>...12