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/nouveau nouveau_drm.h was renamed upst...



details:   https://anonhg.NetBSD.org/src/rev/56a7f5b5dbfd
branches:  trunk
changeset: 1027791:56a7f5b5dbfd
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 00:32:11 2021 +0000

description:
nouveau_drm.h was renamed upstream to nouveau_drv.h.

diffstat:

 sys/external/bsd/drm2/nouveau/nouveau_pci.c |  6 +++---
 sys/external/bsd/drm2/nouveau/nouveaufb.c   |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r d616b370a262 -r 56a7f5b5dbfd sys/external/bsd/drm2/nouveau/nouveau_pci.c
--- a/sys/external/bsd/drm2/nouveau/nouveau_pci.c       Sun Dec 19 00:32:03 2021 +0000
+++ b/sys/external/bsd/drm2/nouveau/nouveau_pci.c       Sun Dec 19 00:32:11 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nouveau_pci.c,v 1.26 2020/02/03 16:52:13 jmcneill Exp $        */
+/*     $NetBSD: nouveau_pci.c,v 1.27 2021/12/19 00:32:11 riastradh Exp $       */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nouveau_pci.c,v 1.26 2020/02/03 16:52:13 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nouveau_pci.c,v 1.27 2021/12/19 00:32:11 riastradh Exp $");
 
 #ifdef _KERNEL_OPT
 #if defined(__arm__) || defined(__aarch64__)
@@ -53,7 +53,7 @@
 #include <dev/fdt/fdtvar.h>
 #endif
 
-#include "nouveau_drm.h"
+#include "nouveau_drv.h"
 #include "nouveau_pci.h"
 
 MODULE(MODULE_CLASS_DRIVER, nouveau_pci, "nouveau,drmkms_pci");
diff -r d616b370a262 -r 56a7f5b5dbfd sys/external/bsd/drm2/nouveau/nouveaufb.c
--- a/sys/external/bsd/drm2/nouveau/nouveaufb.c Sun Dec 19 00:32:03 2021 +0000
+++ b/sys/external/bsd/drm2/nouveau/nouveaufb.c Sun Dec 19 00:32:11 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nouveaufb.c,v 1.4 2016/12/12 19:45:56 maya Exp $       */
+/*     $NetBSD: nouveaufb.c,v 1.5 2021/12/19 00:32:11 riastradh Exp $  */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nouveaufb.c,v 1.4 2016/12/12 19:45:56 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nouveaufb.c,v 1.5 2021/12/19 00:32:11 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/bus.h>
@@ -42,7 +42,7 @@
 #include <drm/drmfb_pci.h>
 
 #include "nouveau_bo.h"
-#include "nouveau_drm.h"
+#include "nouveau_drv.h"
 #include "nouveau_fbcon.h"
 #include "nouveau_pci.h"
 #include "nouveaufb.h"



Home | Main Index | Thread Index | Old Index