]> 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)
commitb6cf5e81cee6740d9982f84279f85c19d3b9d189
tree36838ba2f8443bcaddd731e657965198727594cf
parent61b78510715d0b52d10b78e0703f9a48ecd2b273
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