]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Fix query for VPE block_type and ip_count
authorAlan Liu <haoping.liu@amd.com>
Mon, 22 Dec 2025 04:26:35 +0000 (12:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2026 15:31:16 +0000 (16:31 +0100)
commit90b4b130a20d80decfc9b115c187f818ab83a30a
tree78b4651daeafbfc643330eaf6f66139c4cec58a7
parent49a66829dd3653695e60d7cae13521d131362fcd
drm/amdgpu: Fix query for VPE block_type and ip_count

commit 72d7f4573660287f1b66c30319efecd6fcde92ee upstream.

[Why]
Query for VPE block_type and ip_count is missing.

[How]
Add VPE case in ip_block_type and hw_ip_count query.

Reviewed-by: Lang Yu <lang.yu@amd.com>
Signed-off-by: Alan Liu <haoping.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit a6ea0a430aca5932b9c75d8e38deeb45665dd2ae)
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c