All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH igt v4 0/3] Initial igt tests for drm/msm ioctls
@ 2021-08-31 16:17 ` Rob Clark
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

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

Thread overview: 10+ 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 ` [igt-dev] " Rob Clark
2021-08-31 16:17 ` [PATCH igt v4 1/3] drmtest: Add DRIVER_MSM support Rob Clark
2021-08-31 16:17   ` [igt-dev] " Rob Clark
2021-08-31 16:17 ` [PATCH igt v4 2/3] msm: Add helper library Rob Clark
2021-08-31 16:17   ` [igt-dev] " Rob Clark
2021-08-31 16:17 ` [PATCH igt v4 3/3] msm: Add submit ioctl tests Rob Clark
2021-08-31 16:17   ` [igt-dev] " Rob Clark
2021-08-31 16:53 ` [igt-dev] ✓ Fi.CI.BAT: success for Initial igt tests for drm/msm ioctls (rev4) Patchwork
2021-08-31 20:25 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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.