Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b87297fb authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* '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.
parents b63254c7 0e7ddf7e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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.