summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.h
diff options
context:
space:
mode:
authorChris Wilson2017-06-16 14:35:08 +0200
committerChris Wilson2017-06-16 15:32:12 +0200
commitb8e5d2ef19c1b5f2528d09859d5cebed1f870da3 (patch)
treefa77faa8e17c6ba97ccfdea1fbbc641e35326293 /drivers/gpu/drm/i915/i915_vma.h
parentdrm/i915: Actually attach the tv_format property to the SDVO connector (diff)
downloadkernel-qcow2-linux-b8e5d2ef19c1b5f2528d09859d5cebed1f870da3.tar.gz
kernel-qcow2-linux-b8e5d2ef19c1b5f2528d09859d5cebed1f870da3.tar.xz
kernel-qcow2-linux-b8e5d2ef19c1b5f2528d09859d5cebed1f870da3.zip
drm/i915: Make i915_vma_destroy() static
i915_vma_destroy() is now not used outside of i915_vma.c so we can remove the export and make the function static. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170616123508.12673-1-chris@chris-wilson.co.uk Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_vma.h')
-rw-r--r--drivers/gpu/drm/i915/i915_vma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_vma.h b/drivers/gpu/drm/i915/i915_vma.h
index 4d827300d1a8..11ce83a8adf0 100644
--- a/drivers/gpu/drm/i915/i915_vma.h
+++ b/drivers/gpu/drm/i915/i915_vma.h
@@ -236,7 +236,6 @@ bool i915_vma_misplaced(const struct i915_vma *vma,
void __i915_vma_set_map_and_fenceable(struct i915_vma *vma);
int __must_check i915_vma_unbind(struct i915_vma *vma);
void i915_vma_close(struct i915_vma *vma);
-void i915_vma_destroy(struct i915_vma *vma);
int __i915_vma_do_pin(struct i915_vma *vma,
u64 size, u64 alignment, u64 flags);