Home
last modified time | relevance | path

Searched refs:stat_crtc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_display.c1858 u32 stat_crtc = 0, vbl = 0, position = 0; in radeon_get_crtc_scanoutpos() local
1934 stat_crtc = RREG32(RADEON_CRTC_STATUS); in radeon_get_crtc_scanoutpos()
1935 if (!(stat_crtc & 1)) in radeon_get_crtc_scanoutpos()
1944 stat_crtc = RREG32(RADEON_CRTC2_STATUS); in radeon_get_crtc_scanoutpos()
1945 if (!(stat_crtc & 1)) in radeon_get_crtc_scanoutpos()
Dradeon_pm.c1775 u32 stat_crtc = 0; in radeon_pm_debug_check_in_vbl() local
1779 DRM_DEBUG_DRIVER("not in vbl for pm change %08x at %s\n", stat_crtc, in radeon_pm_debug_check_in_vbl()