]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: fix runtime PM imbalance issue in amdgpu_pm.c
authorYang Wang <kevinyang.wang@amd.com>
Thu, 16 Apr 2026 10:17:30 +0000 (18:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 18:51:15 +0000 (14:51 -0400)
commit25fd8095a868cfbeb9ef3118131d2ba1f7057846
treeba9ed926e22668ac2a33d90ca8433bfc9ec2c6a5
parent80d4d3a45b86816e9a99de4e3d6640ff82707dac
drm/amd/pm: fix runtime PM imbalance issue in amdgpu_pm.c

Fix runtime PM counter imbalance to prevent device from failing to enter low power state

Fixes: a50d32c41fb2 ("drm/amd/pm: Deprecate print_clock_levels interface")
Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/amdgpu_pm.c