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:
784fe39
)
i915/gtt: fix ordering issues with status setup and DMAR
author
Dave Airlie
<airlied@gmail.com>
Wed, 12 Jan 2011 01:38:37 +0000
(11:38 +1000)
committer
Dave Airlie
<airlied@gmail.com>
Wed, 12 Jan 2011 01:38:37 +0000
(11:38 +1000)
This code was setting up the status page before setting the DMAR-is-on-bit,
so we were getting DMAR errors on the status page. Reverse the two bits
of init code to the correct result.
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found