drm/i915: Set up an MTRR covering the GTT at driver load.
authorEric Anholt <eric@anholt.net>
Fri, 23 Jan 2009 20:57:47 +0000 (12:57 -0800)
committerDave Airlie <airlied@linux.ie>
Sun, 8 Feb 2009 11:37:50 +0000 (21:37 +1000)
We'd love to just be using PAT, but even on chips with PAT it gets disabled
sometimes due to an errata.  It would probably be better to have pat_enabled
exported and only bother with this when !pat_enabled.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>

No differences found