commit | 2d2430cf9bf9e8b0ad9ea34a103625f4fe7e4477 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Aug 29 17:35:30 2010 +0200 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 08 21:20:18 2010 +0100 |
tree | 2beac383272109a7db261b88fd3de664f4b5348b | |
parent | 73800422a30e9b8b6e0e49c27af9e9d196e52fd9 [diff] |
intel-gtt: consolidate i9xx setup The only difference between i915 and i965 was the calculation of the gtt address. So merge these two paths into one. Otherwise the same changes as in the i830 setup consolidation. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>