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 | 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-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 | modetest: Create buffers using libkms | Benjamin Franzke | |
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-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 | |
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-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-06-22 | modetest: use gtt unmap for object | Jesse Barnes | |
Match gtt map/unmap for correctness. | |||
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 | |
2009-02-03 | modetest: Use cairo (if available) to paint a better pattern. | Kristian Høgsberg | |
2009-02-03 | modetest: Don't sleep when just dumping state, wait for key for modeset. | Kristian Høgsberg | |
2009-02-03 | modetest: Handle setting modes on multiple crtcs with one fb. | Kristian Høgsberg | |
2009-02-03 | modetest: Use a more interesting test pattern. | Kristian Høgsberg | |
2009-02-02 | No need to pin buffer anymore in modetest.c | Kristian Høgsberg | |
2008-12-18 | modetest: Print more stuff. Prettier. | Kristian Høgsberg | |
2008-12-17 | libdrm: Fix modetest/modeprint to use automake stuff. | Eric Anholt | |
2008-12-17 | libdrm: add mode setting files | Jesse Barnes | |
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 | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||
2008-11-19 | Update modetest | Jesse Barnes | |