Home
last modified time | relevance | path

Searched refs:fb_get_color_depth (Results 1 – 5 of 5) sorted by relevance

/drivers/video/console/
Dfbcon.h233 if (fb_get_color_depth(&info->var, &info->fix) == 1) { in get_attribute()
Dfbcon.c280 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color()
553 if (fb_get_color_depth(&info->var, &info->fix) == 1) in fbcon_prepare_logo()
1030 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_init()
1321 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_set_disp()
2081 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_switch()
2514 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette()
/drivers/video/fbdev/core/
Dfbmem.c93 int fb_get_color_depth(struct fb_var_screeninfo *var, in fb_get_color_depth() function
114 EXPORT_SYMBOL(fb_get_color_depth);
287 switch (fb_get_color_depth(&info->var, &info->fix)) { in fb_set_logo()
605 int depth = fb_get_color_depth(&info->var, &info->fix); in fb_prepare_logo()
/drivers/video/fbdev/via/
Dviafbdev.c223 depth = fb_get_color_depth(var, &info->fix); in viafb_check_var()
274 viapar->depth = fb_get_color_depth(&info->var, &info->fix); in viafb_set_par()
1888 viaparinfo1->depth = fb_get_color_depth(&viafbinfo1->var, in via_fb_pci_probe()
1894 viaparinfo->depth = fb_get_color_depth(&viafbinfo->var, in via_fb_pci_probe()
/drivers/video/fbdev/nvidia/
Dnvidia.c301 int i, depth = fb_get_color_depth(&info->var, &info->fix); in nvidia_calc_regs()