5d303ab480
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
254 B
C
12 lines
254 B
C
--- lib/igt_sysfs.c.orig 2022-08-31 20:00:01 UTC
|
|
+++ lib/igt_sysfs.c
|
|
@@ -24,7 +24,9 @@
|
|
|
|
#include <inttypes.h>
|
|
#include <sys/stat.h>
|
|
+#ifdef __linux__
|
|
#include <sys/sysmacros.h>
|
|
+#endif
|
|
#include <sys/mount.h>
|
|
#include <errno.h>
|
|
#include <stdarg.h>
|