aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index a9c671529885..07214694b14f 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -510,10 +510,7 @@ struct drm_i915_gem_object {
510 * This is the same as gtt_space->start 510 * This is the same as gtt_space->start
511 */ 511 */
512 uint32_t gtt_offset; 512 uint32_t gtt_offset;
513 /** 513
514 * Required alignment for the object
515 */
516 uint32_t gtt_alignment;
517 /** 514 /**
518 * Fake offset for use by mmap(2) 515 * Fake offset for use by mmap(2)
519 */ 516 */