Home
last modified time | relevance | path

Searched refs:RADEON_CRTC_VLINE_CRNT_VLINE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_display.c1627 position = (RREG32(RADEON_CRTC_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL; in radeon_get_crtc_scanoutpos()
Dradeon_reg.h576 #define RADEON_CRTC_VLINE_CRNT_VLINE 0x0210 macro
Dr100.c92 vline1 = (RREG32(RADEON_CRTC_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL; in r100_is_counter_moving()
93 vline2 = (RREG32(RADEON_CRTC_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL; in r100_is_counter_moving()