Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 i-g-t 0/6] benchmarks/gem_wsim: Extend engine selection syntax
@ 2024-07-29 17:52 Marcin Bernatowicz
  2024-07-29 17:52 ` [PATCH v3 i-g-t 1/6] benchmarks/gem_wsim: Introduce intel_engines structure Marcin Bernatowicz
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Marcin Bernatowicz @ 2024-07-29 17:52 UTC (permalink / raw)
  To: igt-dev; +Cc: tursulin, kamil.konieczny, lukasz.laguna

Introduces significant changes to the engine selection syntax:
- Dynamically generates the list of available physical engines.
- Identifies engines using [class:instance:gt] tuples.
- Allows specifying engine instance and gt as 
  `engine_class[<engine_instance>-<gt_id>]`.
- Adds support for compute engine class (CCS).
- Maintains 1-based engine instance ids for compatibility 
  with existing workload definitions.
- Enhances `w_step` with `engine_idx`
  and `request_idx` for throttling functionality
  (both populated during prepare workload phase).

Adds command line option (-l) to list physical engines.

v2: Split into multiple patches for easier review (Tvrtko)
v3: Rebase patchseries (Kamil)
    Corrected indentation, unbalanced braces, multiple assignments.

Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

Marcin Bernatowicz (6):
  benchmarks/gem_wsim: Introduce intel_engines structure
  benchmarks/gem_wsim: Unify bond handling
  benchmarks/gem_wsim: Introduce engine_idx to streamline engine
    selection
  benchmarks/gem_wsim: Update request_idx in prepare phase
  benchmarks/gem_wsim: Extend engine selection syntax
  benchmarks/gem_wsim: Option to list physical engines

 benchmarks/gem_wsim.c | 840 +++++++++++++++++++++++-------------------
 1 file changed, 454 insertions(+), 386 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2024-07-31 15:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 17:52 [PATCH v3 i-g-t 0/6] benchmarks/gem_wsim: Extend engine selection syntax Marcin Bernatowicz
2024-07-29 17:52 ` [PATCH v3 i-g-t 1/6] benchmarks/gem_wsim: Introduce intel_engines structure Marcin Bernatowicz
2024-07-31 14:53   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 2/6] benchmarks/gem_wsim: Unify bond handling Marcin Bernatowicz
2024-07-31 14:56   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 3/6] benchmarks/gem_wsim: Introduce engine_idx to streamline engine selection Marcin Bernatowicz
2024-07-31 14:57   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 4/6] benchmarks/gem_wsim: Update request_idx in prepare phase Marcin Bernatowicz
2024-07-31 14:59   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 5/6] benchmarks/gem_wsim: Extend engine selection syntax Marcin Bernatowicz
2024-07-31 15:00   ` Kamil Konieczny
2024-07-29 17:52 ` [PATCH v3 i-g-t 6/6] benchmarks/gem_wsim: Option to list physical engines Marcin Bernatowicz
2024-07-31 15:02   ` Kamil Konieczny
2024-07-29 19:40 ` ✓ CI.xeBAT: success for benchmarks/gem_wsim: Extend engine selection syntax (rev3) Patchwork
2024-07-29 19:59 ` ✓ Fi.CI.BAT: " Patchwork
2024-07-30  0:13 ` ✗ CI.xeFULL: failure " Patchwork
2024-07-31 11:40   ` Kamil Konieczny
2024-07-30 12:06 ` ✗ Fi.CI.IGT: " Patchwork
2024-07-31 11:45   ` Kamil Konieczny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox