Home
last modified time | relevance | path

Searched refs:bpp (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Defi-boot.h495 int bpp = 0; in efi_arch_video_init() local
508 bpp = 32; in efi_arch_video_init()
519 bpp = 32; in efi_arch_video_init()
522 bpp = set_color(mode_info->PixelInformation.RedMask, bpp, in efi_arch_video_init()
525 bpp = set_color(mode_info->PixelInformation.GreenMask, bpp, in efi_arch_video_init()
528 bpp = set_color(mode_info->PixelInformation.BlueMask, bpp, in efi_arch_video_init()
531 bpp = set_color(mode_info->PixelInformation.ReservedMask, bpp, in efi_arch_video_init()
534 if ( bpp > 0 ) in efi_arch_video_init()
539 bpp = 0; in efi_arch_video_init()
542 if ( bpp > 0 ) in efi_arch_video_init()
[all …]
/xen-4.10.0-shim-comet/xen/drivers/video/
A Dlfb.c34 unsigned int i, j, b, bpp, pixel; in lfb_show_line() local
36 bpp = (lfb.lfbp.bits_per_pixel + 7) >> 3; in lfb_show_line()
50 memcpy(ptr, &pixel, bpp); in lfb_show_line()
51 ptr += bpp; in lfb_show_line()
55 memset(ptr, 0, (lfb.lfbp.width - nr_chars * lfb.lfbp.font->width) * bpp); in lfb_show_line()
56 memcpy(video_line, lfb.lbuf, nr_cells * lfb.lfbp.font->width * bpp); in lfb_show_line()
A Darm_hdlcd.c64 const char* bpp; member
82 static int __init get_color_masks(const char* bpp, struct color_masks **masks) in get_color_masks() argument
87 if ( !strncmp(colors[i].bpp, bpp, 2) ) in get_color_masks()
A Dvesa.c190 unsigned int i, bpp = (vlfb_info.bits_per_pixel + 7) >> 3; in vesa_endboot() local
193 vlfb_info.width * bpp); in vesa_endboot()
/xen-4.10.0-shim-comet/xen/include/public/io/
A Ddisplif.h497 uint32_t bpp; member
698 uint32_t bpp; member
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DREADME106 . lots of 4bpp VBE fixes (all 4bpp VBE modes now enabled)
156 . support for 15bpp, 16bpp, 24bpp and 32bpp VBE modes added
A DChangeLog72 - init 4bpp VBE modes by a temporary switch to VGA mode 0x6A
73 - all 4bpp VBE modes now enabled
116 * several other fixes (e.g. 4 bpp specific stuff, number of pages)
130 - VBE get/set logical scan line length fixes for the 4bpp mode
136 - added special case for the 4 bpp when setting VBE display start
298 - 24 bpp mode entries fixed (patch from Fabrice Bellard)
528 - create the mode list depending on the supported bpp capability
699 vbe_biosfn_set_get_logical_scan_line_length() fixed for >8bpp -
739 - VBE mode info blocks of modes with >8bpp enabled - VBE modes
741 supports >8bpp - VBE will be enabled with new VBE_DISPI_ID2
[all …]
A Dvgabios.c1264 Bit8u mode,line,cheight,bpp,cols; local
1362 bpp=vga_modes[line].pixbits;
1369 if(bpp==2)
1511 addr=(xcurs*bpp)+ycurs*320;
1518 if (bpp == 1)
1611 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local
1640 bpp=vga_modes[line].pixbits;
1669 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local
1700 bpp=vga_modes[line].pixbits;
1943 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local
[all …]
A Dvbe_display_api.txt35 VBE_DISPI_INDEX_BPP supports >8bpp color depth (value = bits)
208 If the new flag VBE_DISPI_GETCAPS is enabled, the xres, yres and bpp registers
A Dvbe.c272 static void dispi_set_bpp(bpp) in dispi_set_bpp() argument
273 Bit16u bpp; in dispi_set_bpp()
276 outw(VBE_DISPI_IOPORT_DATA,bpp);
599 ; settings for >= 8bpp
A Dclext.c907 mov al, [si+6] ;; bpp
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c119 static int set_color(u32 mask, int bpp, u8 *pos, u8 *sz);
761 unsigned int bpp = 0; in efi_find_gop_mode() local
769 bpp = hweight32(mode_info->PixelInformation.RedMask | in efi_find_gop_mode()
775 bpp = 24; in efi_find_gop_mode()
782 (!depth || bpp == depth) ) in efi_find_gop_mode()
1046 static int __init __maybe_unused set_color(u32 mask, int bpp, u8 *pos, u8 *sz) in set_color() argument
1048 if ( bpp < 0 ) in set_color()
1049 return bpp; in set_color()
1058 return max(*pos + *sz, bpp); in set_color()
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in2094 1600x1200 at 32bpp. For the upstream qemu-xen device-model, the default and
2099 which is sufficient for 1024x768 at 32 bpp. For the upstream qemu-xen

Completed in 28 milliseconds