Home
last modified time | relevance | path

Searched refs:RADEON_RESET_MC (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dni.c1805 reset_mask |= RADEON_RESET_MC; in cayman_gpu_check_soft_reset()
1816 if (reset_mask & RADEON_RESET_MC) { in cayman_gpu_check_soft_reset()
1818 reset_mask &= ~RADEON_RESET_MC; in cayman_gpu_check_soft_reset()
1915 if (reset_mask & RADEON_RESET_MC) in cayman_gpu_soft_reset()
Dr600.c1671 reset_mask |= RADEON_RESET_MC; in r600_gpu_check_soft_reset()
1677 if (reset_mask & RADEON_RESET_MC) { in r600_gpu_check_soft_reset()
1679 reset_mask &= ~RADEON_RESET_MC; in r600_gpu_check_soft_reset()
1777 if (reset_mask & RADEON_RESET_MC) in r600_gpu_soft_reset()
Devergreen.c3876 reset_mask |= RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()
3887 if (reset_mask & RADEON_RESET_MC) { in evergreen_gpu_check_soft_reset()
3889 reset_mask &= ~RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()
3968 if (reset_mask & RADEON_RESET_MC) in evergreen_gpu_soft_reset()
Dsi.c3836 reset_mask |= RADEON_RESET_MC; in si_gpu_check_soft_reset()
3847 if (reset_mask & RADEON_RESET_MC) { in si_gpu_check_soft_reset()
3849 reset_mask &= ~RADEON_RESET_MC; in si_gpu_check_soft_reset()
3947 if (reset_mask & RADEON_RESET_MC) in si_gpu_soft_reset()
Dcik.c4910 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()
Dradeon.h183 #define RADEON_RESET_MC (1 << 10) macro