drm/amd/powerplay: add navi10 smc ucode init and navi10 ppt functions setting
This patch adds navi10 smc ucode init and ppt functions setting. Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
2573e87074
commit
3152865035
@ -31,6 +31,7 @@
|
||||
#include "soc15_common.h"
|
||||
#include "atom.h"
|
||||
#include "vega20_ppt.h"
|
||||
#include "navi10_ppt.h"
|
||||
#include "pp_thermal.h"
|
||||
|
||||
#include "asic_reg/thm/thm_11_0_2_offset.h"
|
||||
@ -165,6 +166,9 @@ static int smu_v11_0_init_microcode(struct smu_context *smu)
|
||||
case CHIP_VEGA20:
|
||||
chip_name = "vega20";
|
||||
break;
|
||||
case CHIP_NAVI10:
|
||||
chip_name = "navi10";
|
||||
break;
|
||||
default:
|
||||
BUG();
|
||||
}
|
||||
@ -2096,6 +2100,9 @@ void smu_v11_0_set_smu_funcs(struct smu_context *smu)
|
||||
case CHIP_VEGA20:
|
||||
vega20_set_ppt_funcs(smu);
|
||||
break;
|
||||
case CHIP_NAVI10:
|
||||
navi10_set_ppt_funcs(smu);
|
||||
break;
|
||||
default:
|
||||
pr_warn("Unknown asic for smu11\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user