Skip to content

Commit

Permalink
drm/i915/perf: add GLK support
Browse files Browse the repository at this point in the history
Add OA support for Geminilake (pretty much identical to Broxton), and
also add the associated OA configurations.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Link: http://patchwork.freedesktop.org/patch/msgid/20170613112309.4088-2-lionel.g.landwerlin@intel.com
  • Loading branch information
Lionel Landwerlin authored and Ben Widawsky committed Jun 14, 2017
1 parent 6c5c1d8 commit 28c7ef9
Show file tree
Hide file tree
Showing 4 changed files with 2,659 additions and 3 deletions.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/i915/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ i915-y += i915_perf.o \
i915_oa_sklgt4.o \
i915_oa_bxt.o \
i915_oa_kblgt2.o \
i915_oa_kblgt3.o
i915_oa_kblgt3.o \
i915_oa_glk.o

ifeq ($(CONFIG_DRM_I915_GVT),y)
i915-y += intel_gvt.o
Expand Down
Loading

0 comments on commit 28c7ef9

Please sign in to comment.