History log of /external/libdrm/tests/gem_mmap.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
000a0972c21ca1a17609e638907607470ee21751 10-Dec-2010 Chris Wilson <chris@chris-wilson.co.uk> tests: Update for ENOENT returns from unknown handles

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
/external/libdrm/tests/gem_mmap.c
e9d6116e5bd30639d6333ef95462fe300f47ccd5 06-Apr-2009 Kristian Høgsberg <krh@redhat.com> Use libudev in test case to only run gem tests for intel devices.
/external/libdrm/tests/gem_mmap.c
1bdf35fe19c1aa02b301375b3cae7ad29adacef8 28-Jul-2008 Eric Anholt <eric@anholt.net> intel-gem: Fix regression tests.

Main fix is an oops that was triggered by the gtt pwrite path when we don't
have the gtt initialized. Also, settle on -EBADF for "bad object handle",
and -EINVAL for "reading/writing beyond object boundary".
/external/libdrm/tests/gem_mmap.c
2655005762b8915d5f44d1d1ee7e6c2eb34841d7 11-Jun-2008 Eric Anholt <eric@anholt.net> [gem] Move potentially device-specific ioctls to the intel driver.

This is the create (may want location flags), pread/pwrite/mmap
(performance tuning hints), and set_domain (will 32 bits be enough for
everyone?) ioctls. Left in the generic set are just flink/open/close.

The 2D driver must be updated for this change, and API but not ABI is broken
for 3D. The driver version is bumped to mark this.
/external/libdrm/tests/gem_mmap.c
6e46a3c762919af05fcc6a08542faa7d185487a1 13-May-2008 Eric Anholt <eric@anholt.net> [GEM] Update testcases for new API.
/external/libdrm/tests/gem_mmap.c
effc6d998f080ba6f9c81d1b4b0e75a42be0238e 08-May-2008 Eric Anholt <eric@anholt.net> GEM: fix testcases for new ioctl args.
/external/libdrm/tests/gem_mmap.c
c530011aaaf485157ba6284c0c32c0db83523b64 02-May-2008 Eric Anholt <eric@anholt.net> Update mm tests for GEM rename.
/external/libdrm/tests/gem_mmap.c