Searched refs:fb_get_color_depth (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.h | 245 if (fb_get_color_depth(&info->var, &info->fix) == 1) { in get_attribute()
|
H A D | fbmem.c | 88 int fb_get_color_depth(struct fb_var_screeninfo *var, in fb_get_color_depth() function 109 EXPORT_SYMBOL(fb_get_color_depth); 282 switch (fb_get_color_depth(&info->var, &info->fix)) { in fb_set_logo() 613 int depth = fb_get_color_depth(&info->var, &info->fix); in fb_prepare_logo()
|
H A D | fbcon.c | 284 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color() 569 if (fb_get_color_depth(&info->var, &info->fix) == 1) in fbcon_prepare_logo() 1053 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_init() 1374 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_set_disp() 2142 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_switch() 2574 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette()
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 208 depth = fb_get_color_depth(var, &info->fix); in viafb_check_var() 259 viapar->depth = fb_get_color_depth(&info->var, &info->fix); in viafb_set_par() 1850 viaparinfo1->depth = fb_get_color_depth(&viafbinfo1->var, in via_fb_pci_probe() 1856 viaparinfo->depth = fb_get_color_depth(&viafbinfo->var, in via_fb_pci_probe()
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 601 extern int fb_get_color_depth(struct fb_var_screeninfo *var,
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 297 int i, depth = fb_get_color_depth(&info->var, &info->fix); in nvidia_calc_regs()
|