Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v5 0/4] Add vmwgfx prime tests
@ 2024-07-30 18:59 Zack Rusin
  2024-07-30 18:59 ` [PATCH i-g-t v5 1/4] tests/vmwgfx: Removing incorrect assert in mob_repeated_unref Zack Rusin
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Zack Rusin @ 2024-07-30 18:59 UTC (permalink / raw)
  To: igt-dev
  Cc: ian.forbes, martin.krastev, maaz.mombasawala, kamil.konieczny,
	Zack Rusin

The following series makes some adjustments for testing prime/dma-buf
on vmwgfx, adds a vmwgfx dedicated test for it and fixes some minor
issues.

The last patch in the series adds very basic prime tests to dumb_buffer
test to verify dumb_buffer<->prime functionality.

v2: Add a reference counting and dumb buffer tests plus fix issues
spotted by Kamil
v3: Fix a silly compile error in vmw_prime test and remove dumb buffer
test
v4: checkpatch.pl improvements suggested by Kamil
v5: Add a commit message saying that the copyrights have been updated

Maaz Mombasawala (1):
  tests/vmwgfx: Removing incorrect assert in mob_repeated_unref

Zack Rusin (3):
  lib/vmwgfx: Allow using any buffer handle as a surface backing
  tests/vmwgfx: Add a prime test
  tests/vmwgfx: Fix and extend the reference counting test

 lib/igt_vmwgfx.c                |  76 ++---
 lib/igt_vmwgfx.h                |  43 +--
 tests/vmwgfx/meson.build        |   7 +-
 tests/vmwgfx/vmw_mob_stress.c   |   5 +-
 tests/vmwgfx/vmw_prime.c        | 584 ++++++++++++++++++++++++++++++++
 tests/vmwgfx/vmw_ref_count.c    | 214 +++++++++---
 tests/vmwgfx/vmw_surface_copy.c |   8 +-
 tests/vmwgfx/vmw_tri.c          |  12 +-
 8 files changed, 821 insertions(+), 128 deletions(-)
 create mode 100644 tests/vmwgfx/vmw_prime.c

-- 
2.43.0


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

end of thread, other threads:[~2024-07-31 18:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 18:59 [PATCH i-g-t v5 0/4] Add vmwgfx prime tests Zack Rusin
2024-07-30 18:59 ` [PATCH i-g-t v5 1/4] tests/vmwgfx: Removing incorrect assert in mob_repeated_unref Zack Rusin
2024-07-30 18:59 ` [PATCH i-g-t v5 2/4] lib/vmwgfx: Allow using any buffer handle as a surface backing Zack Rusin
2024-07-30 18:59 ` [PATCH i-g-t v5 3/4] tests/vmwgfx: Add a prime test Zack Rusin
2024-07-30 18:59 ` [PATCH i-g-t v5 4/4] tests/vmwgfx: Fix and extend the reference counting test Zack Rusin
2024-07-30 19:43 ` ✗ CI.xeBAT: failure for Add vmwgfx prime tests (rev5) Patchwork
2024-07-31 18:07   ` Kamil Konieczny
2024-07-30 19:54 ` ✓ Fi.CI.BAT: success " Patchwork
2024-07-30 21:19 ` ✗ CI.xeFULL: failure " Patchwork
2024-07-31 18:10   ` Kamil Konieczny
2024-07-31  4:56 ` ✗ Fi.CI.IGT: " Patchwork
2024-07-31 18:08   ` Kamil Konieczny

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