Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-19 | modetest: Call dirty fb on modeset | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||
2011-10-19 | modetest: Print extra info if we fail to create a framebuffer | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||
2011-10-19 | modetest: Check error message from pageflip ioctl | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||
2011-10-19 | vbltest: Check error codes returned from libdrm | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||
2011-10-19 | tests: Add vmwgfx driver to probed drivers in tests | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||
2011-10-11 | modetest: use 24 bit depth on the framebuffer | Jesse Barnes | |
It's more compatible; at least the Intel driver now rejects 32 bit depths since it generally can't support real 32 bit framebuffers (supports 30, 36, and 64 bit, but not 32). | |||
2011-09-26 | drmtest: make check should fail so hard on unable to open device | Dave Airlie | |
2011-09-26 | drm/test: handle usub being empty | Dave Airlie | |
fixes a segfault on make check seen in tinderbox | |||
2011-09-21 | modeprint.c: use PRIu64 for printing uint64_t | Matt Turner | |
Signed-off-by: Matt Turner <mattst88@gmail.com> | |||
2011-03-03 | Build modetest for all chipsets, always build modeprint | Kristian Høgsberg | |
2011-03-03 | don't try to build modetest without libkms | Matt Turner | |
Signed-off-by: Matt Turner <mattst88@gmail.com> | |||
2011-02-17 | modetest: Do no flip twice to a current front buffer | Benjamin Franzke | |
The incorrect order was: fb, other_fb, other_fb, fb_id, other_fb, .. | |||
2011-02-17 | tests/modeprint: Output masks as hex numbers | Benjamin Franzke | |
2011-02-17 | tests/modeprint: Remove needless dependency on drm_intel | Benjamin Franzke | |
2011-02-17 | modetest: Create buffers using libkms | Benjamin Franzke | |
2010-12-10 | tests: Update for ENOENT returns from unknown handles | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-09-09 | modetest: Fix drawing routines to use stride. | Chris Wilson | |
2010-09-09 | modetest: align fb pitch to 64 bytes | Jesse Barnes | |
Docs say this is necessary, and the kernel now enforces this. | |||
2010-09-07 | modetest: add edp and TV connector names to the connector name array | Jesse Barnes | |
2010-07-01 | Purge macro NEED_REPLIES | Fernando Carrijo | |
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-05-12 | Only build tests in make check | Jonathan Callen | |
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-28 | vbltest: Doesn't need intel stuff. | Michel Dänzer | |
Fixes build without libdrm_intel. | |||
2010-04-27 | tests: add new vblank test | Jesse Barnes | |
Simple test for event frequency. | |||
2010-03-26 | modetest: add optional select codepath | Jesse Barnes | |
For misc. testing. | |||
2010-02-28 | tests/modetest: Don't get_props on a connector after freeing it. | Marcin Kościelnicki | |
2010-02-28 | tests: vrefresh is actually not * 1000. | Marcin Kościelnicki | |
2010-02-28 | tests: Add nouveau to list of supported modules. | Marcin Kościelnicki | |
2010-02-04 | Tidy up compile warnings by cleaning up types. | Matthew W. S. Bell | |
2010-01-28 | libkms: Rework interface to not duplicate fields from kms and make formats ↵ | Jakob Bornecrantz | |
explicit List of changes: Fixes the cursor size to 64x64, you still need ti supply width and height Explicitly make the cursor format A8R8G8B8 Explicitly make the scanout format X8R8G8B8 | |||
2010-01-16 | Support gcc's __FUNCTION__ for people using other compilers | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-16 | Include alloca.h in tests/drmstat.c when configure detects it | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-12 | tests: Update kmstest a bit | Jakob Bornecrantz | |
2010-01-08 | tests: Add a very small libkms test | Jakob Bornecrantz | |
2009-12-15 | modetest: Error out if pageflipping is requested but not available | Kristian Høgsberg | |
2009-12-04 | modetest: fix build error due to page_flip_handler name change | Jesse Barnes | |
Forgot to update this when pushing the pageflip bits. | |||
2009-12-03 | Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drm | Jesse Barnes | |
Conflicts: include/drm/drm.h - RMFB had its signature changed to avoid uint32_t | |||
2009-11-23 | Add drmGetDeviceNameFromFd function | Kristian Høgsberg | |
Determines the /dev filename of the drm fd argument. | |||
2009-11-20 | modetest: add pageflip test case to modetest | Kristian Høgsberg | |
2009-11-17 | Move libdrm/ up one level | Kristian Høgsberg | |
2009-11-17 | Use headers copied from kernel instead of shared-core | Kristian Høgsberg | |
2009-10-03 | tests: Disable intel-specific tests with --disable-intel | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2009-06-22 | modetest: use gtt unmap for object | Jesse Barnes | |
Match gtt map/unmap for correctness. | |||
2009-04-09 | test: Avoid recursive dependency in makefile | Kristian Høgsberg | |
2009-04-09 | test: Makefile.am grammar nazi | Kristian Høgsberg | |
2009-04-07 | drm: fix test makefile | Dave Airlie | |
no idea if this is correct but it works so meh | |||
2009-04-06 | Skip tests that require root | Kristian Høgsberg | |
This lets us do make distcheck as non-root. | |||
2009-04-06 | XFAIL auth and lock test cases | Kristian Høgsberg | |
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 | |
2009-02-23 | modetest: Print names of properties. | Kristian Høgsberg | |
2009-02-04 | modetest: Add syntax to also specify a crtc when setting a mode. | Kristian Høgsberg | |