From: "Maíra Canal" <mcanal@igalia.com>
To: igt-dev@lists.freedesktop.org
Cc: petri.latvala@intel.com, Emma Anholt <emma@anholt.net>,
Maxime Ripard <maxime@cerno.tech>
Subject: [igt-dev] [PATCH i-g-t v2 0/5] VC4 IGT Tests Updates
Date: Fri, 2 Dec 2022 12:42:23 -0300 [thread overview]
Message-ID: <20221202154228.45766-1-mcanal@igalia.com> (raw)
This series aims to update the VC4 IGT tests. The first three patches contain
some janitorial duties related to the existing tests: creating a folder for the
VC4 tests, removing some unused includes, and adding a macro with the default
PAGE_SIZE. The fourth patch adds an igt_require to all the VC4 tests to
check that the tests are not running on BCM2711. The final patch includes
new tests for the VC4's performance monitors.
This series was tested on the Raspberry Pi 3 Model B and Raspberry Pi 4 Model B,
and the HTML outputs of the VC4 tests are available on:
- Raspberry Pi 4: https://mairacanal.fedorapeople.org/igt-results/rpi4-v2/html/
- Raspberry Pi 3: https://mairacanal.fedorapeople.org/igt-results/rpi3-v2/html/
Best Regards,
- Maíra Canal
v1 -> v2:
- Install VC4 tests on build/tests/vc4/ instead of build/tests/ (Melissa Wen).
- Use the syncobj capability to identify vc4 and vc5 (Melissa Wen).
- Change the order of the commits (Melissa Wen).
- Add Petri Latvala tags.
Maíra Canal (5):
tests/vc4: Move VC4 tests to their own folder
tests/vc4: Remove unused or redundant includes
lib/igt_vc4: Add PAGE_SIZE macro to VC4
tests/vc4: Skip VC4 tests if they are running on BCM2711/RaspberryPi4
tests/vc4_perfmon: Create test for VC4's Perfmon IOCTLs
lib/igt_vc4.c | 60 ++++++++++---
lib/igt_vc4.h | 9 ++
meson.build | 8 ++
tests/meson.build | 10 +--
tests/vc4/meson.build | 20 +++++
tests/{ => vc4}/vc4_create_bo.c | 15 +---
tests/{ => vc4}/vc4_dmabuf_poll.c | 14 +--
tests/{ => vc4}/vc4_label_bo.c | 21 ++---
tests/{ => vc4}/vc4_lookup_fail.c | 14 +--
tests/vc4/vc4_perfmon.c | 138 +++++++++++++++++++++++++++++
tests/{ => vc4}/vc4_purgeable_bo.c | 10 ---
tests/{ => vc4}/vc4_tiling.c | 27 ++----
tests/{ => vc4}/vc4_wait_bo.c | 14 +--
tests/{ => vc4}/vc4_wait_seqno.c | 15 +---
tests/vc4_ci/vc4.testlist | 80 +++++++++--------
15 files changed, 298 insertions(+), 157 deletions(-)
create mode 100644 tests/vc4/meson.build
rename tests/{ => vc4}/vc4_create_bo.c (89%)
rename tests/{ => vc4}/vc4_dmabuf_poll.c (91%)
rename tests/{ => vc4}/vc4_label_bo.c (85%)
rename tests/{ => vc4}/vc4_lookup_fail.c (90%)
create mode 100644 tests/vc4/vc4_perfmon.c
rename tests/{ => vc4}/vc4_purgeable_bo.c (97%)
rename tests/{ => vc4}/vc4_tiling.c (88%)
rename tests/{ => vc4}/vc4_wait_bo.c (92%)
rename tests/{ => vc4}/vc4_wait_seqno.c (89%)
--
2.38.1
next reply other threads:[~2022-12-02 15:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-02 15:42 Maíra Canal [this message]
2022-12-02 15:42 ` [igt-dev] [PATCH i-g-t v2 1/5] tests/vc4: Move VC4 tests to their own folder Maíra Canal
2022-12-12 10:56 ` Petri Latvala
2022-12-02 15:42 ` [igt-dev] [PATCH i-g-t v2 2/5] tests/vc4: Remove unused or redundant includes Maíra Canal
2022-12-02 15:42 ` [igt-dev] [PATCH i-g-t v2 3/5] lib/igt_vc4: Add PAGE_SIZE macro to VC4 Maíra Canal
2022-12-02 15:42 ` [igt-dev] [PATCH i-g-t v2 4/5] tests/vc4: Skip VC4 tests if they are running on BCM2711/RaspberryPi4 Maíra Canal
2022-12-12 10:24 ` Petri Latvala
2022-12-02 15:42 ` [igt-dev] [PATCH i-g-t v2 5/5] tests/vc4_perfmon: Create test for VC4's Perfmon IOCTLs Maíra Canal
2022-12-02 16:30 ` [igt-dev] ✓ Fi.CI.BAT: success for VC4 IGT Tests Updates (rev2) Patchwork
2022-12-03 2:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
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=20221202154228.45766-1-mcanal@igalia.com \
--to=mcanal@igalia.com \
--cc=emma@anholt.net \
--cc=igt-dev@lists.freedesktop.org \
--cc=maxime@cerno.tech \
--cc=petri.latvala@intel.com \
/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