History log of /external/libdrm/tests/modetest/cursor.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ec3c44bdd38051d870f64d0b2cc7dbd59760386 09-Dec-2015 Thierry Reding <treding@nvidia.com> tests: Split helpers into library

Some of the helpers, such as the pattern drawing helpers or the format
lookup helpers, have potential to be reused. Move them into a separate
library to make it easier to share them.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/libdrm/tests/modetest/cursor.c
04e243262d1d71cc8e0ac42ea96fff72af9f711d 15-Aug-2015 Emil Velikov <emil.l.velikov@gmail.com> modetest: annotate const data as such for good measure

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/libdrm/tests/modetest/cursor.c
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