public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v3 0/5] VC4 IGT Tests Updates
@ 2022-12-16 16:28 Maíra Canal
  2022-12-16 16:28 ` [igt-dev] [PATCH i-g-t v3 1/5] tests/vc4: Move VC4 tests to their own folder Maíra Canal
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Maíra Canal @ 2022-12-16 16:28 UTC (permalink / raw)
  To: igt-dev; +Cc: petri.latvala, Emma Anholt, Maxime Ripard

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.

v2 -> v3:
- Remove ternary conditional operator from return (Petri Latvala).
- Add Petri Latvala tag.

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-12-19  9:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16 16:28 [igt-dev] [PATCH i-g-t v3 0/5] VC4 IGT Tests Updates Maíra Canal
2022-12-16 16:28 ` [igt-dev] [PATCH i-g-t v3 1/5] tests/vc4: Move VC4 tests to their own folder Maíra Canal
2022-12-16 16:28 ` [igt-dev] [PATCH i-g-t v3 2/5] tests/vc4: Remove unused or redundant includes Maíra Canal
2022-12-16 16:28 ` [igt-dev] [PATCH i-g-t v3 3/5] lib/igt_vc4: Add PAGE_SIZE macro to VC4 Maíra Canal
2022-12-16 16:28 ` [igt-dev] [PATCH i-g-t v3 4/5] tests/vc4: Skip VC4 tests if they are running on BCM2711/RaspberryPi4 Maíra Canal
2022-12-19  9:21   ` Petri Latvala
2022-12-16 16:28 ` [igt-dev] [PATCH i-g-t v3 5/5] tests/vc4_perfmon: Create test for VC4's Perfmon IOCTLs Maíra Canal
2022-12-18 21:39 ` [igt-dev] ✓ Fi.CI.BAT: success for VC4 IGT Tests Updates (rev3) Patchwork
2022-12-18 23:11 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-12-19  9:30 ` [igt-dev] [PATCH i-g-t v3 0/5] VC4 IGT Tests Updates Melissa Wen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox