Searched refs:RADEON_RESET_RLC (Results 1 – 5 of 5) sorted by relevance
1763 reset_mask |= RADEON_RESET_RLC; in cayman_gpu_check_soft_reset() 1873 if (reset_mask & RADEON_RESET_RLC) in cayman_gpu_soft_reset()
1653 reset_mask |= RADEON_RESET_RLC; in r600_gpu_check_soft_reset() 1763 if (reset_mask & RADEON_RESET_RLC) in r600_gpu_soft_reset()
3859 reset_mask |= RADEON_RESET_RLC; in evergreen_gpu_check_soft_reset() 3951 if (reset_mask & RADEON_RESET_RLC) in evergreen_gpu_soft_reset()
3779 reset_mask |= RADEON_RESET_RLC; in si_gpu_check_soft_reset() 3912 if (reset_mask & RADEON_RESET_RLC) in si_gpu_soft_reset()
178 #define RADEON_RESET_RLC (1 << 6) macro