aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2019-09-02 23:15:46 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-09-16 09:55:14 -0500
commit4d85488cd9df694cf36d67040e711a09d0e0f6b7 (patch)
tree0da28a1f56198c5495694283c254e0a4482da1a3 /drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
parentdrm/amdkfd: add renoir type for the workaround of iommu v2 (v2) (diff)
downloadlinux-dev-4d85488cd9df694cf36d67040e711a09d0e0f6b7.tar.xz
linux-dev-4d85488cd9df694cf36d67040e711a09d0e0f6b7.zip
drm/amdkfd: init kfd apertures v9 for renoir
Renoir is GMC v9, so init v9 kfd apertures. Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c b/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
index aa9305577ecc..481661499c9a 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
@@ -405,6 +405,7 @@ int kfd_init_apertures(struct kfd_process *process)
case CHIP_VEGA12:
case CHIP_VEGA20:
case CHIP_RAVEN:
+ case CHIP_RENOIR:
case CHIP_ARCTURUS:
case CHIP_NAVI10:
case CHIP_NAVI14: