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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c 99 u32 vline1, vline2; local in function:r100_is_counter_moving
103 vline2 = (RREG32(RADEON_CRTC_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL;
106 vline2 = (RREG32(RADEON_CRTC2_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL;
108 if (vline1 != vline2)
radeon_r100.c 99 u32 vline1, vline2; local in function:r100_is_counter_moving
103 vline2 = (RREG32(RADEON_CRTC_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL;
106 vline2 = (RREG32(RADEON_CRTC2_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL;
108 if (vline1 != vline2)

Completed in 27 milliseconds