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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c 162 new->VTotal = new->VDisplay + native_mode->VBlank;
392 native_mode->VBlank = d_timings->v_blanking;
426 native_mode->VBlank = p->VTotal - p->VDisplay;
radeon_probe.h 270 int VBlank;
radeon_output.c 638 adjusted_mode->VTotal = native_mode->PanelYRes + native_mode->VBlank;
649 adjusted_mode->CrtcVTotal = adjusted_mode->CrtcVDisplay + native_mode->VBlank;
657 adjusted_mode->VTotal = native_mode->PanelYRes + native_mode->VBlank;
667 adjusted_mode->CrtcVTotal = adjusted_mode->CrtcVDisplay + native_mode->VBlank;
radeon_bios.c 1172 native_mode->VBlank = (RADEON_BIOS16(tmp0+24) -
1187 "VBlank: %d, VOverPlus: %d, VSyncWidth: %d\n",
1190 native_mode->VBlank, native_mode->VOverPlus, native_mode->VSyncWidth);
radeon_atombios.c 2103 native_mode->VBlank = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info->sLCDTiming.usVBlanking_Time);
2128 native_mode->VBlank = le16_to_cpu(atomDataPtr->LVDS_Info.LVDS_Info_v12->sLCDTiming.usVBlanking_Time);
2156 "VBlank: %d, VOverPlus: %d, VSyncWidth: %d\n",
2159 native_mode->VBlank, native_mode->VOverPlus, native_mode->VSyncWidth);
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
release.txt 95 * Removed wait for VBlank when panning using cursor routines.

Completed in 100 milliseconds