]> www.infradead.org Git - users/hch/configfs.git/commit
drm/amdgpu: Fix APU handling in amdgpu_pm_load_smu_firmware()
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Jul 2024 21:30:37 +0000 (17:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 27 Jul 2024 21:34:36 +0000 (17:34 -0400)
commit608d886c978cd5f3d8650630568d96c231845227
tree9654dd13f1ad733c1e6f404bca849955227ad970
parent13d8850a3387635c051c5ed1c8a8b6c1e9bd1341
drm/amdgpu: Fix APU handling in amdgpu_pm_load_smu_firmware()

We only need to skip this on modern APUs.  It's required
on older APUs as it's where start_smu gets called from.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3502
Fixes: 064d92436b69 ("drm/amd/pm: avoid to load smu firmware for APUs")
Reviewed-by: Tim Huang <tim.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Tim Huang <Tim.Huang@amd.com>
drivers/gpu/drm/amd/pm/amdgpu_dpm.c