提交 1cf03c54 编写于 作者: J Junwei Zhang 提交者: Alex Deucher

drm/amdgpu: disable page queue on SDMA for Vega12

It blocks most of sanity tests, so disable it for now.
Tested-by: NChen Gong <Curry.Gong@amd.com>
Signed-off-by: NJunwei Zhang <Jerry.Zhang@amd.com>
Acked-by: NChristian König <christian.koenig@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 965632ad
......@@ -1453,7 +1453,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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册