Skip to content

Commit 79698b1

Browse files
Likun Gaoalexdeucher
authored andcommitted
drm/amdgpu/discovery: add nbif v6_3_1 ip block
Add nbif v6_3_1 ip block. Signed-off-by: Likun Gao <Likun.Gao@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 894c6d3 commit 79698b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
#include "nbio_v4_3.h"
6262
#include "nbio_v7_2.h"
6363
#include "nbio_v7_7.h"
64+
#include "nbif_v6_3_1.h"
6465
#include "hdp_v5_0.h"
6566
#include "hdp_v5_2.h"
6667
#include "hdp_v6_0.h"
@@ -2559,6 +2560,10 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
25592560
adev->nbio.funcs = &nbio_v7_7_funcs;
25602561
adev->nbio.hdp_flush_reg = &nbio_v7_7_hdp_flush_reg;
25612562
break;
2563+
case IP_VERSION(6, 3, 1):
2564+
adev->nbio.funcs = &nbif_v6_3_1_funcs;
2565+
adev->nbio.hdp_flush_reg = &nbif_v6_3_1_hdp_flush_reg;
2566+
break;
25622567
default:
25632568
break;
25642569
}

0 commit comments

Comments
 (0)