diff options
author | Hawking Zhang <[email protected]> | 2022-10-03 15:39:41 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-03-07 14:21:56 -0500 |
commit | 0df2032ab72a47c531ff653d32d82df5e7d52e3a (patch) | |
tree | 8c55f3d5dd312ef8386e51db941ba4dcef764162 | |
parent | 4c93c62e77467fd5e9a9fcfd708a50b23a9951e3 (diff) |
drm/amdgpu: add IH ip block for IH 4.4.2
Add IH IP handling for IH 4.4.2
Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: Le Ma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 aebf3542481e..fe9f6a2401a8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1591,6 +1591,7 @@ static int amdgpu_discovery_set_ih_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(4, 2, 0): case IP_VERSION(4, 2, 1): case IP_VERSION(4, 4, 0): + case IP_VERSION(4, 4, 2): amdgpu_device_ip_block_add(adev, &vega20_ih_ip_block); break; case IP_VERSION(5, 0, 0): |