RE: [PATCH 2/3] drm/amdgpu/navi10: implement GFXCLK_CURVE overdrive

2019-11-07 Thread Quan, Evan
Comment inline > -Original Message- > From: amd-gfx On Behalf Of Matt > Coffin > Sent: Friday, November 8, 2019 2:35 AM > To: amd-gfx@lists.freedesktop.org > Cc: Matt Coffin > Subject: [PATCH 2/3] drm/amdgpu/navi10: implement GFXCLK_CURVE > overdrive >

[PATCH 2/3] drm/amdgpu/navi10: implement GFXCLK_CURVE overdrive

2019-11-07 Thread Matt Coffin
[Why] Before this patch, there was no way to set the gfxclk voltage curve in the overdrive settings for navi10 through pp_od_clk_voltage [How] Add the required implementation to navi10's ppt dpm table editing implementation, similar to the vega20 implementation and interface. ---