diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2021-10-01 20:20:34 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-10-08 20:20:13 +0300 |
commit | 35bdf463de33fbf0e04a9f86b15e4276697e5d66 (patch) | |
tree | 8b91ccb97330ad0bac377a1e7002f5d3b29cf6b8 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
parent | 08808f75d9b7925627a2d56a6f609a38ced67409 (diff) | |
download | linux-35bdf463de33fbf0e04a9f86b15e4276697e5d66.tar.xz |
drm/amdgpu: add missing case for HDP for renoir
Missing 4.1.2.
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 90d7de17d81c..2bebd2ce6474 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1150,6 +1150,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(4, 0, 1): case IP_VERSION(4, 1, 0): case IP_VERSION(4, 1, 1): + case IP_VERSION(4, 1, 2): case IP_VERSION(4, 2, 0): case IP_VERSION(4, 2, 1): case IP_VERSION(4, 4, 0): |