Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-21 | modeprint.c: use PRIu64 for printing uint64_t | Matt Turner | 1 | -3/+4 | |
Signed-off-by: Matt Turner <mattst88@gmail.com> | |||||
2011-02-17 | tests/modeprint: Output masks as hex numbers | Benjamin Franzke | 1 | -2/+2 | |
2011-02-17 | tests/modeprint: Remove needless dependency on drm_intel | Benjamin Franzke | 1 | -3/+1 | |
2010-02-28 | tests: vrefresh is actually not * 1000. | Marcin Kościelnicki | 1 | -2/+2 | |
2010-02-04 | Tidy up compile warnings by cleaning up types. | Matthew W. S. Bell | 1 | -4/+4 | |
2009-11-17 | Move libdrm/ up one level | Kristian Høgsberg | 1 | -4/+4 | |
2009-11-17 | Use headers copied from kernel instead of shared-core | Kristian Høgsberg | 1 | -1/+1 | |
2008-12-29 | Remove executable from modeprint test dir | Jesse Barnes | 1 | -0/+0 | |
Accidentally committed it with the mode setting changes. | |||||
2008-12-17 | libdrm: Fix modetest/modeprint to use automake stuff. | Eric Anholt | 3 | -15/+13 | |
2008-12-17 | libdrm: add mode setting files | Jesse Barnes | 4 | -0/+417 | |
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 | 3 | -386/+0 | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||||
2008-07-05 | modesetting-101: Make the interface variable names a little more consistent ↵ | Maarten Maathuis | 1 | -8/+17 | |
+ modeprint changes. - All things are now called _id when they are id's. - modeprint now accepts driver name as first argument. | |||||
2008-07-03 | Forgot to fix the modeprint test. | Maarten Maathuis | 1 | -4/+0 | |
2008-07-03 | tests: Fix faulty error messages in modeprint | Jakob Bornecrantz | 1 | -3/+3 | |
2008-07-02 | tests: modeprint s/fb/fd/ | Jakob Bornecrantz | 1 | -1/+1 | |
2008-07-02 | tests: Updated modeprint | Jakob Bornecrantz | 1 | -59/+73 | |
2008-07-02 | tests: Improved and renamed the mode app to modeprint | Jakob Bornecrantz | 3 | -0/+367 | |