Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/boot/
Dvideo-vesa.c23 static struct vesa_mode_info vminfo; variable
65 memset(&vminfo, 0, sizeof vminfo); /* Just in case... */ in vesa_probe()
69 ireg.di = (size_t)&vminfo; in vesa_probe()
75 if ((vminfo.mode_attr & 0x15) == 0x05) { in vesa_probe()
81 mi->x = vminfo.h_res; in vesa_probe()
82 mi->y = vminfo.v_res; in vesa_probe()
84 } else if ((vminfo.mode_attr & 0x99) == 0x99 && in vesa_probe()
85 (vminfo.memory_layout == 4 || in vesa_probe()
86 vminfo.memory_layout == 6) && in vesa_probe()
87 vminfo.memory_planes == 1) { in vesa_probe()
[all …]