Home
last modified time | relevance | path

Searched refs:crtc_status (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c368 u32 crtc_status[6]; in dce_v8_0_is_display_hung() local
373 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v8_0_is_display_hung()
382 if (tmp != crtc_status[i]) in dce_v8_0_is_display_hung()
H A Ddce_v10_0.c416 u32 crtc_status[6]; in dce_v10_0_is_display_hung() local
422 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v10_0_is_display_hung()
431 if (tmp != crtc_status[i]) in dce_v10_0_is_display_hung()
H A Ddce_v11_0.c438 u32 crtc_status[6]; in dce_v11_0_is_display_hung() local
444 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v11_0_is_display_hung()
453 if (tmp != crtc_status[i]) in dce_v11_0_is_display_hung()
/linux/drivers/gpu/drm/radeon/
H A Dr600.c1589 u32 crtc_status[2]; in r600_is_display_hung() local
1594 crtc_status[i] = RREG32(AVIVO_D1CRTC_STATUS_HV_COUNT + crtc_offsets[i]); in r600_is_display_hung()
1603 if (tmp != crtc_status[i]) in r600_is_display_hung()
H A Devergreen.c3799 u32 crtc_status[6]; in evergreen_is_display_hung() local
3804 crtc_status[i] = RREG32(EVERGREEN_CRTC_STATUS_HV_COUNT + crtc_offsets[i]); in evergreen_is_display_hung()
3813 if (tmp != crtc_status[i]) in evergreen_is_display_hung()