aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
diff options
context:
space:
mode:
authorChengming Gui <Jack.Gui@amd.com>2020-10-21 18:15:36 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-05-19 22:40:40 -0400
commit5cf607cc357d20c0e03d377eedeb872872291e99 (patch)
tree797405d30f26e4bd8502f3398436b8602bbd6631 /drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
parentdrm/amd/amdgpu: Use IP discovery table for beige goby (diff)
downloadlinux-dev-5cf607cc357d20c0e03d377eedeb872872291e99.tar.xz
linux-dev-5cf607cc357d20c0e03d377eedeb872872291e99.zip
drm/amdkfd: support beige_goby KFD
Add KFD support for beige_goby v2: fix asic name typo v3: squash in updates (Alex) v4: squash in needs_atomics fix (Alex) Signed-off-by: Chengming Gui <Jack.Gui@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@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 72815e86a3b8..0e5f5c5daf76 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
@@ -424,6 +424,7 @@ int kfd_init_apertures(struct kfd_process *process)
case CHIP_NAVY_FLOUNDER:
case CHIP_VANGOGH:
case CHIP_DIMGREY_CAVEFISH:
+ case CHIP_BEIGE_GOBY:
kfd_init_apertures_v9(pdd, id);
break;
default: