drm/i915: Remove defunct i915->vm_list
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 5 Jul 2018 06:56:51 +0000 (07:56 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 5 Jul 2018 10:19:22 +0000 (11:19 +0100)
commitcef08fdc743c4211aeba69dd23408093d59da241
treeaabf8de4fba2037699e7369a00ea134cd4cbc0b0
parent63fd659fb1a52262a37293a9a034a912a2406b26
drm/i915: Remove defunct i915->vm_list

No longer used and can be removed. One less global that currently
demands struct_mutex protection.

References: e9e7dc4144cd ("drm/i915/gtt: Make gen6 page directories evictable")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180705065653.20449-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_gem_gtt.h
drivers/gpu/drm/i915/selftests/mock_gtt.c