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/drm/ttm drm_os_netbsd.h for CONFI...



details:   https://anonhg.NetBSD.org/src/rev/6111ff0c1ad9
branches:  trunk
changeset: 1028260:6111ff0c1ad9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:57:42 2021 +0000

description:
drm_os_netbsd.h for CONFIG_THINGS. Might want a better solution...


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 993799afc4e0 -r 6111ff0c1ad9 sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c
--- a/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c  Sun Dec 19 09:57:33 2021 +0000
+++ b/sys/external/bsd/drm2/dist/drm/ttm/ttm_bo_util.c  Sun Dec 19 09:57:42 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ttm_bo_util.c,v 1.22 2021/12/19 01:49:50 riastradh Exp $       */
+/*     $NetBSD: ttm_bo_util.c,v 1.23 2021/12/19 09:57:42 riastradh Exp $       */
 
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /**************************************************************************
@@ -32,11 +32,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ttm_bo_util.c,v 1.22 2021/12/19 01:49:50 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ttm_bo_util.c,v 1.23 2021/12/19 09:57:42 riastradh Exp $");
 
 #include <drm/ttm/ttm_bo_driver.h>
 #include <drm/ttm/ttm_placement.h>
 #include <drm/drm_vma_manager.h>
+#include <drm/drm_os_netbsd.h>
 #include <linux/io.h>
 #include <linux/highmem.h>
 #include <linux/wait.h>



Home | Main Index | Thread Index | Old Index