svn commit: r236933 - stable/9/sys/dev/drm2/i915

Konstantin Belousov kib at FreeBSD.org
Mon Jun 11 21:44:25 UTC 2012


Author: kib
Date: Mon Jun 11 21:44:24 2012
New Revision: 236933
URL: http://svn.freebsd.org/changeset/base/236933

Log:
  MFC r236183:
  Disable end of buffer fixup by default.

Modified:
  stable/9/sys/dev/drm2/i915/i915_gem_execbuffer.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/drm2/i915/i915_gem_execbuffer.c
==============================================================================
--- stable/9/sys/dev/drm2/i915/i915_gem_execbuffer.c	Mon Jun 11 21:43:17 2012	(r236932)
+++ stable/9/sys/dev/drm2/i915/i915_gem_execbuffer.c	Mon Jun 11 21:44:24 2012	(r236933)
@@ -1090,7 +1090,7 @@ DRM_DEBUG("batchbuffer does not end by M
 	pmap_unmapdev((vm_offset_t)mkva, 2 * PAGE_SIZE);
 }
 
-int i915_fix_mi_batchbuffer_end = 1;
+int i915_fix_mi_batchbuffer_end = 0;
 
  static int
 i915_reset_gen7_sol_offsets(struct drm_device *dev,


More information about the svn-src-stable mailing list