[igt-dev] [PATCH i-g-t v11 0/3] Remove global igt_global_mmio

Daniel Mrzyglod daniel.t.mrzyglod at intel.com
Wed Aug 28 18:12:30 UTC 2019


*** BLURB HERE ***

Daniel Mrzyglod (2):
  lib/intel_mmio: add funtions for read/write register funtions
  lib/intel_mmio: add additional api for multiple devices

Michał Winiarski (1):
  lib/igt_device: add igt_device_get_pci_addr by fd

 benchmarks/gem_latency.c      |   3 +-
 benchmarks/gem_wsim.c         |   3 +-
 lib/igt_device.c              | 124 +++++++++++++++++++++++++
 lib/igt_device.h              |   1 +
 lib/intel_io.h                | 114 +++++++++++++++--------
 lib/intel_iosf.c              |  74 ++++++++-------
 lib/intel_mmio.c              | 165 +++++++++++++++++-----------------
 tests/i915/gem_exec_latency.c |   4 +-
 tests/i915/gem_exec_parse.c   |  13 +--
 tests/i915/gem_workarounds.c  |   3 +-
 tests/i915/i915_pm_lpsp.c     |   6 +-
 tools/intel_audio_dump.c      |   6 +-
 tools/intel_backlight.c       |   3 +-
 tools/intel_display_poller.c  |   5 +-
 tools/intel_forcewaked.c      |  15 ++--
 tools/intel_gpu_time.c        |   3 +-
 tools/intel_infoframes.c      |   5 +-
 tools/intel_l3_parity.c       |  11 +--
 tools/intel_lid.c             |   3 +-
 tools/intel_panel_fitter.c    |   5 +-
 tools/intel_perf_counters.c   |  10 ++-
 tools/intel_reg.c             |  23 ++---
 tools/intel_reg_checker.c     |   3 +-
 tools/intel_watermark.c       |  42 +++++----
 24 files changed, 424 insertions(+), 220 deletions(-)

-- 
2.21.0



More information about the igt-dev mailing list