Home | History | Annotate | Download | only in fbcon

Lines Matching refs:yres

87 	int yres;
332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
394 vinfo->yres = *h;
399 fprintf(stderr, "Checked mode %dx%d at %d bpp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo->bits_per_pixel);
403 *h = vinfo->yres;
432 (h == vesa_timings[i].yres) && vesa_timings[i].pixclock ) {
676 current_w = vinfo.yres;
680 current_h = vinfo.yres;
698 w = vinfo.yres;
702 h = vinfo.yres;
831 fprintf(stderr, "\tyres: %d\n", vinfo->yres);
886 if ( (vinfo->xres == cinfo.xres && vinfo->yres == cinfo.yres) &&
915 (vinfo->yres == vesa_timings[i].yres) ) {
918 vinfo->xres, vinfo->yres);
986 current->h = vinfo.yres;
1032 if ( (vinfo.xres != width) || (vinfo.yres != height) ||
1039 vinfo.yres = height;
1140 current->h = vinfo.yres;
1499 int height = cache_vinfo.yres;