aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
diff options
context:
space:
mode:
authorMangesh Gadre <[email protected]>2025-01-30 05:33:48 +0000
committerAlex Deucher <[email protected]>2025-02-13 02:03:01 +0000
commit37971df8063b3fced72e5c3409ba1910c65b8557 (patch)
tree6c20cc6e7d363cef194f2cbbc72a07fe7427a8f1 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
parentdrm/amdgpu: Add support for smu 13.0.12 (diff)
downloadkernel-37971df8063b3fced72e5c3409ba1910c65b8557.tar.gz
kernel-37971df8063b3fced72e5c3409ba1910c65b8557.zip
drm/amdgpu: Add support for nbio 7.9.1
Add new IP version support Signed-off-by: Mangesh Gadre <[email protected]> Signed-off-by: Shiwu Zhang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c1
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 57e874f5931d..166dec262566 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -2796,6 +2796,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
adev->nbio.hdp_flush_reg = &nbio_v7_4_hdp_flush_reg;
break;
case IP_VERSION(7, 9, 0):
+ case IP_VERSION(7, 9, 1):
adev->nbio.funcs = &nbio_v7_9_funcs;
adev->nbio.hdp_flush_reg = &nbio_v7_9_hdp_flush_reg;
break;