mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -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
12 lines
255 B
C
12 lines
255 B
C
--- lib/i915/perf.c.orig 2022-08-31 20:00:01 UTC
|
|
+++ lib/i915/perf.c
|
|
@@ -29,7 +29,9 @@
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/stat.h>
|
|
+#ifdef __linux__
|
|
#include <sys/sysmacros.h>
|
|
+#endif
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
|