mirror of https://gitee.com/openkylin/linux.git
drm/amd/powerplay: add sclk sysfs interface support for navi10
miss sclk support in force_clk_levels function Signed-off-by: Kevin Wang <kevin1.Wang@amd.com> Reviewed-by: Xiaojie Yuan <xiaojie.yuan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
462a70d87e
commit
c0b9d6d2f1
|
@ -648,6 +648,7 @@ static int navi10_force_clk_levels(struct smu_context *smu,
|
|||
|
||||
switch (clk_type) {
|
||||
case SMU_GFXCLK:
|
||||
case SMU_SCLK:
|
||||
case SMU_SOCCLK:
|
||||
case SMU_MCLK:
|
||||
case SMU_UCLK:
|
||||
|
|
Loading…
Reference in New Issue