From: Junwei Zhang <jerry.zh...@amd.com>

It blocks most of sanity tests, so disable it for now.

Tested-by: Chen Gong <curry.g...@amd.com>
Signed-off-by: Junwei Zhang <jerry.zh...@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 
b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
index 88d9343..3143ae8 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
@@ -1474,7 +1474,8 @@ static int sdma_v4_0_early_init(void *handle)
                adev->sdma.has_page_queue = false;
        } else {
                adev->sdma.num_instances = 2;
-               if (adev->asic_type != CHIP_VEGA20)
+               if (adev->asic_type != CHIP_VEGA20 &&
+                               adev->asic_type != CHIP_VEGA12)
                        adev->sdma.has_page_queue = true;
        }
 
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to