[igt-dev] [PATCH i-g-t 0/4] tests/perf: add support for new oa buffer size parameter

Lionel Landwerlin lionel.g.landwerlin at intel.com
Wed Oct 10 16:57:43 UTC 2018


Hi all,

This series add tests for the new OA buffer size parameter on the i915
perf stream open ioctl.

Cheers,

Lionel Landwerlin (4):
  include: bump drm uAPI headers
  tests/perf: buffer-fill: drop load helper usage
  tests/perf: rename MAX_OA_BUFFER_SIZE
  tests/perf: add new tests for configurable OA buffer size

 include/drm-uapi/amdgpu_drm.h  |  52 +++-
 include/drm-uapi/drm.h         |  16 ++
 include/drm-uapi/drm_fourcc.h  | 215 ++++++++++++++
 include/drm-uapi/drm_mode.h    |  26 +-
 include/drm-uapi/etnaviv_drm.h |   6 +
 include/drm-uapi/exynos_drm.h  | 240 ++++++++++++++++
 include/drm-uapi/i915_drm.h    |  56 ++++
 include/drm-uapi/msm_drm.h     |   2 +
 include/drm-uapi/tegra_drm.h   | 492 ++++++++++++++++++++++++++++++++-
 include/drm-uapi/vc4_drm.h     |  13 +-
 include/drm-uapi/virtgpu_drm.h |   1 +
 include/drm-uapi/vmwgfx_drm.h  | 166 ++++++++---
 tests/perf.c                   | 126 +++++++--
 13 files changed, 1336 insertions(+), 75 deletions(-)

--
2.19.1


More information about the igt-dev mailing list