Searched refs:RADEON_RESET_MC (Results 1 – 6 of 6) sorted by relevance
1786 reset_mask |= RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1797 if (reset_mask & RADEON_RESET_MC) { in cayman_gpu_check_soft_reset()1799 reset_mask &= ~RADEON_RESET_MC; in cayman_gpu_check_soft_reset()1896 if (reset_mask & RADEON_RESET_MC) in cayman_gpu_soft_reset()
1616 reset_mask |= RADEON_RESET_MC; in r600_gpu_check_soft_reset()1622 if (reset_mask & RADEON_RESET_MC) { in r600_gpu_check_soft_reset()1624 reset_mask &= ~RADEON_RESET_MC; in r600_gpu_check_soft_reset()1722 if (reset_mask & RADEON_RESET_MC) in r600_gpu_soft_reset()
3916 reset_mask |= RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()3927 if (reset_mask & RADEON_RESET_MC) { in evergreen_gpu_check_soft_reset()3929 reset_mask &= ~RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()4008 if (reset_mask & RADEON_RESET_MC) in evergreen_gpu_soft_reset()
3830 reset_mask |= RADEON_RESET_MC; in si_gpu_check_soft_reset()3841 if (reset_mask & RADEON_RESET_MC) { in si_gpu_check_soft_reset()3843 reset_mask &= ~RADEON_RESET_MC; in si_gpu_check_soft_reset()3941 if (reset_mask & RADEON_RESET_MC) in si_gpu_soft_reset()
5292 reset_mask |= RADEON_RESET_MC; in cik_gpu_check_soft_reset()5298 if (reset_mask & RADEON_RESET_MC) { in cik_gpu_check_soft_reset()5300 reset_mask &= ~RADEON_RESET_MC; in cik_gpu_check_soft_reset()5396 if (reset_mask & RADEON_RESET_MC) in cik_gpu_soft_reset()
174 #define RADEON_RESET_MC (1 << 10) macro