<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - slow switching to KD_GRAPHICS (KMS?)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92982#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - slow switching to KD_GRAPHICS (KMS?)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92982">bug 92982</a>
from <span class="vcard"><a class="email" href="mailto:royvandervegt@gmail.com" title="royvandervegt@gmail.com">royvandervegt@gmail.com</a>
</span></b>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>