Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-10 | tests/radeon: radeon specific test | Jerome Glisse | 1 | -0/+4 | |
Initial test only include ttm test for stressing ttm memory allocations. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||||
2011-03-03 | Build modetest for all chipsets, always build modeprint | Kristian Høgsberg | 1 | -11/+2 | |
2011-03-03 | don't try to build modetest without libkms | Matt Turner | 1 | -4/+5 | |
Signed-off-by: Matt Turner <mattst88@gmail.com> | |||||
2010-05-12 | Only build tests in make check | Jonathan Callen | 1 | -5/+3 | |
Currently, all the tests for libdrm are built during 'make all', even if you do not wish to run tests. Attached is a patch, based on version 2.4.15, to make the tests build in 'make check'. | |||||
2010-04-27 | tests: add new vblank test | Jesse Barnes | 1 | -0/+2 | |
Simple test for event frequency. | |||||
2010-01-08 | tests: Add a very small libkms test | Jakob Bornecrantz | 1 | -0/+4 | |
2009-11-23 | Add drmGetDeviceNameFromFd function | Kristian Høgsberg | 1 | -0/+1 | |
Determines the /dev filename of the drm fd argument. | |||||
2009-11-17 | Move libdrm/ up one level | Kristian Høgsberg | 1 | -3/+3 | |
2009-11-17 | Use headers copied from kernel instead of shared-core | Kristian Høgsberg | 1 | -1/+1 | |
2009-10-03 | tests: Disable intel-specific tests with --disable-intel | Chris Wilson | 1 | -5/+18 | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||||
2009-04-09 | test: Avoid recursive dependency in makefile | Kristian Høgsberg | 1 | -1/+1 | |
2009-04-09 | test: Makefile.am grammar nazi | Kristian Høgsberg | 1 | -4/+6 | |
2009-04-07 | drm: fix test makefile | Dave Airlie | 1 | -0/+2 | |
no idea if this is correct but it works so meh | |||||
2009-04-06 | XFAIL auth and lock test cases | Kristian Høgsberg | 1 | -11/+14 | |
They're writing to the read end of a pipe and failing. | |||||
2009-04-06 | Use libudev in test case to only run gem tests for intel devices. | Kristian Høgsberg | 1 | -5/+11 | |
2008-12-17 | libdrm: Fix modetest/modeprint to use automake stuff. | Eric Anholt | 1 | -1/+1 | |
2008-12-17 | libdrm: add mode setting files | Jesse Barnes | 1 | -0/+4 | |
Add mode setting files to libdrm, including xf86drmMode.* and the new drm_mode.h header. Also add a couple of tests to sanity check the kernel interfaces and update code to support them. | |||||
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | 1 | -3/+1 | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||||
2008-09-30 | Merge remote branch 'origin/master' into modesetting-gem | Dave Airlie | 1 | -0/+1 | |
Conflicts: libdrm/Makefile.am libdrm/dri_bufmgr.h linux-core/drm_irq.c linux-core/drm_sysfs.c linux-core/drm_ttm.c shared-core/i915_dma.c shared-core/i915_irq.c shared-core/nouveau_drv.h shared-core/radeon_cp.c | |||||
2008-09-10 | drm: Add tests for GEM_FLINK ioctl. | Eric Anholt | 1 | -0/+1 | |
2008-07-26 | tests: add some basic radeon gem tests | Dave Airlie | 1 | -1/+3 | |
2008-05-01 | Update mm tests for GEM rename. | Eric Anholt | 1 | -3/+3 | |
2008-04-29 | Move mmfs tests over to be drm tests. | Eric Anholt | 1 | -3/+3 | |
2008-04-23 | Add mmap ioctl to mmfs. | Eric Anholt | 1 | -1/+2 | |
2008-04-23 | Add pread/pwrite ioctls to mmfs. | Eric Anholt | 1 | -1/+2 | |
2008-04-23 | Move mmfs.h userland interface to shared-core. | Eric Anholt | 1 | -1/+0 | |
2008-04-23 | Initial add of mmfs module. | Eric Anholt | 1 | -1/+3 | |
2007-08-15 | Add a set of tests for DRM locking, exposing issues on BSD. | Eric Anholt | 1 | -0/+1 | |
2007-08-15 | Add a regression test for the setversion interface. | Eric Anholt | 1 | -0/+1 | |
2007-08-15 | Add simple regression test for getstats (does it not crash the kernel?). | Eric Anholt | 1 | -0/+1 | |
2007-08-13 | Add a regression test for authentication. | Eric Anholt | 1 | -1/+2 | |
2007-08-02 | Add libdrm source dir, to build tests from a different build dir | Patrice Mandin | 1 | -2/+4 | |
2007-07-19 | Add a test for drawable add, remove, and update. | Eric Anholt | 1 | -1/+2 | |
2007-07-19 | Fix the getclient test (Need this feature for future tests). | Eric Anholt | 1 | -2/+0 | |
2007-07-19 | Add some trivial regression tests, one of which fails. | Eric Anholt | 1 | -0/+24 | |