]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/powerplay: disable uclk dpm by default
authortiancyin <tianci.yin@amd.com>
Mon, 29 Apr 2019 08:56:16 +0000 (16:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:28 +0000 (18:59 -0500)
commit5d2762634ef4f1a7a91a4f3e2ccc409e7d37a8b4
tree715c04341fed78804b0e930766f2ddacca75e956
parente4ad730e8e805d60b6f372ae55393950eef47af3
drm/amd/powerplay: disable uclk dpm by default

[why]
The uclk dpm feature is not supported by some certain navi10
board like 18202, while supported by some board like 18201.
It causes modprobe failure on 18202 board.

[how]
Disabled this feature by default, it can be enabled by module parameter
uclk_dpm_support=1.

Reviewed-by: Jack Xiao <Jack.Xiao@amd.com>
Signed-off-by: tiancyin <tianci.yin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/navi10_ppt.c