Skip to content

Commit 5e5d4b3

Browse files
Hawking Zhangalexdeucher
authored andcommitted
drm/amdgpu: add common ip block for GC 9.4.3
Add common IP handling for GC 9.4.3 Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Le Ma <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 88c7ad9 commit 5e5d4b3

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
@@ -1502,6 +1502,7 @@ static int amdgpu_discovery_set_common_ip_blocks(struct amdgpu_device *adev)
15021502
case IP_VERSION(9, 4, 0):
15031503
case IP_VERSION(9, 4, 1):
15041504
case IP_VERSION(9, 4, 2):
1505+
case IP_VERSION(9, 4, 3):
15051506
amdgpu_device_ip_block_add(adev, &vega10_common_ip_block);
15061507
break;
15071508
case IP_VERSION(10, 1, 10):

0 commit comments

Comments
 (0)