Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH igt v4 0/3] Initial igt tests for drm/msm ioctls
@ 2021-08-31 16:17 Rob Clark
  2021-08-31 16:17 ` [PATCH igt v4 1/3] drmtest: Add DRIVER_MSM support Rob Clark
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Clark @ 2021-08-31 16:17 UTC (permalink / raw)
  To: igt-dev
  Cc: freedreno, linux-arm-msm, Jordan Crouse, Akhil P Oommen,
	Petri Latvala, 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

 .../igt-gpu-tools/igt-gpu-tools-docs.xml      |   1 +
 lib/drmtest.c                                 |   3 +
 lib/drmtest.h                                 |   1 +
 lib/igt_msm.c                                 | 211 ++++++++++++++++++
 lib/igt_msm.h                                 | 142 ++++++++++++
 lib/meson.build                               |   1 +
 tests/meson.build                             |   1 +
 tests/msm_submit.c                            | 194 ++++++++++++++++
 8 files changed, 554 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] 4+ messages in thread

end of thread, other threads:[~2021-08-31 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-31 16:17 [PATCH igt v4 0/3] Initial igt tests for drm/msm ioctls Rob Clark
2021-08-31 16:17 ` [PATCH igt v4 1/3] drmtest: Add DRIVER_MSM support Rob Clark
2021-08-31 16:17 ` [PATCH igt v4 2/3] msm: Add helper library Rob Clark
2021-08-31 16:17 ` [PATCH igt v4 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