Searched refs:RADEON_RESET_MC (Results 1 – 6 of 6) sorted by relevance
1805 reset_mask |= RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1816 if (reset_mask & RADEON_RESET_MC) { in cayman_gpu_check_soft_reset()1818 reset_mask &= ~RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1915 if (reset_mask & RADEON_RESET_MC) in cayman_gpu_soft_reset()
1671 reset_mask |= RADEON_RESET_MC; in r600_gpu_check_soft_reset()1677 if (reset_mask & RADEON_RESET_MC) { in r600_gpu_check_soft_reset()1679 reset_mask &= ~RADEON_RESET_MC; in r600_gpu_check_soft_reset()1777 if (reset_mask & RADEON_RESET_MC) in r600_gpu_soft_reset()
3876 reset_mask |= RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()3887 if (reset_mask & RADEON_RESET_MC) { in evergreen_gpu_check_soft_reset()3889 reset_mask &= ~RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()3968 if (reset_mask & RADEON_RESET_MC) in evergreen_gpu_soft_reset()
3836 reset_mask |= RADEON_RESET_MC; in si_gpu_check_soft_reset()3847 if (reset_mask & RADEON_RESET_MC) { in si_gpu_check_soft_reset()3849 reset_mask &= ~RADEON_RESET_MC; in si_gpu_check_soft_reset()3947 if (reset_mask & RADEON_RESET_MC) in si_gpu_soft_reset()
4910 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()
183 #define RADEON_RESET_MC (1 << 10) macro