commit | 3f85fb3462dc1c87a9353eb38714468d46248b2e | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Dec 22 08:36:37 2016 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 28 13:30:24 2016 +0100 |
tree | 0b992d89057a98e2c10452db13f4ad439bb8f074 | |
parent | 3fa489dabea9a1cb0656e2da90354f7c4e53f890 [diff] |
drm: Wrap drm_mm_node.hole_follows Insulate users from changes to the internal hole tracking within struct drm_mm_node by using an accessor for hole_follows. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> [danvet: resolve conflicts in i915_vma.c] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>