]> git.baikalelectronics.ru Git - kernel.git/commit
i915/gtt: fix ordering issues with status setup and DMAR
authorDave Airlie <airlied@gmail.com>
Wed, 12 Jan 2011 01:38:37 +0000 (11:38 +1000)
committerDave Airlie <airlied@gmail.com>
Wed, 12 Jan 2011 01:38:37 +0000 (11:38 +1000)
commite294b52117a4ecb3917dc66ca7a7182d3ca71ac5
tree49d7731e7c1250f28a44aa8d3e62c43292e4bef3
parent57d209acd8a20f4b11931976577b649314921c0a
i915/gtt: fix ordering issues with status setup and DMAR

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>
drivers/char/agp/intel-gtt.c