Searched refs:bits_per_pixel (Results 1 – 17 of 17) sorted by relevance
25 vesa->bits_per_pixel = fb->bits_per_pixel; in save_vesa_mode()67 vesa->bits_per_pixel); in coreboot_video_probe()
153 vesa->bits_per_pixel = 32; in save_vesa_mode()168 vesa->bits_per_pixel = vesa->red_mask_size + in save_vesa_mode()173 vesa->bits_per_pixel) / 8; in save_vesa_mode()200 vesa->bits_per_pixel, (ulong)fb); in efi_video_probe()
54 int bits_per_pixel; /* bpp */ member
1893 u8 bits_per_pixel; in cfg_msa_recalculate() local1954 bits_per_pixel = msa_config->bits_per_color * 2; in cfg_msa_recalculate()1957 bits_per_pixel = msa_config->bits_per_color * 3; in cfg_msa_recalculate()1960 words_per_line = (msa_config->h_active * bits_per_pixel); in cfg_msa_recalculate()1981 video_bw = ((msa_config->pixel_clock_hz / 1000) * bits_per_pixel) / 8; in cfg_msa_recalculate()
102 debug("bpp_to_pixfmt: %d\n", fbi->var.bits_per_pixel); in bpp_to_pixfmt()107 switch (fbi->var.bits_per_pixel) { in bpp_to_pixfmt()289 if ((var->bits_per_pixel != 32) && (var->bits_per_pixel != 24) && in mxcfb_check_var()290 (var->bits_per_pixel != 16) && (var->bits_per_pixel != 8)) in mxcfb_check_var()291 var->bits_per_pixel = default_bpp; in mxcfb_check_var()293 switch (var->bits_per_pixel) { in mxcfb_check_var()523 fbi->var.bits_per_pixel = 16; in mxcfb_probe()525 (fbi->var.bits_per_pixel / 8); in mxcfb_probe()
60 vesa->bits_per_pixel = 32; in save_vesa_mode()117 vesa->bits_per_pixel, vesa->phys_base_ptr); in fsp_video_probe()
158 fb->bits_per_pixel = vesa->bits_per_pixel; in write_coreboot_table()
239 mode_info->vesa.bits_per_pixel); in vbe_set_graphics()
219 screen_info->lfb_depth = vesa->bits_per_pixel; in setup_video()337 switch (vesa->bits_per_pixel) { in vesa_setup_video_priv()398 mode_info.vesa.bits_per_pixel); in vesa_setup_video()
65 u8 bits_per_pixel; /* 19 */ member
425 link_cfg->bits_per_pixel); in tegra_dc_dp_dump_link_cfg()510 !link_cfg->bits_per_pixel) in tegra_dc_dp_calc_config()513 if ((u64)timing->pixelclock.typ * link_cfg->bits_per_pixel >= in tegra_dc_dp_calc_config()520 ratio_f = (u64)timing->pixelclock.typ * link_cfg->bits_per_pixel * f; in tegra_dc_dp_calc_config()599 f)) + link_cfg->bits_per_pixel / 4 - 1; in tegra_dc_dp_calc_config()601 link_cfg->bits_per_pixel) / in tegra_dc_dp_calc_config()1491 link_cfg->bits_per_pixel = panel_bpp; in tegra_dp_enable()
847 u32 bits_per_pixel; member
630 reg_val |= (link_cfg->bits_per_pixel > 18) ? in tegra_dc_sor_config_panel()
253 u8 bits_per_pixel; member
251 print_dec(">Bpp", fb->bits_per_pixel); in show_table()
112 __u32 bits_per_pixel; /* guess what */ member
164 vm->bits_per_pixel, vm->memory_model, in atibios_debug_mode()
Completed in 49 milliseconds