Home
last modified time | relevance | path

Searched refs:SOFT_RESET_SDMA (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dcik_sdma.c277 WREG32(SRBM_SOFT_RESET, SOFT_RESET_SDMA | SOFT_RESET_SDMA1); in cik_sdma_gfx_stop()
Dcikd.h479 #define SOFT_RESET_SDMA (1 << 20) macro
Dcik.c5393 srbm_soft_reset |= SOFT_RESET_SDMA; in cik_gpu_soft_reset()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dvi.c767 REG_SET_FIELD(srbm_soft_reset, SRBM_SOFT_RESET, SOFT_RESET_SDMA, 1); in vi_gpu_soft_reset()