[igt-dev] [PATCH i-g-t 0/5] VC4 IGT Tests Updates
Maíra Canal
mcanal at igalia.com
Tue Nov 15 20:20:56 UTC 2022
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 includes new tests for the VC4's performance
monitors. Finally, the last patch adds an igt_require to all the VC4 tests to
check that the tests are not running on BCM2711.
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/html/
- Raspberry Pi 3: https://mairacanal.fedorapeople.org/igt-results/rpi3/html/
Best Regards,
- Maíra Canal
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_perfmon: Create test for VC4's Perfmon IOCTLs
tests/vc4: Skip VC4 tests if they are running on BCM2711/RaspberryPi4
lib/igt_vc4.c | 56 +++++++++---
lib/igt_vc4.h | 9 ++
tests/meson.build | 29 ++++--
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 | 10 +++
13 files changed, 250 insertions(+), 122 deletions(-)
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
More information about the igt-dev
mailing list