mbox series

[0/3] drm/i915/perf: add OA interrupt support

Message ID 20200319225203.29679-1-umesh.nerlige.ramappa@intel.com (mailing list archive)
Headers show
Series drm/i915/perf: add OA interrupt support | expand

Message

Umesh Nerlige Ramappa March 19, 2020, 10:52 p.m. UTC
Hi all,

This is a revival of an earlier patch series submitted by Lionel
Landwerlin - https://patchwork.freedesktop.org/series/54280/

The patches enable interrupt support for the perf OA unit in
i915, further details can be found in the orignal series linked
above.

v2: (Umesh)
- This series will split into 2. This revision will only support the addition of
  poll delay parameter to perf OA. If needed a future revision will incorporate
  interrupt support.

Regards,
Umesh


Lionel Landwerlin (3):
  drm/i915/perf: rework aging tail workaround
  drm/i915/perf: move pollin setup to non hw specific code
  drm/i915/perf: add new open param to configure polling of OA buffer

 drivers/gpu/drm/i915/i915_perf.c       | 243 +++++++++++--------------
 drivers/gpu/drm/i915/i915_perf_types.h |  35 ++--
 include/uapi/drm/i915_drm.h            |  13 ++
 3 files changed, 143 insertions(+), 148 deletions(-)