/third_party/uboot/u-boot-2020.01/drivers/video/ |
D | efi.c | 52 static int save_vesa_mode(struct vesa_mode_info *vesa) in save_vesa_mode() argument 65 vesa->phys_base_ptr = mode->fb_base; in save_vesa_mode() 66 vesa->x_resolution = mode->info->width; in save_vesa_mode() 67 vesa->y_resolution = mode->info->height; in save_vesa_mode() 71 vesa->red_mask_size = fbinfo->red.size; in save_vesa_mode() 72 vesa->red_mask_pos = fbinfo->red.pos; in save_vesa_mode() 73 vesa->green_mask_size = fbinfo->green.size; in save_vesa_mode() 74 vesa->green_mask_pos = fbinfo->green.pos; in save_vesa_mode() 75 vesa->blue_mask_size = fbinfo->blue.size; in save_vesa_mode() 76 vesa->blue_mask_pos = fbinfo->blue.pos; in save_vesa_mode() [all …]
|
D | coreboot.c | 13 struct vesa_mode_info *vesa) in save_vesa_mode() argument 22 vesa->x_resolution = fb->x_resolution; in save_vesa_mode() 23 vesa->y_resolution = fb->y_resolution; in save_vesa_mode() 24 vesa->bits_per_pixel = fb->bits_per_pixel; in save_vesa_mode() 25 vesa->bytes_per_scanline = fb->bytes_per_line; in save_vesa_mode() 26 vesa->phys_base_ptr = fb->physical_address; in save_vesa_mode() 27 vesa->red_mask_size = fb->red_mask_size; in save_vesa_mode() 28 vesa->red_mask_pos = fb->red_mask_pos; in save_vesa_mode() 29 vesa->green_mask_size = fb->green_mask_size; in save_vesa_mode() 30 vesa->green_mask_pos = fb->green_mask_pos; in save_vesa_mode() [all …]
|
D | Makefile | 70 obj-$(CONFIG_VIDEO_VESA) += vesa.o
|
D | Kconfig | 177 Turn on this option to enable a very simple driver which uses vesa
|
/third_party/uboot/u-boot-2020.01/arch/x86/lib/fsp1/ |
D | fsp_graphics.c | 29 static int save_vesa_mode(struct vesa_mode_info *vesa) in save_vesa_mode() argument 49 vesa->x_resolution = ginfo->width; in save_vesa_mode() 50 vesa->y_resolution = ginfo->height; in save_vesa_mode() 51 vesa->bits_per_pixel = 32; in save_vesa_mode() 52 vesa->bytes_per_scanline = ginfo->pixels_per_scanline * 4; in save_vesa_mode() 53 vesa->phys_base_ptr = ginfo->fb_base; in save_vesa_mode() 61 vesa->red_mask_size = fbinfo->red.size; in save_vesa_mode() 62 vesa->red_mask_pos = fbinfo->red.pos; in save_vesa_mode() 63 vesa->green_mask_size = fbinfo->green.size; in save_vesa_mode() 64 vesa->green_mask_pos = fbinfo->green.pos; in save_vesa_mode() [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci_rom.c | 206 struct vesa_mode_info *vesa = &mode_info.vesa; in setup_video() local 209 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video() 214 screen_info->lfb_width = vesa->x_resolution; in setup_video() 215 screen_info->lfb_height = vesa->y_resolution; in setup_video() 216 screen_info->lfb_depth = vesa->bits_per_pixel; in setup_video() 217 screen_info->lfb_linelength = vesa->bytes_per_scanline; in setup_video() 218 screen_info->lfb_base = vesa->phys_base_ptr; in setup_video() 223 screen_info->red_size = vesa->red_mask_size; in setup_video() 224 screen_info->red_pos = vesa->red_mask_pos; in setup_video() 225 screen_info->green_size = vesa->green_mask_size; in setup_video() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/x86/lib/ |
D | coreboot_table.c | 104 struct vesa_mode_info *vesa; in write_coreboot_table() local 147 vesa = &mode_info.vesa; in write_coreboot_table() 148 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table() 153 fb->x_resolution = vesa->x_resolution; in write_coreboot_table() 154 fb->y_resolution = vesa->y_resolution; in write_coreboot_table() 155 fb->bits_per_pixel = vesa->bits_per_pixel; in write_coreboot_table() 156 fb->bytes_per_line = vesa->bytes_per_scanline; in write_coreboot_table() 157 fb->physical_address = vesa->phys_base_ptr; in write_coreboot_table() 158 fb->red_mask_size = vesa->red_mask_size; in write_coreboot_table() 159 fb->red_mask_pos = vesa->red_mask_pos; in write_coreboot_table() [all …]
|
D | bios.c | 231 framebuffer = (unsigned char *)(ulong)mode_info->vesa.phys_base_ptr; in vbe_set_graphics() 233 le16_to_cpu(mode_info->vesa.x_resolution), in vbe_set_graphics() 234 le16_to_cpu(mode_info->vesa.y_resolution), in vbe_set_graphics() 235 mode_info->vesa.bits_per_pixel); in vbe_set_graphics()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | elf.c | 343 struct vesa_mode_info *vesa = &mode_info.vesa; in do_bootvx() local 408 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx() 412 gop->info.width = vesa->x_resolution; in do_bootvx() 413 gop->info.height = vesa->y_resolution; in do_bootvx() 415 gop->info.pixels_per_scanline = vesa->bytes_per_scanline / 4; in do_bootvx() 416 gop->fb_base = vesa->phys_base_ptr; in do_bootvx() 417 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution; in do_bootvx()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | vbe.h | 87 struct vesa_mode_info vesa; member 108 int vbe_setup_video_priv(struct vesa_mode_info *vesa,
|
/third_party/XKeyboardConfig/po/ |
D | cs.po | 1738 msgstr "České (QWERTY, prodloužená klávesa zpětného lomítka)" 2973 msgstr "Slovenské (prodloužená klávesa zpětného lomítka)" 2981 msgstr "Slovenské (QWERTY, prodloužená klávesa zpětného lomítka)" 3705 msgstr "Pravá klávesa Alt (při stisknutí)" 3709 msgstr "Levá klávesa Alt (při stisknutí)" 3713 msgstr "Levá klávesa Win (při stisknutí)" 3717 msgstr "Pravá klávesa Win (při stisknutí)" 3721 msgstr "Libovolná klávesa Win (při stisknutí)" 3725 msgstr "Klávesa Menu (při stisknutí), Shift+Menu pro Menu" 3735 msgstr "Pravá klávesa Ctrl (při stisknutí)" [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/ |
D | atibios.c | 155 vm = &mode_info->vesa; in atibios_debug_mode() 208 vm = &mode_info->vesa; in atibios_set_vesa_mode()
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | lu.txt | 216 VC{"Santu vesa ne Ngelenadine"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | lu.txt | 216 VC{"Santu vesa ne Ngelenadine"}
|
/third_party/icu/icu4c/source/data/region/ |
D | lu.txt | 216 VC{"Santu vesa ne Ngelenadine"}
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | sun8i-a83t-tbs-a711.dts | 79 data-mapping = "vesa-24";
|
/third_party/uboot/u-boot-2020.01/doc/arch/ |
D | x86.rst | 296 1,422,704 vesa display
|
/third_party/icu/icu4c/source/data/locales/ |
D | cs.txt | 5359 keycap{"klávesa"}
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | cs.txt | 5356 keycap{"klávesa"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | cs.txt | 5263 keycap{"klávesa"}
|