mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 18:43:59 +08:00
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
Block a user