Skip to content

Commit 155d468

Browse files
committed
drm/amdgpu: add VPE 6.1.1 discovery support
Enable VPE 6.1.1. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent f9070b0 commit 155d468

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
@@ -2223,6 +2223,7 @@ static int amdgpu_discovery_set_vpe_ip_blocks(struct amdgpu_device *adev)
22232223
{
22242224
switch (amdgpu_ip_version(adev, VPE_HWIP, 0)) {
22252225
case IP_VERSION(6, 1, 0):
2226+
case IP_VERSION(6, 1, 1):
22262227
amdgpu_device_ip_block_add(adev, &vpe_v6_1_ip_block);
22272228
break;
22282229
default:

0 commit comments

Comments
 (0)