[Intel-gfx] [PATCH v3 0/4] drm/i915/perf: Add OA buffer size uAPI parameter

Lionel Landwerlin lionel.g.landwerlin at intel.com
Mon Oct 15 15:59:55 UTC 2018


Hi all,

Chris recommended we stick on what the HW can do with regard to the
buffer size parameter. This is reflected in the update of patch 4.

Added patch 1 which was requested for newer test config files by
Lucas. I figured we could update the existing files too.

Cheers,

Lionel Landwerlin (4):
  drm/i915/perf: update generated files headers
  drm/i915/perf: remove redundant oa buffer initialization
  drm/i915/perf: pass stream to vfuncs when possible
  drm/i915/perf: add a parameter to control the size of OA buffer

 drivers/gpu/drm/i915/i915_drv.h       |  25 +----
 drivers/gpu/drm/i915/i915_oa_bdw.c    |  27 +----
 drivers/gpu/drm/i915/i915_oa_bdw.h    |  27 +----
 drivers/gpu/drm/i915/i915_oa_bxt.c    |  27 +----
 drivers/gpu/drm/i915/i915_oa_bxt.h    |  27 +----
 drivers/gpu/drm/i915/i915_oa_cflgt2.c |  27 +----
 drivers/gpu/drm/i915/i915_oa_cflgt2.h |  27 +----
 drivers/gpu/drm/i915/i915_oa_cflgt3.c |  27 +----
 drivers/gpu/drm/i915/i915_oa_cflgt3.h |  27 +----
 drivers/gpu/drm/i915/i915_oa_chv.c    |  27 +----
 drivers/gpu/drm/i915/i915_oa_chv.h    |  27 +----
 drivers/gpu/drm/i915/i915_oa_cnl.c    |  27 +----
 drivers/gpu/drm/i915/i915_oa_cnl.h    |  27 +----
 drivers/gpu/drm/i915/i915_oa_glk.c    |  27 +----
 drivers/gpu/drm/i915/i915_oa_glk.h    |  27 +----
 drivers/gpu/drm/i915/i915_oa_hsw.c    |  27 +----
 drivers/gpu/drm/i915/i915_oa_hsw.h    |  27 +----
 drivers/gpu/drm/i915/i915_oa_icl.c    |  27 +----
 drivers/gpu/drm/i915/i915_oa_icl.h    |  27 +----
 drivers/gpu/drm/i915/i915_oa_kblgt2.c |  27 +----
 drivers/gpu/drm/i915/i915_oa_kblgt2.h |  27 +----
 drivers/gpu/drm/i915/i915_oa_kblgt3.c |  27 +----
 drivers/gpu/drm/i915/i915_oa_kblgt3.h |  27 +----
 drivers/gpu/drm/i915/i915_oa_sklgt2.c |  27 +----
 drivers/gpu/drm/i915/i915_oa_sklgt2.h |  27 +----
 drivers/gpu/drm/i915/i915_oa_sklgt3.c |  27 +----
 drivers/gpu/drm/i915/i915_oa_sklgt3.h |  27 +----
 drivers/gpu/drm/i915/i915_oa_sklgt4.c |  27 +----
 drivers/gpu/drm/i915/i915_oa_sklgt4.h |  27 +----
 drivers/gpu/drm/i915/i915_perf.c      | 141 ++++++++++++++++----------
 drivers/gpu/drm/i915/i915_reg.h       |   2 +
 include/uapi/drm/i915_drm.h           |   7 ++
 32 files changed, 215 insertions(+), 716 deletions(-)

--
2.19.1


More information about the Intel-gfx mailing list