[igt-dev] [PATCH i-g-t 0/3] intel: per context powergating tests & benchmark
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Wed Apr 25 11:48:25 UTC 2018
Hi all,
Here is a test for a corresponding i915 series to enable per context
powergating.
This includes a tests for the i915 driver and a benchmark to measure
the impact of changing this configuration.
Cheers,
Lionel Landwerlin (3):
headers: bump
tests: add slice power programming test
benchmark: add gem_exec_delay
benchmarks/Makefile.sources | 1 +
benchmarks/gem_exec_delay.c | 513 +++++++++++++++++++++++++++++++++
benchmarks/meson.build | 1 +
include/drm-uapi/amdgpu_drm.h | 3 +
include/drm-uapi/drm_mode.h | 9 +-
include/drm-uapi/etnaviv_drm.h | 6 +
include/drm-uapi/i915_drm.h | 28 ++
include/drm-uapi/msm_drm.h | 2 +
include/drm-uapi/virtgpu_drm.h | 1 +
tests/Makefile.sources | 1 +
tests/gem_ctx_rpcs.c | 468 ++++++++++++++++++++++++++++++
tests/meson.build | 1 +
12 files changed, 1031 insertions(+), 3 deletions(-)
create mode 100644 benchmarks/gem_exec_delay.c
create mode 100644 tests/gem_ctx_rpcs.c
--
2.17.0
More information about the igt-dev
mailing list