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