All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 0/8] Latest properties patches
@ 2012-06-05 18:06 Rob Clark
  2012-06-05 18:06 ` [PATCH libdrm 1/8] Add support for generic object properties IOCTLs Rob Clark
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Rob Clark @ 2012-06-05 18:06 UTC (permalink / raw)
  To: dri-devel; +Cc: Rob Clark, Paulo Zanoni, patches

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

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-06-07 14:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 18:06 [PATCH libdrm 0/8] Latest properties patches Rob Clark
2012-06-05 18:06 ` [PATCH libdrm 1/8] Add support for generic object properties IOCTLs Rob Clark
2012-06-05 18:06 ` [PATCH libdrm 2/8] modetest: print CRTC properties Rob Clark
2012-06-05 18:06 ` [PATCH libdrm 3/8] tests: add proptest Rob Clark
2012-06-07  5:03   ` Joonyoung Shim
2012-06-05 18:06 ` [PATCH libdrm 4/8] Add support for bitmask properties Rob Clark
2012-06-05 18:06 ` [PATCH libdrm 5/8] modetest: support " Rob Clark
2012-06-05 18:06 ` [PATCH libdrm 6/8] modetest: support plane properties Rob Clark
2012-06-05 18:06 ` [PATCH libdrm 7/8] proptest: support bitmask properties Rob Clark
2012-06-05 18:06 ` [PATCH libdrm 8/8] proptest: support plane properties Rob Clark
2012-06-07  5:09   ` Joonyoung Shim
2012-06-07 14:45     ` Rob Clark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.