[Bug 92982] slow switching to KD_GRAPHICS (KMS?)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 19 01:20:45 PST 2015


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

--- Comment #5 from royvandervegt at gmail.com ---
I wrote the following small program:

#include <stropts.h>
#include <linux/kd.h>

void main() {
    ioctl(0, KDSETMODE, KD_GRAPHICS);
    ioctl(0, KDSETMODE, KD_TEXT);
}

and benchmarked this using perf stat and perf report (see attachments). Is this
what you were looking for?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20151119/74e0045a/attachment.html>


More information about the xorg-driver-ati mailing list