commit | a9abea97856b47bb9a85d60b34461444cb9a2d1e | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 12 10:43:23 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 12 12:22:30 2019 +0100 |
tree | 6fb37ebd040dd703361ed97a13a27d1e7bdb3c90 | |
parent | 57a7e30546b2f8de4925406ff55eef11da05615b [diff] |
drm/i915/gtt: Reorder gen8 ppgtt free/clear/alloc In preparation for refactoring the free/clear/alloc, first move the code around so that we can avoid forward declarations in the next set of patches. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190712094327.24437-2-chris@chris-wilson.co.uk