Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Ddce_v8_0.c336 u32 crtc_status[6]; in dce_v8_0_is_display_hung() local
341 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v8_0_is_display_hung()
350 if (tmp != crtc_status[i]) in dce_v8_0_is_display_hung()
Ddce_v11_0.c418 u32 crtc_status[6]; in dce_v11_0_is_display_hung() local
424 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v11_0_is_display_hung()
433 if (tmp != crtc_status[i]) in dce_v11_0_is_display_hung()
Ddce_v10_0.c402 u32 crtc_status[6]; in dce_v10_0_is_display_hung() local
408 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v10_0_is_display_hung()
417 if (tmp != crtc_status[i]) in dce_v10_0_is_display_hung()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dr600.c1584 u32 crtc_status[2]; in r600_is_display_hung() local
1589 crtc_status[i] = RREG32(AVIVO_D1CRTC_STATUS_HV_COUNT + crtc_offsets[i]); in r600_is_display_hung()
1598 if (tmp != crtc_status[i]) in r600_is_display_hung()
Devergreen.c3796 u32 crtc_status[6]; in evergreen_is_display_hung() local
3801 crtc_status[i] = RREG32(EVERGREEN_CRTC_STATUS_HV_COUNT + crtc_offsets[i]); in evergreen_is_display_hung()
3810 if (tmp != crtc_status[i]) in evergreen_is_display_hung()