Home | History | Annotate | Download | only in fbcon

Lines Matching refs:yres

87 	int yres;
320 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
382 vinfo->yres = *h;
387 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);
391 *h = vinfo->yres;
420 (h == vesa_timings[i].yres) && vesa_timings[i].pixclock ) {
624 current_h = vinfo.yres;
640 h = vinfo.yres;
754 fprintf(stderr, "\tyres: %d\n", vinfo->yres);
809 if ( (vinfo->xres == cinfo.xres && vinfo->yres == cinfo.yres) &&
838 (vinfo->yres == vesa_timings[i].yres) ) {
841 vinfo->xres, vinfo->yres);
909 current->h = vinfo.yres;
950 if ( (vinfo.xres != width) || (vinfo.yres != height) ||
957 vinfo.yres = height;
1035 current->h = vinfo.yres;