Re: [PATCH 3/3] drm/amd/pp: Add OVERDRIVE support on Vega10

2018-04-18 Thread Alex Deucher
On Wed, Apr 18, 2018 at 9:13 AM, Rex Zhu wrote: > Signed-off-by: Rex Zhu Please include a patch description. More comments below. > --- > drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 705 > +++-- > drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | 25 +- > .../gpu

[PATCH 3/3] drm/amd/pp: Add OVERDRIVE support on Vega10

2018-04-18 Thread Rex Zhu
Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 705 +++-- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | 25 +- .../gpu/drm/amd/powerplay/inc/hardwaremanager.h| 3 +- 3 files changed, 376 insertions(+), 357 deletions(-) diff --git a/d