[igt-dev] [PATCH i-g-t v6 0/2] intel: per context powergating tests & benchmark

Lionel Landwerlin lionel.g.landwerlin at intel.com
Fri May 25 15:26:38 UTC 2018


Hi,

Updating following Chris' request to drop the drm_intel APIs. Also
dropping a silly test that Kelvin pointed out.

Thanks all for your reviews,

Lionel Landwerlin (2):
  headers: bump
  tests: add slice power programming test

 include/drm-uapi/amdgpu_drm.h  |  23 +
 include/drm-uapi/drm.h         |   7 +
 include/drm-uapi/drm_mode.h    |  22 +-
 include/drm-uapi/etnaviv_drm.h |   6 +
 include/drm-uapi/exynos_drm.h  | 240 +++++++++
 include/drm-uapi/i915_drm.h    |  43 ++
 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 +
 tests/Makefile.sources         |   1 +
 tests/gem_ctx_param.c          |   4 +-
 tests/gem_ctx_sseu.c           | 881 +++++++++++++++++++++++++++++++++
 tests/meson.build              |   1 +
 14 files changed, 1719 insertions(+), 17 deletions(-)
 create mode 100644 tests/gem_ctx_sseu.c

--
2.17.0


More information about the igt-dev mailing list