diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2017-11-10 22:08:40 +0300 |
---|---|---|
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2017-11-13 18:59:03 +0300 |
commit | 4407eaa9b0ccbc55408884475301f02280aec402 (patch) | |
tree | ff39ca4bb96a956921b6088c3dc5e37c2a5cbffe /drivers/gpu/drm/i915/Makefile | |
parent | a54b19f17746b9574c30acb8cefca75ed5de0f9f (diff) | |
download | linux-4407eaa9b0ccbc55408884475301f02280aec402.tar.xz |
drm/i915/perf: add support for Coffeelake GT3
We can enable GT3 as well as GT2.
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-3-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 1bbc5440db40..3c419455b0af 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -162,7 +162,8 @@ i915-y += i915_perf.o \ i915_oa_kblgt2.o \ i915_oa_kblgt3.o \ i915_oa_glk.o \ - i915_oa_cflgt2.o + i915_oa_cflgt2.o \ + i915_oa_cflgt3.o ifeq ($(CONFIG_DRM_I915_GVT),y) i915-y += intel_gvt.o |