drm/i915: Remove stored gtt_alignment
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 14 Sep 2009 15:50:26 +0000 (16:50 +0100)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 17 Sep 2009 21:43:29 +0000 (14:43 -0700)
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>

No differences found