Home
last modified time | relevance | path

Searched refs:bits_per_pixel (Results 1 – 17 of 17) sorted by relevance

/u-boot/drivers/video/
A Dcoreboot.c25 vesa->bits_per_pixel = fb->bits_per_pixel; in save_vesa_mode()
67 vesa->bits_per_pixel); in coreboot_video_probe()
A Defi.c153 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()
A Dvideomodes.h54 int bits_per_pixel; /* bpp */ member
A Dlogicore_dp_tx.c1893 u8 bits_per_pixel; in cfg_msa_recalculate() local
1954 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()
/u-boot/drivers/video/imx/
A Dmxc_ipuv3_fb.c102 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()
/u-boot/arch/x86/lib/fsp/
A Dfsp_graphics.c60 vesa->bits_per_pixel = 32; in save_vesa_mode()
117 vesa->bits_per_pixel, vesa->phys_base_ptr); in fsp_video_probe()
/u-boot/arch/x86/lib/
A Dcoreboot_table.c158 fb->bits_per_pixel = vesa->bits_per_pixel; in write_coreboot_table()
A Dbios.c239 mode_info->vesa.bits_per_pixel); in vbe_set_graphics()
/u-boot/drivers/pci/
A Dpci_rom.c219 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()
/u-boot/include/
A Dvesa.h65 u8 bits_per_pixel; /* 19 */ member
/u-boot/drivers/video/tegra124/
A Ddp.c425 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()
A Dsor.h847 u32 bits_per_pixel; member
A Dsor.c630 reg_val |= (link_cfg->bits_per_pixel > 18) ? in tegra_dc_sor_config_panel()
/u-boot/arch/x86/include/asm/
A Dcoreboot_tables.h253 u8 bits_per_pixel; member
/u-boot/cmd/x86/
A Dcbsysinfo.c251 print_dec(">Bpp", fb->bits_per_pixel); in show_table()
/u-boot/include/linux/
A Dfb.h112 __u32 bits_per_pixel; /* guess what */ member
/u-boot/drivers/bios_emulator/
A Datibios.c164 vm->bits_per_pixel, vm->memory_model, in atibios_debug_mode()

Completed in 49 milliseconds