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/i915/gt i915: gen6_ppgtt.c nb...
details: https://anonhg.NetBSD.org/src/rev/7e625358cfcb
branches: trunk
changeset: 1028526:7e625358cfcb
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 11:15:04 2021 +0000
description:
i915: gen6_ppgtt.c nbsd-namespace.h
diffstat:
sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r be05ccff0e4b -r 7e625358cfcb sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c
--- a/sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c Sun Dec 19 11:14:56 2021 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c Sun Dec 19 11:15:04 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gen6_ppgtt.c,v 1.3 2021/12/19 01:24:25 riastradh Exp $ */
+/* $NetBSD: gen6_ppgtt.c,v 1.4 2021/12/19 11:15:04 riastradh Exp $ */
// SPDX-License-Identifier: MIT
/*
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gen6_ppgtt.c,v 1.3 2021/12/19 01:24:25 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gen6_ppgtt.c,v 1.4 2021/12/19 11:15:04 riastradh Exp $");
#include <linux/log2.h>
@@ -15,6 +15,7 @@
#include "i915_trace.h"
#include "i915_vgpu.h"
#include "intel_gt.h"
+#include <linux/nbsd-namespace.h>
/* Write pde (index) from the page directory @pd to the page table @pt */
static inline void gen6_write_pde(const struct gen6_ppgtt *ppgtt,
Home |
Main Index |
Thread Index |
Old Index