diff options
author | Huang Rui <ray.huang@amd.com> | 2019-09-02 23:25:29 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-09-16 09:55:35 -0500 |
commit | f5d843d4ea3b8738a42a4b22432ce95f1df7ca51 (patch) | |
tree | 564fd543906460f5f9dba66188c6a65ad600cc92 | |
parent | 444d4f5fd3ff49ae9076d497793bf837078efe2a (diff) | |
download | linux-f5d843d4ea3b8738a42a4b22432ce95f1df7ca51.tar.gz linux-f5d843d4ea3b8738a42a4b22432ce95f1df7ca51.tar.bz2 linux-f5d843d4ea3b8738a42a4b22432ce95f1df7ca51.zip |
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>
-rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 1 |
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: |