Commit 9d90f0bd authored by Eric Huang's avatar Eric Huang Committed by Alex Deucher
Browse files

drm/amd/powerplay: add avfs control for Vega10

parent d67fed16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)