]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/powerplay: error out on forcing clock setting not supported
authorEvan Quan <evan.quan@amd.com>
Fri, 3 Apr 2020 05:19:14 +0000 (13:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Apr 2020 14:43:18 +0000 (10:43 -0400)
commit4cdf5418aac3c09d770474316cbc101f6208b0e2
tree36838ba2f8443bcaddd731e657965198727594cf
parent70982131c3a7c2d616213e7ff373d6b9d09ff88d
drm/amd/powerplay: error out on forcing clock setting not supported

For Arcturus, forcing clock to some specific level is not supported
with 54.18 and onwards SMU firmware. As according to firmware team,
they adopt new gfx dpm tuned parameters which can cover all the use
case in a much smooth way. Thus setting through driver interface
is not needed and maybe do a disservice.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/arcturus_ppt.c