Module Name: src Committed By: riastradh Date: Sun Dec 19 11:15:04 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/gt: gen6_ppgtt.c Log Message: i915: gen6_ppgtt.c nbsd-namespace.h To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c diff -u src/sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c:1.3 src/sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c:1.4 --- src/sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c:1.3 Sun Dec 19 01:24:25 2021 +++ src/sys/external/bsd/drm2/dist/drm/i915/gt/gen6_ppgtt.c Sun Dec 19 11:15:04 2021 @@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: gen6_ppgtt.c #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,