diff options
author | Eric Huang <JinHuiEric.Huang@amd.com> | 2016-05-12 14:51:21 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-07 14:50:40 -0400 |
commit | 428bafa86c99f1888254aec63bbcb1a2001e8770 (patch) | |
tree | 0f661e0245d686d184a8d38c5b750e7ef0734187 | |
parent | b2ea0dcd2790949802230bada9416d2362280138 (diff) |
drm/amdgpu: add powerplay sclk OD support through sysfs (v2)
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.
v2: drop extra semicolon
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>