Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_display.c1824 u32 stat_crtc = 0, vbl = 0, position = 0; in radeon_get_crtc_scanoutpos() local
1900 stat_crtc = RREG32(RADEON_CRTC_STATUS); in radeon_get_crtc_scanoutpos()
1901 if (!(stat_crtc & 1)) in radeon_get_crtc_scanoutpos()
1910 stat_crtc = RREG32(RADEON_CRTC2_STATUS); in radeon_get_crtc_scanoutpos()
1911 if (!(stat_crtc & 1)) in radeon_get_crtc_scanoutpos()
H A Dradeon_pm.c1824 u32 stat_crtc = 0; in radeon_pm_debug_check_in_vbl() local
1828 DRM_DEBUG_DRIVER("not in vbl for pm change %08x at %s\n", stat_crtc, in radeon_pm_debug_check_in_vbl()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_display.c1818 u32 stat_crtc = 0, vbl = 0, position = 0; in radeon_get_crtc_scanoutpos() local
1894 stat_crtc = RREG32(RADEON_CRTC_STATUS); in radeon_get_crtc_scanoutpos()
1895 if (!(stat_crtc & 1)) in radeon_get_crtc_scanoutpos()
1904 stat_crtc = RREG32(RADEON_CRTC2_STATUS); in radeon_get_crtc_scanoutpos()
1905 if (!(stat_crtc & 1)) in radeon_get_crtc_scanoutpos()
H A Dradeon_pm.c1844 u32 stat_crtc = 0; in radeon_pm_debug_check_in_vbl() local
1848 DRM_DEBUG_DRIVER("not in vbl for pm change %08x at %s\n", stat_crtc, in radeon_pm_debug_check_in_vbl()

Completed in 11 milliseconds