Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] drm/i915/perf: Add OA buffer size uAPI parameter
@ 2018-10-15 15:59 Lionel Landwerlin
  2018-10-15 15:59 ` [PATCH v3 1/4] drm/i915/perf: update generated files headers Lionel Landwerlin
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Lionel Landwerlin @ 2018-10-15 15:59 UTC (permalink / raw)
  To: intel-gfx

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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-10-22  9:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-15 15:59 [PATCH v3 0/4] drm/i915/perf: Add OA buffer size uAPI parameter Lionel Landwerlin
2018-10-15 15:59 ` [PATCH v3 1/4] drm/i915/perf: update generated files headers Lionel Landwerlin
2018-10-15 18:47   ` Lucas De Marchi
2018-10-15 15:59 ` [PATCH v3 2/4] drm/i915/perf: remove redundant oa buffer initialization Lionel Landwerlin
2018-10-15 18:48   ` Lucas De Marchi
2018-10-15 15:59 ` [PATCH v3 3/4] drm/i915/perf: pass stream to vfuncs when possible Lionel Landwerlin
2018-10-15 15:59 ` [PATCH v3 4/4] drm/i915/perf: add a parameter to control the size of OA buffer Lionel Landwerlin
2018-10-22  9:06   ` Matthew Auld
2018-10-15 17:11 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: Add OA buffer size uAPI parameter (rev3) Patchwork
2018-10-15 17:13 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-10-15 17:41 ` ✓ Fi.CI.BAT: success " Patchwork
2018-10-15 22:53 ` ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox