Searched refs:VBlank (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_modes.c162 new->VTotal = new->VDisplay + native_mode->VBlank;
392 native_mode->VBlank = d_timings->v_blanking;
426 native_mode->VBlank = p->VTotal - p->VDisplay;
H A Dradeon_probe.h270 int VBlank; member in struct:_radeon_native_mode
H A Dradeon_output.c638 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;
H A Dradeon_bios.c1172 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);
H A Dradeon_atombios.c2103 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);

Completed in 13 milliseconds