Explorar o código

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel:
  drm/i915: Remove a bad BUG_ON in the fence management code.
Linus Torvalds %!s(int64=16) %!d(string=hai) anos
pai
achega
b87297fb40
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      drivers/gpu/drm/i915/i915_gem.c

+ 0 - 3
drivers/gpu/drm/i915/i915_gem.c

@@ -2260,9 +2260,6 @@ try_again:
 			goto try_again;
 		}
 
-		BUG_ON(old_obj_priv->active ||
-		       (reg->obj->write_domain & I915_GEM_GPU_DOMAINS));
-
 		/*
 		 * Zap this virtual mapping so we can set up a fence again
 		 * for this object next time we need it.