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

/linux-master/drivers/gpu/drm/radeon/
H A Dr100.c95 u32 vline1, vline2; local
99 vline2 = (RREG32(RADEON_CRTC_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL;
102 vline2 = (RREG32(RADEON_CRTC2_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL;
104 if (vline1 != vline2)

Completed in 127 milliseconds