Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/radeon/
Dni.c1792 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()
Dr600.c1670 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()
Devergreen.c3878 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()
Dsi.c3831 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()
Dcik.c4900 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()
Dradeon.h182 #define RADEON_RESET_MC (1 << 10) macro