mirror of https://gitee.com/openkylin/linux.git
drm/amd/powerplay: add smu11 smu_if_version check for navi10
add smu11 fw version check for navi10 Signed-off-by: Kevin Wang <kevin1.wang@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e17980535b
commit
19d894b92d
|
@ -305,4 +305,5 @@ static const struct pptable_funcs navi10_ppt_funcs = {
|
|||
void navi10_set_ppt_funcs(struct smu_context *smu)
|
||||
{
|
||||
smu->ppt_funcs = &navi10_ppt_funcs;
|
||||
smu->smc_if_version = SMU11_DRIVER_IF_VERSION;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue