mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
The igt testing suite is separated into tests and tools that target kms, memory management, and command submission. These tests are especially helpful for low-level reporting, transparent tracking of kernel changes, and efficient debugging of modern drm drivers. Reviewed by: diizzy, lwhsu, jrm Differential Revision: https://reviews.freebsd.org/D36213
14 lines
363 B
C
14 lines
363 B
C
--- tests/i915/gem_concurrent_all.c.orig 2022-08-31 20:00:01 UTC
|
|
+++ tests/i915/gem_concurrent_all.c
|
|
@@ -53,6 +53,11 @@
|
|
#include "igt.h"
|
|
#include "igt_vgem.h"
|
|
|
|
+/* improper substitution */
|
|
+#ifdef __FreeBSD__
|
|
+#define MADV_DONTFORK MADV_NOSYNC
|
|
+#endif
|
|
+
|
|
IGT_TEST_DESCRIPTION("Test of pread/pwrite/mmap behavior when writing to active"
|
|
" buffers.");
|
|
|