Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dni.c1786 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()
Dr600.c1616 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()
Devergreen.c3916 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()
Dsi.c3830 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()
Dcik.c5292 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()
Dradeon.h174 #define RADEON_RESET_MC (1 << 10) macro