All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/6] Test for shared reset domain
@ 2022-04-21 14:52 priyanka.dandamudi
  2022-04-21 14:52 ` [igt-dev] [PATCH i-g-t 1/6] lib/i915/i915_drm_local : Add DRM_I915_QUERY_DISTANCE_INFO query priyanka.dandamudi
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: priyanka.dandamudi @ 2022-04-21 14:52 UTC (permalink / raw)
  To: priyanka.dandamudi, petri.latvala, ashutosh.dixit,
	umesh.nerlige.ramappa, arjun.melkaveri, krishnaiah.bommu,
	igt-dev

From: Priyanka Dandamudi <priyanka.dandamudi@intel.com>

Add test for shared reset domain and lib functions to support it.

Ashutosh Dixit (1):
  lib/intel_ctx: Create intel_ctx with physical engines in a single gt

Chris Wilson (1):
  lib/i915/gem_engine_topology: Add helper to list engines

Marcin Bernatowicz (1):
  lib/sysfs: helper for number of gts

Priyanka Dandamudi (2):
  lib/i915/i915_drm_local : Add DRM_I915_QUERY_DISTANCE_INFO query
  tests/gem_reset_stats: Test for shared reset domain

Umesh Nerlige Ramappa (1):
  lib/igt_sysfs: Add helpers to iterate over GTs

 lib/i915/gem_engine_topology.c | 118 +++++++++++++++++++++---
 lib/i915/gem_engine_topology.h |   8 ++
 lib/i915/i915_drm_local.h      |  23 +++++
 lib/igt_sysfs.c                |  92 +++++++++++++++++++
 lib/igt_sysfs.h                |  14 +++
 lib/intel_ctx.c                |  41 +++++++++
 lib/intel_ctx.h                |   2 +
 tests/i915/gem_reset_stats.c   | 162 +++++++++++++++++++++++++++++++++
 8 files changed, 447 insertions(+), 13 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-04-26 16:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 14:52 [igt-dev] [PATCH i-g-t 0/6] Test for shared reset domain priyanka.dandamudi
2022-04-21 14:52 ` [igt-dev] [PATCH i-g-t 1/6] lib/i915/i915_drm_local : Add DRM_I915_QUERY_DISTANCE_INFO query priyanka.dandamudi
2022-04-21 16:34   ` Matt Roper
2022-04-21 16:41     ` Dixit, Ashutosh
2022-04-21 14:52 ` [igt-dev] [PATCH i-g-t 2/6] lib/igt_sysfs: Add helpers to iterate over GTs priyanka.dandamudi
2022-04-22  5:45   ` Dixit, Ashutosh
2022-04-22  5:58     ` Dixit, Ashutosh
2022-04-25 20:07     ` Umesh Nerlige Ramappa
2022-04-25 23:13       ` Dixit, Ashutosh
2022-04-21 14:52 ` [igt-dev] [PATCH i-g-t 3/6] lib/sysfs: helper for number of gts priyanka.dandamudi
2022-04-26  8:33   ` Kamil Konieczny
2022-04-26 15:33     ` Dandamudi, Priyanka
2022-04-26 16:02       ` Dandamudi, Priyanka
2022-04-21 14:52 ` [igt-dev] [PATCH i-g-t 4/6] lib/i915/gem_engine_topology: Add helper to list engines priyanka.dandamudi
2022-04-21 14:52 ` [igt-dev] [PATCH i-g-t 5/6] lib/intel_ctx: Create intel_ctx with physical engines in a single gt priyanka.dandamudi
2022-04-21 14:52 ` [igt-dev] [PATCH i-g-t 6/6] tests/gem_reset_stats: Test for shared reset domain priyanka.dandamudi
2022-04-21 21:14   ` Umesh Nerlige Ramappa
2022-04-21 16:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-04-21 21:26 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-22  5:06 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2022-04-22  5:36 ` Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.