From: Alex Deucher Date: Tue, 13 Feb 2024 18:28:36 +0000 (-0500) Subject: drm/amdgpu: add VPE 6.1.1 discovery support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=155d46835c316d60a92fa21b22e350d5632d82eb;p=linux.git drm/amdgpu: add VPE 6.1.1 discovery support Enable VPE 6.1.1. Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index bad56f9956d04..a07e4b87d4cae 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -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: