Skip to content

Commit 4eaa007

Browse files
Yang Wangalexdeucher
authored andcommitted
drm/amdgpu: correct amdgpu ip block rev info
correct following amdgpu ip block version information: - gfx_v9_4_3 - sdma_v4_4_2 Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Kenneth Feng <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 8abf799 commit 4eaa007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4338,7 +4338,7 @@ const struct amdgpu_ip_block_version gfx_v9_4_3_ip_block = {
43384338
.type = AMD_IP_BLOCK_TYPE_GFX,
43394339
.major = 9,
43404340
.minor = 4,
4341-
.rev = 0,
4341+
.rev = 3,
43424342
.funcs = &gfx_v9_4_3_ip_funcs,
43434343
};
43444344

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ const struct amdgpu_ip_block_version sdma_v4_4_2_ip_block = {
20612061
.type = AMD_IP_BLOCK_TYPE_SDMA,
20622062
.major = 4,
20632063
.minor = 4,
2064-
.rev = 0,
2064+
.rev = 2,
20652065
.funcs = &sdma_v4_4_2_ip_funcs,
20662066
};
20672067

0 commit comments

Comments
 (0)