]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Correct the irq types' num of sdma
authorEmily Deng <Emily.Deng@amd.com>
Thu, 28 Mar 2019 09:29:10 +0000 (17:29 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Apr 2019 15:00:28 +0000 (10:00 -0500)
commitfa3d05bf0d1c98de69083aca3c316cfbc5306e26
treecd5823e2bb927d277da753bdb9d4d26c964ff9d8
parentd6dce482544e15a631c831e3b99bca48dc31517a
drm/amdgpu: Correct the irq types' num of sdma

Fix the issue about TDR-2 will have "fallback timer expired on ring sdma1".
It is because the wrong number of irq types setting.

Signed-off-by: Emily Deng <Emily.Deng@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
drivers/gpu/drm/amd/amdgpu/si_dma.c