summaryrefslogtreecommitdiff
path: root/tests/modeprint/modeprint.c
AgeCommit message (Collapse)Author
2014-01-24modeprint: pretty print connector namesLucas Stach
Use same names as the kernel, makes it easier to identify connectors in the common case. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Rob Clark <robdclark@gmail.com>
2011-09-21modeprint.c: use PRIu64 for printing uint64_tMatt Turner
Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-02-17tests/modeprint: Output masks as hex numbersBenjamin Franzke
2010-02-28tests: vrefresh is actually not * 1000.Marcin Koƛcielnicki
2010-02-04Tidy up compile warnings by cleaning up types.Matthew W. S. Bell
2008-12-17libdrm: add mode setting filesJesse 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.