Skip to content

Commit 5aea871

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: add NBIO IP v7.11.3 discovery support
This patch is to add NBIO 7.11.3 support. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 6857669 commit 5aea871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,6 +2703,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
27032703
break;
27042704
case IP_VERSION(7, 11, 0):
27052705
case IP_VERSION(7, 11, 1):
2706+
case IP_VERSION(7, 11, 3):
27062707
adev->nbio.funcs = &nbio_v7_11_funcs;
27072708
adev->nbio.hdp_flush_reg = &nbio_v7_11_hdp_flush_reg;
27082709
break;

0 commit comments

Comments
 (0)