summaryrefslogtreecommitdiff
path: root/tests/modeprint
AgeCommit message (Collapse)AuthorFilesLines
2011-09-21modeprint.c: use PRIu64 for printing uint64_tMatt Turner1-3/+4
Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-02-17tests/modeprint: Output masks as hex numbersBenjamin Franzke1-2/+2
2011-02-17tests/modeprint: Remove needless dependency on drm_intelBenjamin Franzke1-3/+1
2010-02-28tests: vrefresh is actually not * 1000.Marcin Kościelnicki1-2/+2
2010-02-04Tidy up compile warnings by cleaning up types.Matthew W. S. Bell1-4/+4
2009-11-17Move libdrm/ up one levelKristian Høgsberg1-4/+4
2009-11-17Use headers copied from kernel instead of shared-coreKristian Høgsberg1-1/+1
2008-12-29Remove executable from modeprint test dirJesse Barnes1-0/+0
Accidentally committed it with the mode setting changes.
2008-12-17libdrm: Fix modetest/modeprint to use automake stuff.Eric Anholt3-15/+13
2008-12-17libdrm: add mode setting filesJesse Barnes4-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-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes3-386/+0
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff.
2008-07-05modesetting-101: Make the interface variable names a little more consistent ↵Maarten Maathuis1-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-03Forgot to fix the modeprint test.Maarten Maathuis1-4/+0
2008-07-03tests: Fix faulty error messages in modeprintJakob Bornecrantz1-3/+3
2008-07-02tests: modeprint s/fb/fd/Jakob Bornecrantz1-1/+1
2008-07-02tests: Updated modeprintJakob Bornecrantz1-59/+73
2008-07-02tests: Improved and renamed the mode app to modeprintJakob Bornecrantz3-0/+367