Searched refs:RADEON_CRTC_V_TOTAL (Results 1 – 5 of 5) sorted by relevance
110 # define RADEON_CRTC_V_TOTAL (0x07ff << 0) macro
109 ((mode->timing.v_total - 1) & RADEON_CRTC_V_TOTAL) in Radeon_CalcCRTCRegisters()
318 if( v_total > V_2PIX( RADEON_CRTC_V_TOTAL ) ) { in Radeon_ProposeDisplayMode()319 v_total = V_2PIX( RADEON_CRTC_V_TOTAL ); in Radeon_ProposeDisplayMode()
705 a = (r & RADEON_CRTC_V_TOTAL); in Radeon_RevEnvDFPTiming()
536 # define RADEON_CRTC_V_TOTAL (0x07ff << 0) macro