Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-19 | modetest: Call dirty fb on modeset | Jakob Bornecrantz | 1 | -0/+4 | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||||
2011-10-19 | modetest: Print extra info if we fail to create a framebuffer | Jakob Bornecrantz | 1 | -1/+2 | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||||
2011-10-19 | modetest: Check error message from pageflip ioctl | Jakob Bornecrantz | 1 | -2/+6 | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||||
2011-10-19 | tests: Add vmwgfx driver to probed drivers in tests | Jakob Bornecrantz | 1 | -1/+1 | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||||
2011-10-11 | modetest: use 24 bit depth on the framebuffer | Jesse Barnes | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
The incorrect order was: fb, other_fb, other_fb, fb_id, other_fb, .. | |||||
2011-02-17 | modetest: Create buffers using libkms | Benjamin Franzke | 1 | -54/+81 | |
2010-09-09 | modetest: Fix drawing routines to use stride. | Chris Wilson | 1 | -56/+39 | |
2010-09-09 | modetest: align fb pitch to 64 bytes | Jesse Barnes | 1 | -0/+1 | |
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 | 1 | -0/+2 | |
2010-03-26 | modetest: add optional select codepath | Jesse Barnes | 1 | -0/+19 | |
For misc. testing. | |||||
2010-02-28 | tests/modetest: Don't get_props on a connector after freeing it. | Marcin Kościelnicki | 1 | -2/+2 | |
2010-02-28 | tests: vrefresh is actually not * 1000. | Marcin Kościelnicki | 1 | -2/+2 | |
2010-02-28 | tests: Add nouveau to list of supported modules. | Marcin Kościelnicki | 1 | -1/+1 | |
2010-02-04 | Tidy up compile warnings by cleaning up types. | Matthew W. S. Bell | 1 | -21/+17 | |
2009-12-15 | modetest: Error out if pageflipping is requested but not available | Kristian Høgsberg | 1 | -0/+23 | |
2009-12-04 | modetest: fix build error due to page_flip_handler name change | Jesse Barnes | 1 | -1/+1 | |
Forgot to update this when pushing the pageflip bits. | |||||
2009-11-20 | modetest: add pageflip test case to modetest | Kristian Høgsberg | 1 | -8/+138 | |
2009-06-22 | modetest: use gtt unmap for object | Jesse Barnes | 1 | -1/+1 | |
Match gtt map/unmap for correctness. | |||||
2009-02-23 | modetest: Print names of properties. | Kristian Høgsberg | 1 | -2/+18 | |
2009-02-04 | modetest: Add syntax to also specify a crtc when setting a mode. | Kristian Høgsberg | 1 | -5/+17 | |
2009-02-03 | modetest: Use cairo (if available) to paint a better pattern. | Kristian Høgsberg | 1 | -25/+126 | |
2009-02-03 | modetest: Don't sleep when just dumping state, wait for key for modeset. | Kristian Høgsberg | 1 | -3/+1 | |
2009-02-03 | modetest: Handle setting modes on multiple crtcs with one fb. | Kristian Høgsberg | 1 | -40/+70 | |
2009-02-03 | modetest: Use a more interesting test pattern. | Kristian Høgsberg | 1 | -3/+6 | |
2009-02-02 | No need to pin buffer anymore in modetest.c | Kristian Høgsberg | 1 | -6/+0 | |
2008-12-18 | modetest: Print more stuff. Prettier. | Kristian Høgsberg | 1 | -15/+36 | |
2008-12-17 | libdrm: add mode setting files | Jesse Barnes | 1 | -0/+449 | |
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 | -410/+0 | |
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 | 1 | -0/+410 | |