commit | 568d9a8f6d4bf81e0672c74573dc02981d31e3ea | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Mar 12 16:27:11 2009 -0700 |
committer | Eric Anholt <eric@anholt.net> | Fri Mar 27 14:45:10 2009 -0700 |
tree | 44e4c3df0898c4a19426d10399d7d14890dc607d | |
parent | be0ea69674ed95e1e98cb3687a241badc756d228 [diff] |
drm/i915: Change DCC tiling detection case to cover only mobile parts. 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>