summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_oa_cflgt2.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/i915: ensure oa config uuid is null terminatedLionel Landwerlin2017-11-021-2/+2
| | | | | | | | | | | | | Because dev_priv is 0-ed it's not currently an issue, but since we have dev_priv->perf.oa.test_config.uuid size at uuid + 1, we could just copy the null character. v2: Use strlcpy instead of strncpy (Chris) Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20171102121827.436-1-lionel.g.landwerlin@intel.com
* drm/i915/perf: add support for Coffeelake GT2Lionel Landwerlin2017-09-181-0/+109
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
OpenPOWER on IntegriCloud