drm/i915: Don't do MTRR setup if PAT is enabled
authorAdam Jackson <ajax@redhat.com>
Wed, 14 Mar 2012 15:22:11 +0000 (11:22 -0400)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 18 Mar 2012 17:48:10 +0000 (18:48 +0100)
Some newer BIOSes are shipping with all MTRRs already populated.  These
BIOSes are all on machines with sufficiently new CPUs that the
referenced errata doesn't apply anyway, so just don't try to claim the
MTRR.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=41648
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found