Home | History | Annotate | Download | only in src

Lines Matching refs:PanelYRes

487     xf86GetOptValInteger(info->Options, OPTION_PANEL_HEIGHT, &(r128_output->PanelYRes));
526 if (!r128_output->PanelYRes)
527 r128_output->PanelYRes = R128_BIOS16(info->FPBIOSstart + 27);
529 r128_output->PanelXRes, r128_output->PanelYRes);
533 if (!r128_output->PanelXRes || !r128_output->PanelYRes) {
577 if ((!r128_output->PanelXRes || !r128_output->PanelYRes) &&
591 r128_output->PanelYRes = fbinfo.height;
2650 if (r128_output->PanelXRes == 0 || r128_output->PanelYRes == 0) {
2652 yres = r128_output->PanelYRes;
2658 if (yres > r128_output->PanelYRes) yres = r128_output->PanelYRes;
2661 Vratio = (float)yres/(float)r128_output->PanelYRes;
2683 if (yres == r128_output->PanelYRes)