Searched refs:vminfo (Results 1 – 1 of 1) sorted by relevance
23 static struct vesa_mode_info vminfo; variable65 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 …]