Home
last modified time | relevance | path

Searched refs:y_resolution (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dcoreboot.c24 vesa->y_resolution = fb->y_resolution; in save_vesa_mode()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcoreboot_table.c149 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()
155 fb->y_resolution = vesa->y_resolution; in write_coreboot_table()
H A Dbios.c233 le16_to_cpu(mode_info->vesa.y_resolution), in vbe_set_graphics()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_rom.c210 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()
216 screen_info->lfb_height = vesa->y_resolution; in setup_video()
334 uc_priv->ysize = vesa->y_resolution; in vbe_setup_video_priv()
347 plat->size = vesa->bytes_per_scanline * vesa->y_resolution; in vbe_setup_video_priv()
/rk3399_rockchip-uboot/include/
H A Dvbe.h59 u16 y_resolution; /* 14 */ member
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Datibios.c160 le16_to_cpu(vm->y_resolution), in atibios_debug_mode()
210 vm->y_resolution = le16_to_cpu(vm->y_resolution); in atibios_set_vesa_mode()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcoreboot_tables.h131 u32 y_resolution; member