Searched refs:fb_get_color_depth (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/video/fbdev/core/ | 
| D | fbcon.h | 241 	if (fb_get_color_depth(&info->var, &info->fix) == 1) {  in get_attribute()
  | 
| D | fbmem.c | 87 int fb_get_color_depth(struct fb_var_screeninfo *var,  in fb_get_color_depth()  function 108 EXPORT_SYMBOL(fb_get_color_depth); 281 	switch (fb_get_color_depth(&info->var, &info->fix)) {  in fb_set_logo() 616 	int depth = fb_get_color_depth(&info->var, &info->fix);  in fb_prepare_logo()
  | 
| D | fbcon.c | 312 	int depth = fb_get_color_depth(&info->var, &info->fix);  in get_color() 620 	if (fb_get_color_depth(&info->var, &info->fix) == 1)  in fbcon_prepare_logo() 1141 	vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);  in fbcon_init() 1450 	vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);  in fbcon_set_disp() 2319 	vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);  in fbcon_switch() 2735 	depth = fb_get_color_depth(&info->var, &info->fix);  in fbcon_set_palette()
  | 
| /Linux-v5.4/drivers/video/fbdev/via/ | 
| 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() 1857 		viaparinfo1->depth = fb_get_color_depth(&viafbinfo1->var,  in via_fb_pci_probe() 1863 	viaparinfo->depth = fb_get_color_depth(&viafbinfo->var,  in via_fb_pci_probe()
  | 
| /Linux-v5.4/include/linux/ | 
| D | fb.h | 621 extern int fb_get_color_depth(struct fb_var_screeninfo *var,
  | 
| /Linux-v5.4/drivers/video/fbdev/nvidia/ | 
| D | nvidia.c | 301 	int i, depth = fb_get_color_depth(&info->var, &info->fix);  in nvidia_calc_regs()
  |