Searched refs:RADEON_RESET_MC (Results 1 – 6 of 6) sorted by relevance
1779 reset_mask |= RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1790 if (reset_mask & RADEON_RESET_MC) { in cayman_gpu_check_soft_reset()1792 reset_mask &= ~RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1889 if (reset_mask & RADEON_RESET_MC) in cayman_gpu_soft_reset()
1670 reset_mask |= RADEON_RESET_MC; in r600_gpu_check_soft_reset()1676 if (reset_mask & RADEON_RESET_MC) { in r600_gpu_check_soft_reset()1678 reset_mask &= ~RADEON_RESET_MC; in r600_gpu_check_soft_reset()1776 if (reset_mask & RADEON_RESET_MC) in r600_gpu_soft_reset()
3875 reset_mask |= RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()3886 if (reset_mask & RADEON_RESET_MC) { in evergreen_gpu_check_soft_reset()3888 reset_mask &= ~RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()3967 if (reset_mask & RADEON_RESET_MC) in evergreen_gpu_soft_reset()
3816 reset_mask |= RADEON_RESET_MC; in si_gpu_check_soft_reset()3827 if (reset_mask & RADEON_RESET_MC) { in si_gpu_check_soft_reset()3829 reset_mask &= ~RADEON_RESET_MC; in si_gpu_check_soft_reset()3927 if (reset_mask & RADEON_RESET_MC) in si_gpu_soft_reset()
4900 reset_mask |= RADEON_RESET_MC; in cik_gpu_check_soft_reset()4906 if (reset_mask & RADEON_RESET_MC) { in cik_gpu_check_soft_reset()4908 reset_mask &= ~RADEON_RESET_MC; in cik_gpu_check_soft_reset()5004 if (reset_mask & RADEON_RESET_MC) in cik_gpu_soft_reset()
182 #define RADEON_RESET_MC (1 << 10) macro