Searched refs:RADEON_RESET_MC (Results 1 – 6 of 6) sorted by relevance
1802 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()
1665 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()
3872 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()
3832 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()
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()
179 #define RADEON_RESET_MC (1 << 10) macro