OSDN Git Service

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)
commit1744fb2391dd26b03d2a9ef1735bf2beb3565853
tree36838ba2f8443bcaddd731e657965198727594cf
parenta23ca7f76d558e2275cea6033171a6c47fcd002c
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