Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A Dvideo-vesa.c20 static struct vesa_general_info vginfo; variable
43 ireg.di = (size_t)&vginfo; in vesa_probe()
47 vginfo.signature != VESA_MAGIC || in vesa_probe()
48 vginfo.version < 0x0102) in vesa_probe()
51 set_fs(vginfo.video_mode_ptr.seg); in vesa_probe()
52 mode_ptr = vginfo.video_mode_ptr.off; in vesa_probe()
167 if (vginfo.capabilities & 1) { in vesa_dac_set_8bits()
224 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()
244 if (vginfo.version < 0x0200) in vesa_store_edid()