]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae502f6f38ecc9329bcdf709cea8b343011a5bf2
tree491bb8e9651859653a58b89dd526f61fcf3c9261
parent495180cb47b18c7958944d78ba512dbff3fff3d1
drm/i915: Remove PIN_UPDATE for i915_vma_pin

As we no longer use PIN_UPDATE (since commit 63d9209544dd ("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