dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 106374] feature request: allow increasing maxium GPU power consumption like implemented in Wattman on Windows
@ 2018-05-03 12:15 bugzilla-daemon
  2018-05-09  4:48 ` bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-05-03 12:15 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2415 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=106374

            Bug ID: 106374
           Summary: feature request: allow increasing maxium GPU power
                    consumption like implemented in Wattman on Windows
           Product: DRI
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: tempel.julian@gmail.com

On Windows, the Wattman driver functionality allows to both increase and
decrease the GPU power consumption to either 150% or 50% (100% +/- 50%).
There already is such functionality implemented on Linux for the decrease part.
"cat /sys/class/drm/card0/device/hwmon/hwmon0/power1_cap" returns "48000000"
for my RX 560, which is the allowed maximum GPU power consumption of 48W.
I can successfully set lower values like e.g. "echo 30000000 >
/sys/class/drm/card0/device/hwmon/hwmon0/power1_cap" to set maximum GPU power
consumption to 30W.

However, unlike on Windows with Wattman, it's not possible that I can set
higher values than "48000000" to increase the maximum allowed power
consumption.
For instance, already "echo 49000000 >
/sys/class/drm/card0/device/hwmon/hwmon0/power1_cap", which is just 1W above
48W, is forbidden, it just returns "invalid value".
On Windows, Wattman allows setting GPU power consumption to 72W (150%) for my
RX 560.

Additionally to "/sys/class/drm/card0/device/hwmon/hwmon0/power1_cap", there
also is "/sys/class/drm/card0/device/hwmon/hwmon0/power1_cap_max".
"cat /sys/class/drm/card0/device/hwmon/hwmon0/power1_cap_max" returns
"48000000" as well for my card.
However, the value has no setter:
https://cgit.freedesktop.org/~agd5f/linux/tree/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c?h=drm-next-4.18-wip#n1336
Unlike power1_cap, which has amdgpu_hwmon_set_power_cap() as a setter and thus
can be adjusted by the user. So, power1_cap_max is read only.

To conclude: There is no way implemented for the user to increase the maximum
allowed power consumption.
It would be nice if this would be implemented, as it basically is the only
missing piece to adjust the GPU's performance like with Wattman on Windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3975 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-24 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-03 12:15 [Bug 106374] feature request: allow increasing maxium GPU power consumption like implemented in Wattman on Windows bugzilla-daemon
2018-05-09  4:48 ` bugzilla-daemon
2018-05-09 18:28 ` bugzilla-daemon
2018-06-16 13:52 ` bugzilla-daemon
2018-10-04 17:33 ` bugzilla-daemon
2018-10-24 20:10 ` bugzilla-daemon
2018-10-24 20:23 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).