Commit 155d4683 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: add VPE 6.1.1 discovery support

Enable VPE 6.1.1.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f9070b0f
......@@ -2223,6 +2223,7 @@ static int amdgpu_discovery_set_vpe_ip_blocks(struct amdgpu_device *adev)
{
switch (amdgpu_ip_version(adev, VPE_HWIP, 0)) {
case IP_VERSION(6, 1, 0):
case IP_VERSION(6, 1, 1):
amdgpu_device_ip_block_add(adev, &vpe_v6_1_ip_block);
break;
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment