Skip to content
Commit 0e7ddf7e authored by Eric Anholt's avatar Eric Anholt
Browse files

drm/i915: Remove a bad BUG_ON in the fence management code.



This could be triggered by a gtt mapping fault on 965 that decides to
remove the fence from another object that happens to be active currently.
Since the other object doesn't rely on the fence reg for its execution, we
don't wait for it to finish.  We'll soon be not waiting on 915 most of the
time as well, so just drop the BUG_ON.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 9fa7eb28
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment