]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/pp: Allow underclocking when od table is empty in vbios
authorRex Zhu <Rex.Zhu@amd.com>
Wed, 30 May 2018 08:52:22 +0000 (16:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 31 May 2018 19:07:46 +0000 (14:07 -0500)
commit50ce7980415c8694b791d82829ac6110be64f779
tree41328c5b876b821d995b144daf30ff2ed2d95add
parent0d065ce592fad2a25d9d40665b4033428be90bb1
drm/amd/pp: Allow underclocking when od table is empty in vbios

if max od engine clock limit and memory clock limit are not set
in vbios. driver will allow underclocking instand of disable od feature
completely.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c
drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c