drm/i915: Remove stored gtt_alignment
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_drv.h
index a9c6715..0721469 100644 (file)
@@ -510,10 +510,7 @@ struct drm_i915_gem_object {
         * This is the same as gtt_space->start
         */
        uint32_t gtt_offset;
-       /**
-        * Required alignment for the object
-        */
-       uint32_t gtt_alignment;
+
        /**
         * Fake offset for use by mmap(2)
         */