]> www.infradead.org Git - users/jedix/linux-maple.git/commit
amdgpu/pm/legacy: fix suspend/resume issues
authorchr[] <chris@rudorff.com>
Wed, 12 Feb 2025 15:51:38 +0000 (16:51 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Feb 2025 17:17:38 +0000 (12:17 -0500)
commit91dcc66b34beb72dde8412421bdc1b4cd40e4fb8
tree3ce6163d2a2503a785d221bdbff3efc7c8dcdeb3
parentd082ecbc71e9e0bf49883ee4afd435a77a5101b6
amdgpu/pm/legacy: fix suspend/resume issues

resume and irq handler happily races in set_power_state()

* amdgpu_legacy_dpm_compute_clocks() needs lock
* protect irq work handler
* fix dpm_enabled usage

v2: fix clang build, integrate Lijo's comments (Alex)

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/2524
Fixes: 3712e7a49459 ("drm/amd/pm: unified lock protections in amdgpu_dpm.c")
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Tested-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name> # on Oland PRO
Signed-off-by: chr[] <chris@rudorff.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit ee3dc9e204d271c9c7a8d4d38a0bce4745d33e71)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c
drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c