HomeSort by: relevance | last modified time | path
    Searched refs:PanelYRes (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c 145 native_mode->PanelYRes != 0 &&
149 sprintf(stmp, "%dx%d", native_mode->PanelXRes, native_mode->PanelYRes);
157 new->VDisplay = native_mode->PanelYRes;
177 native_mode->PanelXRes, native_mode->PanelYRes);
179 native_mode->PanelYRes != 0) {
181 new = xf86CVTMode(native_mode->PanelXRes, native_mode->PanelYRes, 60.0, TRUE, FALSE);
192 native_mode->PanelXRes, native_mode->PanelYRes);
281 if (width == native_mode->PanelXRes && height == native_mode->PanelYRes)
290 height < 200 || height > native_mode->PanelYRes) {
295 native_mode->PanelXRes, native_mode->PanelYRes);
    [all...]
legacy_output.c 184 native_mode->PanelYRes = ((fp_vert_stretch & RADEON_VERT_PANEL_SIZE) >>
187 native_mode->PanelYRes = (INREG(RADEON_CRTC_V_TOTAL_DISP)>>16) + 1;
196 if ((native_mode->PanelXRes < 640) || (native_mode->PanelYRes < 480)) {
198 native_mode->PanelYRes = 480;
223 native_mode->PanelXRes, native_mode->PanelYRes);
238 if (sscanf (s, "%dx%d", &native_mode->PanelXRes, &native_mode->PanelYRes) != 2) {
1404 if (native_mode->PanelXRes == 0 || native_mode->PanelYRes == 0) {
1410 if (yres > native_mode->PanelYRes)
1411 yres = native_mode->PanelYRes;
1415 if (yres == native_mode->PanelYRes)
    [all...]
radeon_output.c 590 pMode->VDisplay != native_mode->PanelYRes)
594 pMode->VDisplay > native_mode->PanelYRes)
626 mode->VDisplay < native_mode->PanelYRes) {
631 radeon_crtc->vsc = (float)mode->VDisplay / (float)native_mode->PanelYRes;
634 adjusted_mode->VDisplay = native_mode->PanelYRes;
638 adjusted_mode->VTotal = native_mode->PanelYRes + native_mode->VBlank;
639 adjusted_mode->VSyncStart = native_mode->PanelYRes + native_mode->VOverPlus;
645 adjusted_mode->CrtcVDisplay = native_mode->PanelYRes;
657 adjusted_mode->VTotal = native_mode->PanelYRes + native_mode->VBlank;
658 adjusted_mode->VSyncStart = native_mode->PanelYRes + native_mode->VOverPlus
    [all...]
radeon_bios.c 1138 native_mode->PanelYRes = RADEON_BIOS16(tmp+27);
1140 native_mode->PanelXRes, native_mode->PanelYRes);
1166 (RADEON_BIOS16(tmp0+2) == native_mode->PanelYRes)) {
1188 native_mode->PanelXRes, native_mode->PanelYRes, native_mode->DotClock,
radeon_probe.h 264 int PanelYRes;
radeon_atombios.c 2098 native_mode->PanelYRes = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usVActive);
2123 native_mode->PanelYRes = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usVActive);
2157 native_mode->PanelXRes, native_mode->PanelYRes, native_mode->DotClock,
radeon_video.c 2617 radeon_output->native_mode.PanelYRes) << v_inc_shift) / drw_h;
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_probe.h 144 int PanelYRes;
r128_driver.c 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
    [all...]
r128_video.c 677 if (r128_output->PanelYRes > 0)
680 v_inc = ((src_h * pScrn->currentMode->CrtcVDisplay / r128_output->PanelYRes) << v_inc_shift) / drw_h;
765 if (r128_output->PanelYRes > 0)
768 v_inc = ((src_h * pScrn->currentMode->CrtcVDisplay / r128_output->PanelYRes) << v_inc_shift) / drw_h;
r128_output.c 393 r128_output->PanelYRes = mode->VDisplay;
  /xsrc/external/mit/xf86-video-sis/dist/src/
init301.c 1751 case Panel_320x240_3: SiS_Pr->PanelXRes = 640; SiS_Pr->PanelYRes = 480;
1756 case Panel_640x480: SiS_Pr->PanelXRes = 640; SiS_Pr->PanelYRes = 480;
1761 case Panel_800x600: SiS_Pr->PanelXRes = 800; SiS_Pr->PanelYRes = 600;
1768 case Panel_1024x600: SiS_Pr->PanelXRes = 1024; SiS_Pr->PanelYRes = 600;
1775 case Panel_1024x768: SiS_Pr->PanelXRes = 1024; SiS_Pr->PanelYRes = 768;
1787 case Panel_1152x768: SiS_Pr->PanelXRes = 1152; SiS_Pr->PanelYRes = 768;
1798 case Panel_1152x864: SiS_Pr->PanelXRes = 1152; SiS_Pr->PanelYRes = 864;
1800 case Panel_1280x720: SiS_Pr->PanelXRes = 1280; SiS_Pr->PanelYRes = 720;
1808 case Panel_1280x768: SiS_Pr->PanelXRes = 1280; SiS_Pr->PanelYRes = 768;
1821 case Panel_1280x768_2: SiS_Pr->PanelXRes = 1280; SiS_Pr->PanelYRes = 768
    [all...]
vstruct.h 501 unsigned short PanelYRes, PanelVT;
init.c 3993 tempbx = SiS_Pr->PanelVT - SiS_Pr->PanelYRes;
3996 tempax = SiS_Pr->PanelYRes;
4013 tempax += (SiS_Pr->PanelYRes - tempax) >> 1;

Completed in 24 milliseconds