public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/6] V3D IGT Tests Updates
@ 2022-11-08 23:57 Maíra Canal
  2022-11-08 23:57 ` [igt-dev] [PATCH i-g-t 1/6] include/drm-uapi: Update to the latest v3d_drm.h Maíra Canal
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Maíra Canal @ 2022-11-08 23:57 UTC (permalink / raw)
  To: igt-dev; +Cc: petri.latvala, Emma Anholt

This series aims to update the V3D IGT tests. The first four patches contain
some janitorial duties related to the existing tests: updating the uAPI header,
creating a folder for the V3D tests, removing some unused includes, and adding
a macro with the default PAGE_SIZE. The last two patches include new tests for
the V3D driver.

Best Regards,
- Maíra Canal

Maíra Canal (6):
  include/drm-uapi: Update to the latest v3d_drm.h
  tests/v3d: Move V3D tests to their own folder
  tests/v3d: Remove unused or redundant includes
  lib/igt_v3d: Add PAGE_SIZE macro to V3D
  tests/v3d_create_bo: Create test for V3D's Create BO IOCTL
  tests/v3d_perfmon: Create test for V3D's Perfmon IOCTLs

 include/drm-uapi/v3d_drm.h          |  78 ++++++++++++++
 lib/igt_v3d.c                       |  39 ++++++-
 lib/igt_v3d.h                       |   6 ++
 tests/meson.build                   |  20 +++-
 tests/v3d/v3d_create_bo.c           |  79 ++++++++++++++
 tests/{ => v3d}/v3d_get_bo_offset.c |  16 +--
 tests/{ => v3d}/v3d_get_param.c     |  12 ---
 tests/{ => v3d}/v3d_mmap.c          |  12 ---
 tests/v3d/v3d_perfmon.c             | 153 ++++++++++++++++++++++++++++
 tests/v3d_ci/v3d.testlist           |  14 +++
 10 files changed, 385 insertions(+), 44 deletions(-)
 create mode 100644 tests/v3d/v3d_create_bo.c
 rename tests/{ => v3d}/v3d_get_bo_offset.c (86%)
 rename tests/{ => v3d}/v3d_get_param.c (89%)
 rename tests/{ => v3d}/v3d_mmap.c (85%)
 create mode 100644 tests/v3d/v3d_perfmon.c

-- 
2.38.1

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

end of thread, other threads:[~2022-11-10 15:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-08 23:57 [igt-dev] [PATCH i-g-t 0/6] V3D IGT Tests Updates Maíra Canal
2022-11-08 23:57 ` [igt-dev] [PATCH i-g-t 1/6] include/drm-uapi: Update to the latest v3d_drm.h Maíra Canal
2022-11-08 23:57 ` [igt-dev] [PATCH i-g-t 2/6] tests/v3d: Move V3D tests to their own folder Maíra Canal
2022-11-08 23:57 ` [igt-dev] [PATCH i-g-t 3/6] tests/v3d: Remove unused or redundant includes Maíra Canal
2022-11-08 23:57 ` [igt-dev] [PATCH i-g-t 4/6] lib/igt_v3d: Add PAGE_SIZE macro to V3D Maíra Canal
2022-11-08 23:57 ` [igt-dev] [PATCH i-g-t 5/6] tests/v3d_create_bo: Create test for V3D's Create BO IOCTL Maíra Canal
2022-11-10 15:06   ` Kamil Konieczny
2022-11-08 23:57 ` [igt-dev] [PATCH i-g-t 6/6] tests/v3d_perfmon: Create test for V3D's Perfmon IOCTLs Maíra Canal
2022-11-09  1:00 ` [igt-dev] ✓ Fi.CI.BAT: success for V3D IGT Tests Updates Patchwork
2022-11-09  4:23 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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