diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2017-11-10 22:08:43 +0300 |
---|---|---|
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2017-11-13 18:59:24 +0300 |
commit | 95690a02fb5d963e62aa16c3796af3dde01f63c9 (patch) | |
tree | baf03acb27169dc38463185003ff8012db1328bc /drivers/gpu/drm/i915/Makefile | |
parent | 5888576b0b5fedaaee278879b98b66c21984c4e6 (diff) | |
download | linux-95690a02fb5d963e62aa16c3796af3dde01f63c9.tar.xz |
drm/i915/perf: enable perf support on CNL
This adds new registers to the whitelist to configs emitted from userspace.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171110190845.32574-6-lionel.g.landwerlin@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r-- | drivers/gpu/drm/i915/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index 3c419455b0af..f7afd44214b5 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -163,7 +163,8 @@ i915-y += i915_perf.o \ i915_oa_kblgt3.o \ i915_oa_glk.o \ i915_oa_cflgt2.o \ - i915_oa_cflgt3.o + i915_oa_cflgt3.o \ + i915_oa_cnl.o ifeq ($(CONFIG_DRM_I915_GVT),y) i915-y += intel_gvt.o |