Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfb_logo.c106 switch (fb_get_color_depth(&info->var, &info->fix)) { in fb_set_logo()
420 int depth = fb_get_color_depth(&info->var, &info->fix); in fb_prepare_logo()
H A Dfbmem.c68 int fb_get_color_depth(struct fb_var_screeninfo *var, in fb_get_color_depth() function
89 EXPORT_SYMBOL(fb_get_color_depth);
H A Dfbcon.c318 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color()
659 if (fb_get_color_depth(&info->var, &info->fix) == 1) in fbcon_prepare_logo()
1152 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_init()
1474 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_set_disp()
2222 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_switch()
2561 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette()