git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a46f310
)
i915/gtt: fix ordering causing DMAR errors on object teardown.
author
Dave Airlie
<airlied@gmail.com>
Wed, 12 Jan 2011 01:39:48 +0000
(11:39 +1000)
committer
Dave Airlie
<airlied@gmail.com>
Wed, 12 Jan 2011 01:39:48 +0000
(11:39 +1000)
Previous to the last GTT rework we always rewrote the GTT then unmapped the
object, somehow this got reversed in the rework in 2.6.37-rc5 timeframe.
This fix needs to go to stable in an alternate form since the code changed.
This fixes DMAR reports on my Ironlake HP2540p.
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found