Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Include drm_os_* earl...



details:   https://anonhg.NetBSD.org/src/rev/cbe63ed8d7ae
branches:  trunk
changeset: 834859:cbe63ed8d7ae
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:42:41 2018 +0000

description:
Include drm_os_* earlier.

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drmP.h |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 5a929bf7ef61 -r cbe63ed8d7ae sys/external/bsd/drm2/dist/include/drm/drmP.h
--- a/sys/external/bsd/drm2/dist/include/drm/drmP.h     Mon Aug 27 06:42:28 2018 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drmP.h     Mon Aug 27 06:42:41 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drmP.h,v 1.17 2018/08/27 06:42:00 riastradh Exp $      */
+/*     $NetBSD: drmP.h,v 1.18 2018/08/27 06:42:41 riastradh Exp $      */
 
 /*
  * Internal Header for the Direct Rendering Manager
@@ -72,6 +72,12 @@
 #include <uapi/drm/drm.h>
 #include <uapi/drm/drm_mode.h>
 
+#ifdef __NetBSD__
+#include <drm/drm_os_netbsd.h>
+#else
+#include <drm/drm_os_linux.h>
+#endif
+
 #include <drm/drm.h>
 #include <drm/drm_agpsupport.h>
 #include <drm/drm_crtc.h>
@@ -79,11 +85,6 @@
 #include <drm/drm_hashtab.h>
 #include <drm/drm_mem_util.h>
 #include <drm/drm_mm.h>
-#ifdef __NetBSD__
-#include <drm/drm_os_netbsd.h>
-#else
-#include <drm/drm_os_linux.h>
-#endif
 #include <drm/drm_sarea.h>
 #include <drm/drm_vma_manager.h>
 



Home | Main Index | Thread Index | Old Index