mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 07:36:52 +07:00
drm/amdgpu/powerplay: Add initial vega20 support v2
Initial powerplay support the same as vega10 for now. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Feifei Xu <Feifei.Xu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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
a167ae2509
commit
d3bfb6647c
@ -151,6 +151,7 @@ int hwmgr_early_init(struct pp_hwmgr *hwmgr)
|
||||
hwmgr->feature_mask &= ~PP_GFXOFF_MASK;
|
||||
switch (hwmgr->chip_id) {
|
||||
case CHIP_VEGA10:
|
||||
case CHIP_VEGA20:
|
||||
hwmgr->smumgr_funcs = &vega10_smu_funcs;
|
||||
vega10_hwmgr_init(hwmgr);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user