On Thu, Feb 8, 2018 at 4:14 AM, Rex Zhu <[email protected]> wrote: > Change-Id: Ib34c2815ab95890ba91f9a61bc0594b0f5e0c3fd > Signed-off-by: Rex Zhu <[email protected]>
Please provide a patch description. With that fixed: Reviewed-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h > b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h > index 31988d7..d809d96 100644 > --- a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h > +++ b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h > @@ -351,6 +351,8 @@ struct pp_hwmgr_func { > long *input, uint32_t size); > int (*set_power_limit)(struct pp_hwmgr *hwmgr, uint32_t n); > int (*set_mmhub_powergating_by_smu)(struct pp_hwmgr *hwmgr); > + int (*update_auto_wattman)(struct pp_hwmgr *hwmgr); > + void (*start_auto_wattman)(struct pp_hwmgr *hwmgr, bool en); > }; > > struct pp_table_func { > -- > 1.9.1 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
