[Intel-gfx] [PATCH v2 0/3] drm/i915: add perf support for Coffeelake
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Tue Aug 29 17:46:44 UTC 2017
Upon Chris' comment, fill the intel_device_info.gt field for SNB & IVB
as well.
Cheers,
Lionel Landwerlin (3):
drm/i915: add GT number to intel_device_info
drm/i915: rework IS_*_GT* macros
drm/i915/perf: add support for Coffeelake GT2
drivers/gpu/drm/i915/Makefile | 3 +-
drivers/gpu/drm/i915/i915_drv.h | 22 ++--
drivers/gpu/drm/i915/i915_oa_cflgt2.c | 109 +++++++++++++++++++
drivers/gpu/drm/i915/i915_oa_cflgt2.h | 34 ++++++
drivers/gpu/drm/i915/i915_pci.c | 193 ++++++++++++++++++++++++++--------
drivers/gpu/drm/i915/i915_perf.c | 5 +
include/drm/i915_pciids.h | 138 ++++++++++++++----------
7 files changed, 392 insertions(+), 112 deletions(-)
create mode 100644 drivers/gpu/drm/i915/i915_oa_cflgt2.c
create mode 100644 drivers/gpu/drm/i915/i915_oa_cflgt2.h
--
2.14.1
More information about the Intel-gfx
mailing list