Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 11:04:21 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/dist/drm/i915: i915_drv.h

Log Message:
Revert vestigial local patch.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h

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/i915_drv.h
diff -u src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h:1.36 src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h:1.37
--- src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h:1.36	Sun Dec 19 11:04:14 2021
+++ src/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h	Sun Dec 19 11:04:21 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: i915_drv.h,v 1.36 2021/12/19 11:04:14 riastradh Exp $	*/
+/*	$NetBSD: i915_drv.h,v 1.37 2021/12/19 11:04:21 riastradh Exp $	*/
 
 /* i915_drv.h -- Private header for the I915 driver -*- linux-c -*-
  */
@@ -1701,12 +1701,6 @@ IS_SUBPLATFORM(const struct drm_i915_pri
 #define OVERLAY_NEEDS_PHYSICAL(dev_priv) \
 		(INTEL_INFO(dev_priv)->display.overlay_needs_physical)
 
-/*
- * The Gen7 cmdparser copies the scanned buffer to the ggtt for execution
- * All later gens can run the final buffer from the ppgtt
- */
-#define CMDPARSER_USES_GGTT(dev_priv) IS_GEN7(dev_priv)
-
 /* Early gen2 have a totally busted CS tlb and require pinned batches. */
 #define HAS_BROKEN_CS_TLB(dev_priv)	(IS_I830(dev_priv) || IS_I845G(dev_priv))
 

Reply via email to