mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCHv2 0/2] Ion unit test with VGEM
@ 2018-02-21 22:25 Laura Abbott
  2018-02-21 22:25 ` [PATCHv2 1/2] selftests: ion: Remove some prints Laura Abbott
  2018-02-21 22:25 ` [PATCHv2 2/2] selftests: ion: Add simple test with the vgem driver Laura Abbott
  0 siblings, 2 replies; 3+ messages in thread
From: Laura Abbott @ 2018-02-21 22:25 UTC (permalink / raw)
  To: Sumit Semwal, Daniel Vetter
  Cc: devel, Todd Kjos, linux-kernel, dri-devel, Chris Wilson,
	linux-kselftest, Shuah Khan

Hi,

This is v2 of the series to add a unit test to Ion with VGEM. From v1:

Ion hasn't had much in the way of unit tests and fixing that is
something that needs to happen before it can move out of staging. The
difficult part of testing parts of Ion is that it relies on having a
kernel driver to actually make some of the dma_buf calls. The vgem
DRM driver exists mostly for testing and works great for this case.

Changes since v1:
- Dropped RFC
- Feedback/review from Daniel Vetter about DRM ioctls

Thanks,
Laura

Laura Abbott (2):
  selftests: ion: Remove some prints
  selftests: ion: Add simple test with the vgem driver

 tools/testing/selftests/android/ion/Makefile      |   3 +-
 tools/testing/selftests/android/ion/config        |   1 +
 tools/testing/selftests/android/ion/ionmap_test.c | 149 ++++++++++++++++++++++
 tools/testing/selftests/android/ion/ionutils.c    |   6 -
 4 files changed, 152 insertions(+), 7 deletions(-)
 create mode 100644 tools/testing/selftests/android/ion/ionmap_test.c

-- 
2.14.3

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2018-02-21 22:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-21 22:25 [PATCHv2 0/2] Ion unit test with VGEM Laura Abbott
2018-02-21 22:25 ` [PATCHv2 1/2] selftests: ion: Remove some prints Laura Abbott
2018-02-21 22:25 ` [PATCHv2 2/2] selftests: ion: Add simple test with the vgem driver Laura Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome