drm/amdgpu: add nbio 7.11.1 discovery support
authorYifan Zhang <yifan1.zhang@amd.com>
Thu, 4 Jan 2024 03:18:19 +0000 (11:18 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 16 Feb 2024 20:42:08 +0000 (15:42 -0500)
This patch to add nbio 7.11.1 support.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index c8434da178570b17dad5ff17ec18f910333e4a6a..1d88adc07a852b560d33b11a23f78716f94f7dd4 100644 (file)
@@ -2513,6 +2513,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
                adev->nbio.hdp_flush_reg = &nbio_v7_9_hdp_flush_reg;
                break;
        case IP_VERSION(7, 11, 0):
+       case IP_VERSION(7, 11, 1):
                adev->nbio.funcs = &nbio_v7_11_funcs;
                adev->nbio.hdp_flush_reg = &nbio_v7_11_hdp_flush_reg;
                break;