Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Defi.c153 vesa->bits_per_pixel = 32; in save_vesa_mode()
157 &vesa->red_mask_pos, in save_vesa_mode()
158 &vesa->red_mask_size); in save_vesa_mode()
160 &vesa->green_mask_pos, in save_vesa_mode()
161 &vesa->green_mask_size); in save_vesa_mode()
163 &vesa->blue_mask_pos, in save_vesa_mode()
164 &vesa->blue_mask_size); in save_vesa_mode()
168 vesa->bits_per_pixel = vesa->red_mask_size + in save_vesa_mode()
186 struct vesa_mode_info *vesa = &mode_info.vesa; in efi_video_probe() local
213 struct vesa_mode_info vesa; in efi_video_bind() local
[all …]
A Dcoreboot.c14 struct vesa_mode_info *vesa) in save_vesa_mode() argument
23 vesa->x_resolution = fb->x_resolution; in save_vesa_mode()
24 vesa->y_resolution = fb->y_resolution; in save_vesa_mode()
25 vesa->bits_per_pixel = fb->bits_per_pixel; in save_vesa_mode()
28 vesa->red_mask_size = fb->red_mask_size; in save_vesa_mode()
29 vesa->red_mask_pos = fb->red_mask_pos; in save_vesa_mode()
33 vesa->blue_mask_pos = fb->blue_mask_pos; in save_vesa_mode()
45 struct vesa_mode_info *vesa = &mode_info.vesa; in coreboot_video_probe() local
54 ret = save_vesa_mode(fb, vesa); in coreboot_video_probe()
60 ret = vesa_setup_video_priv(vesa, vesa->phys_base_ptr, uc_priv, plat); in coreboot_video_probe()
[all …]
A DMakefile74 obj-$(CONFIG_VIDEO_VESA) += vesa.o
A DKconfig302 Turn on this option to enable a very simple driver which uses vesa
/u-boot/arch/x86/lib/fsp/
A Dfsp_graphics.c58 vesa->x_resolution = ginfo->width; in save_vesa_mode()
59 vesa->y_resolution = ginfo->height; in save_vesa_mode()
60 vesa->bits_per_pixel = 32; in save_vesa_mode()
62 vesa->phys_base_ptr = ginfo->fb_base; in save_vesa_mode()
70 vesa->red_mask_size = fbinfo->red.size; in save_vesa_mode()
71 vesa->red_mask_pos = fbinfo->red.pos; in save_vesa_mode()
86 struct vesa_mode_info *vesa = &mode_info.vesa; in fsp_video_probe() local
95 ret = save_vesa_mode(vesa); in fsp_video_probe()
107 gd->fb_base = vesa->phys_base_ptr; in fsp_video_probe()
109 ret = vesa_setup_video_priv(vesa, vesa->phys_base_ptr, uc_priv, plat); in fsp_video_probe()
[all …]
/u-boot/arch/x86/lib/
A Dcoreboot_table.c107 struct vesa_mode_info *vesa; in write_coreboot_table() local
150 vesa = &mode_info.vesa; in write_coreboot_table()
151 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()
156 fb->x_resolution = vesa->x_resolution; in write_coreboot_table()
157 fb->y_resolution = vesa->y_resolution; in write_coreboot_table()
158 fb->bits_per_pixel = vesa->bits_per_pixel; in write_coreboot_table()
161 fb->red_mask_size = vesa->red_mask_size; in write_coreboot_table()
162 fb->red_mask_pos = vesa->red_mask_pos; in write_coreboot_table()
164 fb->green_mask_pos = vesa->green_mask_pos; in write_coreboot_table()
165 fb->blue_mask_size = vesa->blue_mask_size; in write_coreboot_table()
[all …]
A Dbios.c235 framebuffer = (unsigned char *)(ulong)mode_info->vesa.phys_base_ptr; in vbe_set_graphics()
237 le16_to_cpu(mode_info->vesa.x_resolution), in vbe_set_graphics()
238 le16_to_cpu(mode_info->vesa.y_resolution), in vbe_set_graphics()
239 mode_info->vesa.bits_per_pixel); in vbe_set_graphics()
/u-boot/drivers/pci/
A Dpci_rom.c209 struct vesa_mode_info *vesa = &mode_info.vesa; in setup_video() local
212 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
217 screen_info->lfb_width = vesa->x_resolution; in setup_video()
221 screen_info->lfb_base = vesa->phys_base_ptr; in setup_video()
227 screen_info->red_pos = vesa->red_mask_pos; in setup_video()
332 if (!vesa->x_resolution) in vesa_setup_video_priv()
334 uc_priv->xsize = vesa->x_resolution; in vesa_setup_video_priv()
335 uc_priv->ysize = vesa->y_resolution; in vesa_setup_video_priv()
337 switch (vesa->bits_per_pixel) { in vesa_setup_video_priv()
355 plat->size = vesa->bytes_per_scanline * vesa->y_resolution; in vesa_setup_video_priv()
[all …]
/u-boot/cmd/
A Delf.c108 struct vesa_mode_info *vesa = &mode_info.vesa; in do_bootvx() local
173 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx()
177 gop->info.width = vesa->x_resolution; in do_bootvx()
178 gop->info.height = vesa->y_resolution; in do_bootvx()
180 gop->info.pixels_per_scanline = vesa->bytes_per_scanline / 4; in do_bootvx()
181 gop->fb_base = vesa->phys_base_ptr; in do_bootvx()
182 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution; in do_bootvx()
/u-boot/include/
A Dvesa.h90 struct vesa_mode_info vesa; member
125 int vesa_setup_video_priv(struct vesa_mode_info *vesa, u64 fb,
/u-boot/arch/arm/dts/
A Dpx30-engicam-edimm2.2.dtsi18 data-mapping = "vesa-24";
A Dpx30-engicam-px30-core-ctouch2-of10.dts31 data-mapping = "vesa-24";
A Dbeacon-renesom-baseboard.dtsi110 data-mapping = "vesa-24";
A Dsun8i-a83t-tbs-a711.dts80 data-mapping = "vesa-24";
A Dimx8mm-verdin.dtsi67 data-mapping = "vesa-24";
/u-boot/drivers/bios_emulator/
A Datibios.c158 vm = &mode_info->vesa; in atibios_debug_mode()
211 vm = &mode_info->vesa; in atibios_set_vesa_mode()
/u-boot/doc/arch/
A Dx86.rst287 1,422,704 vesa display

Completed in 37 milliseconds