Home
last modified time | relevance | path

Searched refs:RADEON_RESET_MC (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dni.c1802 reset_mask |= RADEON_RESET_MC; in cayman_gpu_check_soft_reset()
1813 if (reset_mask & RADEON_RESET_MC) { in cayman_gpu_check_soft_reset()
1815 reset_mask &= ~RADEON_RESET_MC; in cayman_gpu_check_soft_reset()
1912 if (reset_mask & RADEON_RESET_MC) in cayman_gpu_soft_reset()
Dr600.c1665 reset_mask |= RADEON_RESET_MC; in r600_gpu_check_soft_reset()
1671 if (reset_mask & RADEON_RESET_MC) { in r600_gpu_check_soft_reset()
1673 reset_mask &= ~RADEON_RESET_MC; in r600_gpu_check_soft_reset()
1771 if (reset_mask & RADEON_RESET_MC) in r600_gpu_soft_reset()
Devergreen.c3872 reset_mask |= RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()
3883 if (reset_mask & RADEON_RESET_MC) { in evergreen_gpu_check_soft_reset()
3885 reset_mask &= ~RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()
3964 if (reset_mask & RADEON_RESET_MC) in evergreen_gpu_soft_reset()
Dsi.c3832 reset_mask |= RADEON_RESET_MC; in si_gpu_check_soft_reset()
3843 if (reset_mask & RADEON_RESET_MC) { in si_gpu_check_soft_reset()
3845 reset_mask &= ~RADEON_RESET_MC; in si_gpu_check_soft_reset()
3943 if (reset_mask & RADEON_RESET_MC) in si_gpu_soft_reset()
Dcik.c4910 reset_mask |= RADEON_RESET_MC; in cik_gpu_check_soft_reset()
4916 if (reset_mask & RADEON_RESET_MC) { in cik_gpu_check_soft_reset()
4918 reset_mask &= ~RADEON_RESET_MC; in cik_gpu_check_soft_reset()
5014 if (reset_mask & RADEON_RESET_MC) in cik_gpu_soft_reset()
Dradeon.h179 #define RADEON_RESET_MC (1 << 10) macro