Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c350 u32 crtc_status[6]; in dce_v8_0_is_display_hung() local
355 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v8_0_is_display_hung()
364 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.c432 u32 crtc_status[6]; in dce_v11_0_is_display_hung() local
438 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]); in dce_v11_0_is_display_hung()
447 if (tmp != crtc_status[i]) in dce_v11_0_is_display_hung()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A 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()
H A 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()