Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dcoreboot.c23 vesa->x_resolution = fb->x_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()
154 fb->x_resolution = vesa->x_resolution; in write_coreboot_table()
H A Dbios.c232 le16_to_cpu(mode_info->vesa.x_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()
215 screen_info->lfb_width = vesa->x_resolution; in setup_video()
331 if (!vesa->x_resolution) in vbe_setup_video_priv()
333 uc_priv->xsize = vesa->x_resolution; in vbe_setup_video_priv()
/rk3399_rockchip-uboot/include/
H A Dvbe.h58 u16 x_resolution; /* 12 */ member
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Datibios.c159 le16_to_cpu(vm->x_resolution), in atibios_debug_mode()
209 vm->x_resolution = le16_to_cpu(vm->x_resolution); in atibios_set_vesa_mode()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcoreboot_tables.h130 u32 x_resolution; member