Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Ddce_v8_0.c344 u32 crtc_status[6]; in dce_v8_0_is_display_hung() local
349 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v8_0_is_display_hung()
358 if (tmp != crtc_status[i]) in dce_v8_0_is_display_hung()
Ddce_v10_0.c410 u32 crtc_status[6]; in dce_v10_0_is_display_hung() local
416 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v10_0_is_display_hung()
425 if (tmp != crtc_status[i]) in dce_v10_0_is_display_hung()
Ddce_v11_0.c426 u32 crtc_status[6]; in dce_v11_0_is_display_hung() local
432 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v11_0_is_display_hung()
441 if (tmp != crtc_status[i]) in dce_v11_0_is_display_hung()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dr600.c1590 u32 crtc_status[2]; in r600_is_display_hung() local
1595 crtc_status[i] = RREG32(AVIVO_D1CRTC_STATUS_HV_COUNT + crtc_offsets[i]); in r600_is_display_hung()
1604 if (tmp != crtc_status[i]) in r600_is_display_hung()
Devergreen.c3800 u32 crtc_status[6]; in evergreen_is_display_hung() local
3805 crtc_status[i] = RREG32(EVERGREEN_CRTC_STATUS_HV_COUNT + crtc_offsets[i]); in evergreen_is_display_hung()
3814 if (tmp != crtc_status[i]) in evergreen_is_display_hung()