commit | 13f1bfd3b3329b19950f95964580a84795ce7be9 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 28 10:20:34 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 28 11:08:02 2019 +0000 |
tree | d83dc5c9149e02d0cdcb13526493af68ec20c07f | |
parent | 32eb6bcfdda9dad240cf6a22fda2b3418b1a1b8e [diff] |
drm/i915: Make object/vma allocation caches global As our allocations are not device specific, we can move our slab caches to a global scope. 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/20190228102035.5857-2-chris@chris-wilson.co.uk