linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH igt 0/3] Initial igt tests for drm/msm ioctls
@ 2021-08-24 22:49 Rob Clark
  2021-08-24 22:49 ` [PATCH igt 1/3] drmtest: Add DRIVER_MSM support Rob Clark
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rob Clark @ 2021-08-24 22:49 UTC (permalink / raw)
  To: igt-dev
  Cc: freedreno, linux-arm-msm, Jordan Crouse, Akhil P Oommen, Rob Clark

From: Rob Clark <robdclark@chromium.org>

Add an initial set of tests for the gpu SUBMIT ioctl.  There is
plenty more we can add, but need to start somewhere.

Rob Clark (3):
  drmtest: Add DRIVER_MSM support
  msm: Add helper library
  msm: Add submit ioctl tests

 lib/drmtest.c      |   3 +
 lib/drmtest.h      |   1 +
 lib/igt_msm.c      | 163 +++++++++++++++++++++++++++++++++++++++
 lib/igt_msm.h      | 128 ++++++++++++++++++++++++++++++
 lib/meson.build    |   1 +
 tests/meson.build  |   1 +
 tests/msm_submit.c | 188 +++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 485 insertions(+)
 create mode 100644 lib/igt_msm.c
 create mode 100644 lib/igt_msm.h
 create mode 100644 tests/msm_submit.c

-- 
2.31.1


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

end of thread, other threads:[~2021-08-26  5:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-24 22:49 [PATCH igt 0/3] Initial igt tests for drm/msm ioctls Rob Clark
2021-08-24 22:49 ` [PATCH igt 1/3] drmtest: Add DRIVER_MSM support Rob Clark
2021-08-24 22:49 ` [PATCH igt 2/3] msm: Add helper library Rob Clark
2021-08-25  8:47   ` [igt-dev] " Petri Latvala
2021-08-25 15:37     ` Rob Clark
2021-08-26  5:14       ` Petri Latvala
2021-08-24 22:49 ` [PATCH igt 3/3] msm: Add submit ioctl tests Rob Clark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).