[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 9 04:36:54 UTC 2016


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

--- Comment #137 from Thomas DEBESSE <dev at illwieckz.net> ---
(In reply to Chris Waters from comment #136)
> Can this be done without rebooting?  I'd like to test this on a liveCD
> since, as I've said, I'm currently stuck on Windows. The idea of needing to
> install a distro just to test this is a bit unappealing to me.

It's not only it can, it must be done without rebooting, stuff in /sys are live
settings, even on installed distro, you must expect to lose them on reboot,
it's a fake file system, writing there does not write something on your hard
disk, reading and writing there is just reading and writing bits in memory with
a file system view for convenience.

Beware, there is a little mistake in Jan Ziak's directives (missing a leading
slash before “sys”), this is ok:

$ echo manual > /sys/class/drm/card1/device/power_dpm_force_performance_level
$ echo 1234567 > /sys/class/drm/card1/device/pp_dpm_sclk

Do that *and do not reboot* or you'll lose the changes so you will never test
them. The way to test them is to apply these changes at runtime and doing stuff
without rebooting. If you reboot you'll lose the change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161209/db2a459f/attachment-0001.html>


More information about the dri-devel mailing list