Searched refs:RADEON_RESET_MC (Results 1 – 6 of 6) sorted by relevance
1792 reset_mask |= RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1803 if (reset_mask & RADEON_RESET_MC) { in cayman_gpu_check_soft_reset()1805 reset_mask &= ~RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1902 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()
3878 reset_mask |= RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()3889 if (reset_mask & RADEON_RESET_MC) { in evergreen_gpu_check_soft_reset()3891 reset_mask &= ~RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()3970 if (reset_mask & RADEON_RESET_MC) in evergreen_gpu_soft_reset()
3831 reset_mask |= RADEON_RESET_MC; in si_gpu_check_soft_reset()3842 if (reset_mask & RADEON_RESET_MC) { in si_gpu_check_soft_reset()3844 reset_mask &= ~RADEON_RESET_MC; in si_gpu_check_soft_reset()3942 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