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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_pm.c 1824 u32 stat_crtc = 0; local in function:radeon_pm_debug_check_in_vbl
1828 DRM_DEBUG_DRIVER("not in vbl for pm change %08x at %s\n", stat_crtc,
radeon_display.c 1813 u32 stat_crtc = 0, vbl = 0, position = 0; local in function:radeon_get_crtc_scanoutpos
1889 stat_crtc = RREG32(RADEON_CRTC_STATUS);
1890 if (!(stat_crtc & 1))
1899 stat_crtc = RREG32(RADEON_CRTC2_STATUS);
1900 if (!(stat_crtc & 1))

Completed in 15 milliseconds