drm/i915/gtt: Tear down setup and cleanup macros for page dma
authorMika Kuoppala <mika.kuoppala@linux.intel.com>
Fri, 5 Jul 2019 21:52:02 +0000 (22:52 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 6 Jul 2019 09:20:40 +0000 (10:20 +0100)
commit72230b874a2071593e9f493bee072e41cc734646
treebdb6f54505ced29c16ec2903edaed14b3032db9b
parentf20f272f104f224010b955c2c49b0dcb4ca02e4f
drm/i915/gtt: Tear down setup and cleanup macros for page dma

We don't use common codepaths to setup and cleanup page
directories vs page tables. So their setup and cleanup macros
are of no use and can be removed.

Signed-off-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190705215204.4559-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_gtt.c