https://github.com/torvalds/linux
Revision 655efd3dc92cd0d37292157178d33deb0430aeaa authored by Jerome Glisse on 02 February 2010, 10:51:45 UTC, committed by Dave Airlie on 05 February 2010, 01:49:52 UTC
In suspend path we unmap the GART table while in cleaning up
path we will unbind buffer and thus try to write to unmapped
GART leading to oops. In order to avoid this we don't call the
suspend path in cleanup path. Cleanup path is clever enough
to desactive GPU like the suspend path is doing, thus this was
redondant.

Tested on: RV370, R420, RV515, RV570, RV610, RV770 (all PCIE)

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent 94cf643
History
Tip revision: 655efd3dc92cd0d37292157178d33deb0430aeaa authored by Jerome Glisse on 02 February 2010, 10:51:45 UTC
drm/radeon/kms: don't call suspend path before cleaning up GPU
Tip revision: 655efd3
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-- 958 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-- 156.1 KB
Makefile -rw-r--r-- 53.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top