From: Rob Clark rob@ti.com
The first 6 patches are a re-send of what has already been sent by Paulo and myself, and the last two add bitmask and plane properties support to proptest as suggested by Paulo.
I can push these to libdrm git tree if ok.
Paulo Zanoni (3): Add support for generic object properties IOCTLs modetest: print CRTC properties tests: add proptest
Rob Clark (5): Add support for bitmask properties modetest: support bitmask properties modetest: support plane properties proptest: support bitmask properties proptest: support plane properties
configure.ac | 1 + include/drm/drm.h | 2 + include/drm/drm_mode.h | 25 ++++ tests/Makefile.am | 2 +- tests/modetest/modetest.c | 37 +++++ tests/proptest/Makefile.am | 11 ++ tests/proptest/proptest.c | 357 ++++++++++++++++++++++++++++++++++++++++++++ xf86drmMode.c | 87 ++++++++++- xf86drmMode.h | 14 ++ 9 files changed, 533 insertions(+), 3 deletions(-) create mode 100644 tests/proptest/Makefile.am create mode 100644 tests/proptest/proptest.c