drm/i915: Remove PIN_UPDATE for i915_vma_pin
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 May 2020 14:49:49 +0000 (15:49 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 May 2020 16:33:51 +0000 (17:33 +0100)
commitaedbe0a1af585edc91221890f3a2a9ea2a319336
tree491bb8e9651859653a58b89dd526f61fcf3c9261
parent32a4605b38c30689a6a18f3f4c7d3133ac9d3277
drm/i915: Remove PIN_UPDATE for i915_vma_pin

As we no longer use PIN_UPDATE (since commit 7d0aa0db4375 ("drm/i915/gem:
Unbind all current vma on changing cache-level")) we can remove
PIN_UPDATE itself. The benefit is just in simplifing the vma bind.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200521144949.25357-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/selftests/huge_pages.c
drivers/gpu/drm/i915/i915_gem_gtt.h
drivers/gpu/drm/i915/i915_vma.c