Searched refs:RADEON_RESET_MC (Results 1 – 6 of 6) sorted by relevance
1811 reset_mask |= RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1822 if (reset_mask & RADEON_RESET_MC) { in cayman_gpu_check_soft_reset()1824 reset_mask &= ~RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1921 if (reset_mask & RADEON_RESET_MC) in cayman_gpu_soft_reset()
1663 reset_mask |= RADEON_RESET_MC; in r600_gpu_check_soft_reset()1669 if (reset_mask & RADEON_RESET_MC) { in r600_gpu_check_soft_reset()1671 reset_mask &= ~RADEON_RESET_MC; in r600_gpu_check_soft_reset()1769 if (reset_mask & RADEON_RESET_MC) in r600_gpu_soft_reset()
3964 reset_mask |= RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()3975 if (reset_mask & RADEON_RESET_MC) { in evergreen_gpu_check_soft_reset()3977 reset_mask &= ~RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()4056 if (reset_mask & RADEON_RESET_MC) in evergreen_gpu_soft_reset()
3833 reset_mask |= RADEON_RESET_MC; in si_gpu_check_soft_reset()3844 if (reset_mask & RADEON_RESET_MC) { in si_gpu_check_soft_reset()3846 reset_mask &= ~RADEON_RESET_MC; in si_gpu_check_soft_reset()3944 if (reset_mask & RADEON_RESET_MC) in si_gpu_soft_reset()
5313 reset_mask |= RADEON_RESET_MC; in cik_gpu_check_soft_reset()5319 if (reset_mask & RADEON_RESET_MC) { in cik_gpu_check_soft_reset()5321 reset_mask &= ~RADEON_RESET_MC; in cik_gpu_check_soft_reset()5417 if (reset_mask & RADEON_RESET_MC) in cik_gpu_soft_reset()
174 #define RADEON_RESET_MC (1 << 10) macro