Lines Matching refs:mi
36 struct mode_info *mi; in vesa_probe() local
76 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
77 mi->mode = mode + VIDEO_FIRST_VESA; in vesa_probe()
78 mi->depth = 0; /* text */ in vesa_probe()
79 mi->x = vminfo.h_res; in vesa_probe()
80 mi->y = vminfo.v_res; in vesa_probe()
91 mi = GET_HEAP(struct mode_info, 1); in vesa_probe()
92 mi->mode = mode + VIDEO_FIRST_VESA; in vesa_probe()
93 mi->depth = vminfo.bpp; in vesa_probe()
94 mi->x = vminfo.h_res; in vesa_probe()
95 mi->y = vminfo.v_res; in vesa_probe()