<span style>Hello!</span><div style><br></div><div style>It would be great to be able to modify power states during runtime, especially for cards (such as mine) that have BIOS power states that are way too high.</div><div style>
The easiest way would be to support it in sysfs, something like this:</div><div style><br></div><div style>/sys/class/drm/card0/device:</div><div style>--&gt; power-states/</div><div style>----&gt; states</div><div style>
----&gt; state0/</div><div style>------&gt; modes</div><div style>------&gt; clock-mode0/</div><div style>--------&gt; engine</div><div style>--------&gt; memory</div><div style>--------&gt; voltage</div><div style><br></div>
<div style>I have a working patch that changes ALL power states at the same time (for testing purposes, but could be extended to modify each state individually like above). </div><div style>What I&#39;m wondering is if this is a feature you&#39;d be interested in, or if it&#39;s too user unfriendly (since you can brick/damage your card, in worst cases)?</div>