Skip to content

Commit f3e2a42

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: add VPE IP v6.1.3 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 410bb27 commit f3e2a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ static int vpe_early_init(void *handle)
302302

303303
switch (amdgpu_ip_version(adev, VPE_HWIP, 0)) {
304304
case IP_VERSION(6, 1, 0):
305+
case IP_VERSION(6, 1, 3):
305306
vpe_v6_1_set_funcs(vpe);
306307
break;
307308
case IP_VERSION(6, 1, 1):

0 commit comments

Comments
 (0)