commit | 5d7f965e5675ae0cbec5fe56af79da9039f723ed | [log] [tgz] |
---|---|---|
author | Matthew Auld <matthew.auld@intel.com> | Thu Sep 05 10:29:21 2019 +0300 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Sep 09 10:58:20 2019 +0100 |
tree | 91240eb7012b11f842443d104cc04a50943611a3 | |
parent | 42014f69bb235f1123a6f8befb58b3e350a6f180 [diff] |
drm/i915/buddy: add missing call to i915_global_register We are meant to register the kmem cache at init, such the supplied exit and shrink hooks can be called. Signed-off-by: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20190905072921.7979-1-matthew.auld@intel.com