]> git.ipfire.org Git - people/ms/linux.git/commit
drm/i915: Remove resv from i915_vma
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 17 Nov 2021 14:20:23 +0000 (14:20 +0000)
committerMatthew Auld <matthew.auld@intel.com>
Fri, 19 Nov 2021 17:38:03 +0000 (17:38 +0000)
commit95c3d2758002d588d321ad231c04c6f7adbc4838
tree90682e45e0d198fb1c9e15ccfd5fd3256e8c89ec
parente6e1a304d759580d2dc0736d439b56e9866cf598
drm/i915: Remove resv from i915_vma

It's just an alias to vma->obj->base.resv, no need to duplicate it.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211117142024.1043017-5-matthew.auld@intel.com
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
drivers/gpu/drm/i915/i915_vma.c
drivers/gpu/drm/i915/i915_vma.h
drivers/gpu/drm/i915/i915_vma_types.h