Home | History | Annotate | Download | only in src

Lines Matching refs:PanelYRes

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;
1205 if ((lvds->native_mode.PanelXRes == 0) || (lvds->native_mode.PanelYRes == 0))