aboutsummaryrefslogtreecommitdiff
path: root/tests/gem_readwrite.c
AgeCommit message (Collapse)Author
2009-04-06Use libudev in test case to only run gem tests for intel devices.Kristian Høgsberg
2008-07-28intel-gem: Fix regression tests.Eric Anholt
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".
2008-06-11[gem] Move potentially device-specific ioctls to the intel driver.Eric Anholt
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.
2008-05-12[GEM] Update testcases for new API.Eric Anholt
2008-05-07GEM: fix testcases for new ioctl args.Eric Anholt
2008-05-01Update mm tests for GEM rename.Eric Anholt