Re: [PATCH] drm/amd/powerplay: correct data type to support under voltage

2018-08-29 Thread Alex Deucher
On Thu, Aug 30, 2018 at 12:49 AM Evan Quan wrote: > > For under voltage, negative value will be applied to voltage > offset. Update the data type to cover this case. > > Change-Id: I955da13fd9777320b0605b6b620133d596b573be > Signed-off-by: Evan Quan Reviewed-by: Alex Deucher > --- >

[PATCH] drm/amd/powerplay: correct data type to support under voltage

2018-08-29 Thread Evan Quan
For under voltage, negative value will be applied to voltage offset. Update the data type to cover this case. Change-Id: I955da13fd9777320b0605b6b620133d596b573be Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if.h | 6 +++--- 1 file changed, 3 insertions(+), 3