https://bugs.freedesktop.org/show_bug.cgi?id=92982
--- Comment #5 from [email protected] --- 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.
_______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
