Commit 5aea8716 authored by Tim Huang's avatar Tim Huang Committed by Alex Deucher

drm/amdgpu: add NBIO IP v7.11.3 discovery support

This patch is to add NBIO 7.11.3 support.
Signed-off-by: default avatarTim Huang <Tim.Huang@amd.com>
Reviewed-by: default avatarYifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6857669a
...@@ -2703,6 +2703,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) ...@@ -2703,6 +2703,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
break; break;
case IP_VERSION(7, 11, 0): case IP_VERSION(7, 11, 0):
case IP_VERSION(7, 11, 1): case IP_VERSION(7, 11, 1):
case IP_VERSION(7, 11, 3):
adev->nbio.funcs = &nbio_v7_11_funcs; adev->nbio.funcs = &nbio_v7_11_funcs;
adev->nbio.hdp_flush_reg = &nbio_v7_11_hdp_flush_reg; adev->nbio.hdp_flush_reg = &nbio_v7_11_hdp_flush_reg;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment