mirror of https://gitee.com/openkylin/linux.git
drm/amd/powerplay: add avfs control for Vega10
Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
d67fed1618
commit
9d90f0bd7c
|
@ -4907,6 +4907,7 @@ static const struct pp_hwmgr_func vega10_hwmgr_funcs = {
|
|||
.set_sclk_od = vega10_set_sclk_od,
|
||||
.get_mclk_od = vega10_get_mclk_od,
|
||||
.set_mclk_od = vega10_set_mclk_od,
|
||||
.avfs_control = vega10_avfs_enable,
|
||||
};
|
||||
|
||||
int vega10_hwmgr_init(struct pp_hwmgr *hwmgr)
|
||||
|
|
Loading…
Reference in New Issue