https://github.com/torvalds/linux
Revision 0e7ddf7eeeef5aea85412120539ab5369577faeb authored by Eric Anholt on 04 June 2009, 11:18:14 UTC, committed by Eric Anholt on 04 June 2009, 11:43:09 UTC
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: Eric Anholt <eric@anholt.net>
1 parent 9fa7eb2
History
Tip revision: 0e7ddf7eeeef5aea85412120539ab5369577faeb authored by Eric Anholt on 04 June 2009, 11:18:14 UTC
drm/i915: Remove a bad BUG_ON in the fence management code.
Tip revision: 0e7ddf7
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 885 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.6 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 144.8 KB
Makefile -rw-r--r-- 53.8 KB
README -rw-r--r-- 16.7 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top