[PATCH 3/6] drm/amdgpu: add powerplay sclk OD support through sysfs

2016-05-16 Thread Eric Huang
Thanks for your catch, Nils. On 16-05-14 02:27 AM, Nils Wallménius wrote: > Hi Eric, > > A little nitpick below. > > Regards > Nils > > On Fri, May 13, 2016 at 8:48 PM, Alex Deucher > wrote: > >> From: Eric Huang >> >> Add a new sysfs entry pp_sclk_od to support sclk overdrive(OD) >> overclock

[PATCH 3/6] drm/amdgpu: add powerplay sclk OD support through sysfs

2016-05-14 Thread Nils Wallménius
Hi Eric, A little nitpick below. Regards Nils On Fri, May 13, 2016 at 8:48 PM, Alex Deucher wrote: > From: Eric Huang > > Add a new sysfs entry pp_sclk_od to support sclk overdrive(OD) > overclocking, > the entry is read/write, the value of input/output is an integer which is > the > over per

[PATCH 3/6] drm/amdgpu: add powerplay sclk OD support through sysfs

2016-05-13 Thread Alex Deucher
From: Eric Huang Add a new sysfs entry pp_sclk_od to support sclk overdrive(OD) overclocking, the entry is read/write, the value of input/output is an integer which is the over percentage of the highest sclk. Reviewed-by: Alex Deucher Signed-off-by: Eric Huang Signed-off-by: Alex Deucher ---