From: Rob Clark <robdclark@gmail.com>
To: igt-dev@lists.freedesktop.org
Cc: freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
Jordan Crouse <jordan@cosmicpenguin.net>,
Akhil P Oommen <akhilpo@codeaurora.org>,
Petri Latvala <petri.latvala@intel.com>,
Rob Clark <robdclark@chromium.org>
Subject: [PATCH igt v4 0/3] Initial igt tests for drm/msm ioctls
Date: Tue, 31 Aug 2021 09:17:13 -0700 [thread overview]
Message-ID: <20210831161716.1400057-1-robdclark@gmail.com> (raw)
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
next reply other threads:[~2021-08-31 16:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 16:17 Rob Clark [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210831161716.1400057-1-robdclark@gmail.com \
--to=robdclark@gmail.com \
--cc=akhilpo@codeaurora.org \
--cc=freedreno@lists.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=jordan@cosmicpenguin.net \
--cc=linux-arm-msm@vger.kernel.org \
--cc=petri.latvala@intel.com \
--cc=robdclark@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox