KMEM_CACHE
dev_priv->objects = KMEM_CACHE(drm_i915_gem_object, SLAB_HWCACHE_ALIGN);
dev_priv->vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN);
dev_priv->luts = KMEM_CACHE(i915_lut_handle, 0);
dev_priv->requests = KMEM_CACHE(i915_request,
dev_priv->dependencies = KMEM_CACHE(i915_dependency,
dev_priv->priorities = KMEM_CACHE(i915_priolist, SLAB_HWCACHE_ALIGN);