diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2017-09-18 13:21:24 +0200 |
---|---|---|
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2017-09-18 20:46:36 +0200 |
commit | 22ea4f3528efaa0523d1643264372d0bdfbd49bd (patch) | |
tree | 342644de88d803cb215527f76c10ab52074fb21b /drivers/gpu/drm/i915/Makefile | |
parent | drm/i915/perf: disable clk ratio reports on gen9 (diff) | |
download | linux-22ea4f3528efaa0523d1643264372d0bdfbd49bd.tar.xz linux-22ea4f3528efaa0523d1643264372d0bdfbd49bd.zip |
drm/i915/perf: add support for Coffeelake GT2
Add the test configuration & timestamp frequency for Coffeelake 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/20170918112124.29541-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 1cb8059a3a16..5182e3d5557d 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -139,7 +139,8 @@ i915-y += i915_perf.o \ i915_oa_bxt.o \ i915_oa_kblgt2.o \ i915_oa_kblgt3.o \ - i915_oa_glk.o + i915_oa_glk.o \ + i915_oa_cflgt2.o ifeq ($(CONFIG_DRM_I915_GVT),y) i915-y += intel_gvt.o |