All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2 0/3] igt: Add a testsuite to validate VC4 MADV ioctl
@ 2017-10-04 10:22 Boris Brezillon
  2017-10-04 10:22 ` [PATCH i-g-t v2 1/3] igt: Add a helper function to mark BOs purgeable Boris Brezillon
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Boris Brezillon @ 2017-10-04 10:22 UTC (permalink / raw)
  To: Eric Anholt; +Cc: Intel GFX discussion

Hello,
    
This patchset adds VC4 specific tests to validate the
DRM_IOCTL_VC4_GEM_MADVISE ioctl.

Note that this series depends on kernel/libdrm code that has not been
accepted yet and is just provided to show reviewers how the ioctl can be
used and what to expect from it.
    
Please do not consider this for inclusion in IGT until the kernel and
libdrm part have been accepted.

Chris, I still haven't exposed a debugfs file to trigger a purge. I'd
like to sync with Eric before doing that.

Eric, I didn't add your "Queue up a big rendering job and mark BO
purgeable" test (still need to figure out how to do that :-)). That's
on my TODO list for a v3.
    
Thanks,
    
Boris

Boris Brezillon (3):
  igt: Add a helper function to mark BOs purgeable
  igt: Add igt_vc4_get_param() helper
  igt: Add VC4 purgeable BO tests

 lib/igt_vc4.c            |  27 +++++
 lib/igt_vc4.h            |   2 +
 tests/Makefile.sources   |   1 +
 tests/meson.build        |   1 +
 tests/vc4_purgeable_bo.c | 265 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 296 insertions(+)
 create mode 100644 tests/vc4_purgeable_bo.c

-- 
2.11.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-11-21 19:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04 10:22 [PATCH i-g-t v2 0/3] igt: Add a testsuite to validate VC4 MADV ioctl Boris Brezillon
2017-10-04 10:22 ` [PATCH i-g-t v2 1/3] igt: Add a helper function to mark BOs purgeable Boris Brezillon
2017-10-04 10:22 ` [PATCH i-g-t v2 2/3] igt: Add igt_vc4_get_param() helper Boris Brezillon
2017-10-04 10:22 ` [PATCH i-g-t v2 3/3] igt: Add VC4 purgeable BO tests Boris Brezillon
2017-10-19 18:22   ` Eric Anholt
2017-11-21 18:30   ` Eric Anholt
2017-11-21 19:39     ` Boris Brezillon
2017-10-04 11:29 ` ✓ Fi.CI.BAT: success for igt: Add a testsuite to validate VC4 MADV ioctl (rev3) Patchwork
2017-10-04 11:30 ` [PATCH i-g-t v2 0/3] igt: Add a testsuite to validate VC4 MADV ioctl Chris Wilson
2017-10-04 12:41 ` ✗ Fi.CI.IGT: warning for igt: Add a testsuite to validate VC4 MADV ioctl (rev3) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.