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

end of thread, other threads:[~2021-09-09 15:25 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 16:22 [PATCH igt v3 0/3] Initial igt tests for drm/msm ioctls Rob Clark
2021-08-30 16:22 ` [igt-dev] " Rob Clark
2021-08-30 16:22 ` [PATCH igt v3 1/3] drmtest: Add DRIVER_MSM support Rob Clark
2021-08-30 16:22   ` [igt-dev] " Rob Clark
2021-08-30 16:22 ` [PATCH igt v3 2/3] msm: Add helper library Rob Clark
2021-08-30 16:22   ` [igt-dev] " Rob Clark
2021-08-31  6:13   ` Petri Latvala
2021-08-31  6:13     ` [igt-dev] " Petri Latvala
2021-08-30 16:22 ` [PATCH igt v3 3/3] msm: Add submit ioctl tests Rob Clark
2021-08-30 16:22   ` [igt-dev] " Rob Clark
2021-08-31  6:16   ` Petri Latvala
2021-08-31  6:16     ` [igt-dev] " Petri Latvala
2021-08-30 17:04 ` [igt-dev] ✗ Fi.CI.BAT: failure for Initial igt tests for drm/msm ioctls (rev3) Patchwork
2021-08-31  6:06   ` Petri Latvala
2021-08-31 15:26     ` Vudum, Lakshminarayana
2021-08-31 15:11 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2021-08-31 17:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-09-08 18:02 ` [PATCH igt v3 0/3] Initial igt tests for drm/msm ioctls Rob Clark
2021-09-08 18:02   ` [igt-dev] " Rob Clark
2021-09-09  5:30   ` Petri Latvala
2021-09-09  5:30     ` [igt-dev] " Petri Latvala
2021-09-09 15:25     ` Rob Clark
2021-09-09 15:25       ` [igt-dev] " 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.