Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"
This reverts commit eb1711b. It blows up the i915 seqno tracking, resulting in the BUG_ON(seqno == 0); in i915_wait_request() triggering, which will cause lock-ups. See for example https://bugs.launchpad.net/ubuntu/+source/linux/+bug/903010 https://lkml.org/lkml/2011/12/14/395 Reported-requested-and-tested-by: Dirk Hohndel <[email protected]> Reported-by: Richard Eames <[email protected]> Reported-by: Rocko Requin <[email protected]> Acked-by: Daniel Vetter <[email protected]> Cc: Dave Airlie <[email protected]> Cc: Chris Wilson <[email protected]> Cc: Keith Packard <[email protected]> Cc: Eric Anholt <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information