support nbio ip versioning though ip discovery binary

Signed-off-by: Mangesh Gadre <[email protected]>
Signed-off-by: Shiwu Zhang <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 32b809a4b658..3981b8dbd73c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -2777,6 +2777,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;
-- 
2.34.1

Reply via email to