Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dni.c1811 reset_mask |= RADEON_RESET_MC; in cayman_gpu_check_soft_reset()
1822 if (reset_mask & RADEON_RESET_MC) { in cayman_gpu_check_soft_reset()
1824 reset_mask &= ~RADEON_RESET_MC; in cayman_gpu_check_soft_reset()
1921 if (reset_mask & RADEON_RESET_MC) in cayman_gpu_soft_reset()
Dr600.c1663 reset_mask |= RADEON_RESET_MC; in r600_gpu_check_soft_reset()
1669 if (reset_mask & RADEON_RESET_MC) { in r600_gpu_check_soft_reset()
1671 reset_mask &= ~RADEON_RESET_MC; in r600_gpu_check_soft_reset()
1769 if (reset_mask & RADEON_RESET_MC) in r600_gpu_soft_reset()
Devergreen.c3964 reset_mask |= RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()
3975 if (reset_mask & RADEON_RESET_MC) { in evergreen_gpu_check_soft_reset()
3977 reset_mask &= ~RADEON_RESET_MC; in evergreen_gpu_check_soft_reset()
4056 if (reset_mask & RADEON_RESET_MC) in evergreen_gpu_soft_reset()
Dsi.c3833 reset_mask |= RADEON_RESET_MC; in si_gpu_check_soft_reset()
3844 if (reset_mask & RADEON_RESET_MC) { in si_gpu_check_soft_reset()
3846 reset_mask &= ~RADEON_RESET_MC; in si_gpu_check_soft_reset()
3944 if (reset_mask & RADEON_RESET_MC) in si_gpu_soft_reset()
Dcik.c5313 reset_mask |= RADEON_RESET_MC; in cik_gpu_check_soft_reset()
5319 if (reset_mask & RADEON_RESET_MC) { in cik_gpu_check_soft_reset()
5321 reset_mask &= ~RADEON_RESET_MC; in cik_gpu_check_soft_reset()
5417 if (reset_mask & RADEON_RESET_MC) in cik_gpu_soft_reset()
Dradeon.h174 #define RADEON_RESET_MC (1 << 10) macro