]> git.ipfire.org Git - thirdparty/kernel/linux.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)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 22:00:00 +0000 (17:00 -0500)
commita6ea0a430aca5932b9c75d8e38deeb45665dd2ae
tree6467b3662ef711a13b188f664520a795e2279145
parent0099f2e92cacff128722c1c66173c3b4962e9b78
drm/amdgpu: Fix query for VPE block_type and ip_count

[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>
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c