]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: align pp_power_profile_mode with kernel docs
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Aug 2024 18:32:02 +0000 (14:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Aug 2024 21:51:06 +0000 (17:51 -0400)
commitbbb05f8a9cd87f5046d05a0c596fddfb714ee457
tree6aa9397e3e5ff276971695ff32c6483f65e868a4
parente55ef65510a401862b902dc979441ea10ae25c61
drm/amdgpu: align pp_power_profile_mode with kernel docs

The kernel doc says you need to select manual mode to
adjust this, but the code only allows you to adjust it when
manual mode is not selected.  Remove the manual mode check.

Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c