History log of /external/libdrm/tests/modetest/cursor.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29bb4c6911b21c026c3863799dcbeaa29981bf7e 22-Nov-2014 Jasper St. Pierre <jstpierre@mecheye.net> modetest: Use threads for cursors instead of SIGALRM

This fixes an issue when trying to use -v and -C together. When trying
to read the page flip event, we are interrupted by the SIGALRM that
comes in, and so we think we timed out when we simply got EINTR. While
we could just loop checking for EINTR, SIGALRM is just bad idea to
begin with, so just rewrite it to use a thread.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
/external/libdrm/tests/modetest/cursor.c
8e93afc9765f1de613c65a76e9a86e17db96e653 27-Jul-2014 Emil Velikov <emil.l.velikov@gmail.com> all: include config.h only when available and use its defines

... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/libdrm/tests/modetest/cursor.c
0e512794bf6281edfa4543ae7cc408d52ec6e2f3 22-Apr-2014 Rob Clark <robclark@freedesktop.org> modetest: add cursor support

Signed-off-by: Rob Clark <robclark@freedesktop.org>
/external/libdrm/tests/modetest/cursor.c