]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix memory clock can't switch on CI.
authorRex Zhu <Rex.Zhu@amd.com>
Tue, 18 Apr 2017 11:21:44 +0000 (19:21 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 28 Apr 2017 21:32:43 +0000 (17:32 -0400)
commitb323b5cc256190a9e2832243e1d823c6206c07af
treec5a7be2be05fdd9361786fd5472d942c1a5508c7
parentdbc446e6be062a19cedd07f3697bf162f63ceabb
drm/amdgpu: fix memory clock can't switch on CI.

if we set only lowest mclk level enabled,
when we enable uvd dpm during boot time,
mclk will be fixed in the lowest level.
the mclk switch will fail if try to enable
other level of mclk at this time.
so set all mclk levels enabled.

Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/ci_dpm.c