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 Revert vestigial local p...



details:   https://anonhg.NetBSD.org/src/rev/4fa9136064df
branches:  trunk
changeset: 1028446:4fa9136064df
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 11:04:21 2021 +0000

description:
Revert vestigial local patch.

diffstat:

 sys/external/bsd/drm2/dist/drm/i915/i915_drv.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 7f2e4ef0f852 -r 4fa9136064df sys/external/bsd/drm2/dist/drm/i915/i915_drv.h
--- a/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h    Sun Dec 19 11:04:14 2021 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/i915_drv.h    Sun Dec 19 11:04:21 2021 +0000
@@ -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 @@
 #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))
 



Home | Main Index | Thread Index | Old Index