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)
commite67b8ce1b59006ba41245838db60b6fcda365ba8
treeea28aac9dc6468cf3fe2d76d045ce86c0a4baa97
parent4960aaca14010b9ff92e5726dd178cbd6805d412
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>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c