drm/i915: Change DCC tiling detection case to cover only mobile parts.
authorEric Anholt <eric@anholt.net>
Thu, 12 Mar 2009 23:27:11 +0000 (16:27 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Mar 2009 21:45:10 +0000 (14:45 -0700)
Later spec investigation has revealed that every 9xx mobile part has
had this register in this format.  Also, no non-mobile parts have been shown
to have this register.  So make all mobile use the same code, and all
non-mobile use the hack 965 detection.

Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found