summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_topology.c
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2019-09-02 23:25:29 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-09-16 09:55:35 -0500
commitf5d843d4ea3b8738a42a4b22432ce95f1df7ca51 (patch)
tree564fd543906460f5f9dba66188c6a65ad600cc92 /drivers/gpu/drm/amd/amdkfd/kfd_topology.c
parent444d4f5fd3ff49ae9076d497793bf837078efe2a (diff)
drm/amdkfd: add renoir kfd topology
This patch adds renoir kfd topology which is the same with Raven. 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_topology.c')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.c b/drivers/gpu/drm/amd/amdkfd/kfd_topology.c
index 34e4145fd157..f2170f0e4334 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_topology.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_topology.c
@@ -1317,6 +1317,7 @@ int kfd_topology_add_device(struct kfd_dev *gpu)
case CHIP_VEGA12:
case CHIP_VEGA20:
case CHIP_RAVEN:
+ case CHIP_RENOIR:
case CHIP_ARCTURUS:
case CHIP_NAVI10:
case CHIP_NAVI14: