]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove i915_gem_object_ggtt_unbind
authorMatthew Auld <matthew.auld@intel.com>
Thu, 28 Apr 2016 11:24:51 +0000 (12:24 +0100)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Wed, 4 May 2016 10:10:10 +0000 (13:10 +0300)
commit2e8adbd4afb8d3db6f97d75ae9df5eca1e5afbc1
treebaf23a2c8d88de50cc486fc90be01b7e5c2d621c
parentf4bd23d538e615bae649194bf76337efe284b861
drm/i915: remove i915_gem_object_ggtt_unbind

Only has one user and is nothing more than a shim on top of
i915_vma_unbind, so let's just get rid of it.

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Suggested-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1461842691-27575-1-git-send-email-matthew.auld@intel.com
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_tiling.c