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

/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_display.c1558 u32 stat_crtc = 0, vbl = 0, position = 0; local
1628 stat_crtc = RREG32(RADEON_CRTC_STATUS);
1629 if (!(stat_crtc & 1))
1638 stat_crtc = RREG32(RADEON_CRTC2_STATUS);
1639 if (!(stat_crtc & 1))
H A Dradeon_pm.c808 u32 stat_crtc = 0; local
812 DRM_DEBUG_DRIVER("not in vbl for pm change %08x at %s\n", stat_crtc,

Completed in 112 milliseconds