Skip to content

Commit ca15cd5

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: add VPE IP v6.1.3 discovery support
This patch is to add VPE 6.1.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 f3e2a42 commit ca15cd5

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
@@ -2365,6 +2365,7 @@ static int amdgpu_discovery_set_vpe_ip_blocks(struct amdgpu_device *adev)
23652365
switch (amdgpu_ip_version(adev, VPE_HWIP, 0)) {
23662366
case IP_VERSION(6, 1, 0):
23672367
case IP_VERSION(6, 1, 1):
2368+
case IP_VERSION(6, 1, 3):
23682369
amdgpu_device_ip_block_add(adev, &vpe_v6_1_ip_block);
23692370
break;
23702371
default:

0 commit comments

Comments
 (0)