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/drm Get the legacy drm declarations fr...



details:   https://anonhg.NetBSD.org/src/rev/f2dba317a2d3
branches:  trunk
changeset: 834933:f2dba317a2d3
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:58:20 2018 +0000

description:
Get the legacy drm declarations from drm_legacy.h.

diffstat:

 sys/external/bsd/drm2/drm/drm_memory.c |  5 +++--
 sys/external/bsd/drm2/drm/drm_vm.c     |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 141881d02a07 -r f2dba317a2d3 sys/external/bsd/drm2/drm/drm_memory.c
--- a/sys/external/bsd/drm2/drm/drm_memory.c    Mon Aug 27 06:58:10 2018 +0000
+++ b/sys/external/bsd/drm2/drm/drm_memory.c    Mon Aug 27 06:58:20 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_memory.c,v 1.11 2018/08/27 06:44:15 riastradh Exp $        */
+/*     $NetBSD: drm_memory.c,v 1.12 2018/08/27 06:58:20 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_memory.c,v 1.11 2018/08/27 06:44:15 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_memory.c,v 1.12 2018/08/27 06:58:20 riastradh Exp $");
 
 #if defined(__i386__) || defined(__x86_64__)
 
@@ -72,6 +72,7 @@
 #endif
 
 #include <drm/drmP.h>
+#include <drm/drm_legacy.h>
 
 /*
  * XXX drm_bus_borrow is a horrible kludge!
diff -r 141881d02a07 -r f2dba317a2d3 sys/external/bsd/drm2/drm/drm_vm.c
--- a/sys/external/bsd/drm2/drm/drm_vm.c        Mon Aug 27 06:58:10 2018 +0000
+++ b/sys/external/bsd/drm2/drm/drm_vm.c        Mon Aug 27 06:58:20 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_vm.c,v 1.7 2014/12/31 08:55:18 mrg Exp $   */
+/*     $NetBSD: drm_vm.c,v 1.8 2018/08/27 06:58:20 riastradh Exp $     */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_vm.c,v 1.7 2014/12/31 08:55:18 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_vm.c,v 1.8 2018/08/27 06:58:20 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/conf.h>
@@ -39,6 +39,7 @@
 #include <uvm/uvm_device.h>
 
 #include <drm/drmP.h>
+#include <drm/drm_legacy.h>
 
 static paddr_t drm_mmap_paddr_locked(struct drm_device *, off_t, int);
 static paddr_t drm_mmap_dma_paddr(struct drm_device *, off_t, int);



Home | Main Index | Thread Index | Old Index