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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600.c 1623 u32 crtc_status[2]; local in function:r600_is_display_hung
1628 crtc_status[i] = RREG32(AVIVO_D1CRTC_STATUS_HV_COUNT + crtc_offsets[i]);
1637 if (tmp != crtc_status[i])
radeon_evergreen.c 3805 u32 crtc_status[6]; local in function:evergreen_is_display_hung
3810 crtc_status[i] = RREG32(EVERGREEN_CRTC_STATUS_HV_COUNT + crtc_offsets[i]);
3819 if (tmp != crtc_status[i])
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 421 u32 crtc_status[6]; local in function:dce_v10_0_is_display_hung
427 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]);
436 if (tmp != crtc_status[i])
amdgpu_dce_v11_0.c 437 u32 crtc_status[6]; local in function:dce_v11_0_is_display_hung
443 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]);
452 if (tmp != crtc_status[i])
amdgpu_dce_v8_0.c 355 u32 crtc_status[6]; local in function:dce_v8_0_is_display_hung
360 crtc_status[i] = RREG32(mmCRTC_STATUS_HV_COUNT + crtc_offsets[i]);
369 if (tmp != crtc_status[i])

Completed in 24 milliseconds