commit | e67b8ce1b59006ba41245838db60b6fcda365ba8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Sep 14 16:50:26 2009 +0100 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Sep 17 14:43:29 2009 -0700 |
tree | ea28aac9dc6468cf3fe2d76d045ce86c0a4baa97 | |
parent | 4960aaca14010b9ff92e5726dd178cbd6805d412 [diff] |
drm/i915: Remove stored gtt_alignment There is no need to store the gtt_alignment as it is either explicitly set according to the hardware requirements (e.g. scanout) or the minimum alignment is computed on demand. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>