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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c 163 new->VSyncStart = new->VDisplay + native_mode->VOverPlus;
390 native_mode->VOverPlus = d_timings->v_sync_off;
427 native_mode->VOverPlus = p->VSyncStart - p->VDisplay;
radeon_probe.h 268 int VOverPlus;
radeon_output.c 639 adjusted_mode->VSyncStart = native_mode->PanelYRes + native_mode->VOverPlus;
650 adjusted_mode->CrtcVSyncStart = adjusted_mode->CrtcVDisplay + native_mode->VOverPlus;
658 adjusted_mode->VSyncStart = native_mode->PanelYRes + native_mode->VOverPlus;
668 adjusted_mode->CrtcVSyncStart = adjusted_mode->CrtcVDisplay + native_mode->VOverPlus;
radeon_bios.c 1174 native_mode->VOverPlus = ((RADEON_BIOS16(tmp0+28) & 0x7ff) -
1187 "VBlank: %d, VOverPlus: %d, VSyncWidth: %d\n",
1190 native_mode->VBlank, native_mode->VOverPlus, native_mode->VSyncWidth);
radeon_atombios.c 2104 native_mode->VOverPlus = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usVSyncOffset);
2129 native_mode->VOverPlus = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usVSyncOffset);
2156 "VBlank: %d, VOverPlus: %d, VSyncWidth: %d\n",
2159 native_mode->VBlank, native_mode->VOverPlus, native_mode->VSyncWidth);

Completed in 9 milliseconds