https://github.com/torvalds/linux
Revision 156dadc180a1bd3a25d644ee6c361afc465ccd0e authored by Chris Wilson on 15 August 2010, 09:52:34 UTC, committed by Eric Anholt on 22 August 2010, 06:21:13 UTC
We now attempt to free "active" objects following a GPU hang as either
the GPU will be reset or the hang is permenant. In either case, the GPU
writes will not be flushed to main memory and it should be safe to
return that memory back to the system.

The BUG_ON(active) is thus overkill and can erroneously fire after a
EIO.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
1 parent 90eb77b
History
Tip revision: 156dadc180a1bd3a25d644ee6c361afc465ccd0e authored by Chris Wilson on 15 August 2010, 09:52:34 UTC
drm/i915: Remove the conflicting BUG_ON()
Tip revision: 156dadc
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 171.3 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top