drm/i915: Change DCC tiling detection case to cover only mobile parts.
commit06016ed06d6a4b5a5abee57addf91fab7cf821ab
authorEric Anholt <eric@anholt.net>
Tue, 7 Apr 2009 02:40:12 +0000 (6 19:40 -0700)
committerChris Wright <chrisw@sous-sol.org>
Mon, 27 Apr 2009 17:36:52 +0000 (27 10:36 -0700)
tree6d49d6f43984d245623d25d90686b935ef521103
parent538c7aac35f4282d7674c473f099b323b1e020dd
drm/i915: Change DCC tiling detection case to cover only mobile parts.

upstream commit: 568d9a8f6d4bf81e0672c74573dc02981d31e3ea

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>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/gpu/drm/i915/i915_gem_tiling.c