Searched refs:VBlank (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | 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;
|
| H A D | radeon_probe.h | 270 int VBlank; member in struct:_radeon_native_mode
|
| H A D | 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;
|
| H A D | 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);
|
| H A D | 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);
|
Completed in 13 milliseconds