Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/boot/
Dvideo-vesa.c22 static struct vesa_general_info vginfo; variable
45 ireg.di = (size_t)&vginfo; in vesa_probe()
49 vginfo.signature != VESA_MAGIC || in vesa_probe()
50 vginfo.version < 0x0102) in vesa_probe()
53 set_fs(vginfo.video_mode_ptr.seg); in vesa_probe()
54 mode_ptr = vginfo.video_mode_ptr.off; in vesa_probe()
169 if (vginfo.capabilities & 1) { in vesa_dac_set_8bits()
226 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()
246 if (vginfo.version < 0x0200) in vesa_store_edid()