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 So that's where the miss...



details:   https://anonhg.NetBSD.org/src/rev/da5d5c96052e
branches:  trunk
changeset: 834821:da5d5c96052e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:33:21 2018 +0000

description:
So that's where the missing ifdef wound up!

diffstat:

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

diffs (26 lines):

diff -r 6c5de52e0002 -r da5d5c96052e sys/external/bsd/drm2/dist/drm/i915/i915_gem_gtt.c
--- a/sys/external/bsd/drm2/dist/drm/i915/i915_gem_gtt.c        Mon Aug 27 06:33:08 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/i915_gem_gtt.c        Mon Aug 27 06:33:21 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i915_gem_gtt.c,v 1.6 2018/08/27 06:08:25 riastradh Exp $       */
+/*     $NetBSD: i915_gem_gtt.c,v 1.7 2018/08/27 06:33:21 riastradh Exp $       */
 
 /*
  * Copyright © 2010 Daniel Vetter
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i915_gem_gtt.c,v 1.6 2018/08/27 06:08:25 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i915_gem_gtt.c,v 1.7 2018/08/27 06:33:21 riastradh Exp $");
 
 #include <linux/err.h>
 #include <linux/seq_file.h>
@@ -2168,7 +2168,6 @@
        gen6_for_each_pde(unused, &ppgtt->pd, start, length, temp, pde)
                ppgtt->pd.page_table[pde] = ppgtt->base.scratch_pt;
 }
-#endif
 
 static int gen6_ppgtt_init(struct i915_hw_ppgtt *ppgtt)
 {



Home | Main Index | Thread Index | Old Index