Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v1 0/4] drmtest changes for filtering GPUs on multi-gpu
@ 2023-11-02 12:10 Kamil Konieczny
  2023-11-02 12:10 ` [igt-dev] [PATCH i-g-t v1 1/4] lib/drmtest: add multi-GPU helpers for filtered devices Kamil Konieczny
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Kamil Konieczny @ 2023-11-02 12:10 UTC (permalink / raw)
  To: igt-dev

Here is a proposed solution for multi-GPU testing with the help
of new drmtest functions. It will work with and without filters,
also when first card is non-Intel one with no render device.

sudo build/tests/xe_create --r multigpu-create-massive-size

sudo IGT_DEVICE=pci:vendor=Intel,device=discrete,card=all build/tests/xe_create --r multigpu-create-massive-size

IGT-Version: 1.28-g24b5fbcb5 (x86_64) (Linux: 6.6.0-rc3-xe-public-37b2d042c23a+ x86_64)
Opened device: /dev/dri/card1
Starting subtest: multigpu-create-massive-size
<g:0> Opened device: /dev/dri/card1
<g:1> Opened device: /dev/dri/card2
<g:2> Opened device: /dev/dri/card3
Subtest multigpu-create-massive-size: SUCCESS (0.202s)

Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>


Kamil Konieczny (4):
  lib/drmtest: add multi-GPU helpers for filtered devices
  tests/intel/xe_create: add multi-GPU basic test
  lib/drmtest: create helper for dropping logged opened paths
  tests/intel/xe_create: print first opened card

 lib/drmtest.c           | 126 +++++++++++++++++++++++++++++++++++++++-
 lib/drmtest.h           |   5 ++
 tests/intel/xe_create.c |  27 +++++++++
 3 files changed, 155 insertions(+), 3 deletions(-)

-- 
2.42.0

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

end of thread, other threads:[~2023-11-03 10:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 12:10 [igt-dev] [PATCH i-g-t v1 0/4] drmtest changes for filtering GPUs on multi-gpu Kamil Konieczny
2023-11-02 12:10 ` [igt-dev] [PATCH i-g-t v1 1/4] lib/drmtest: add multi-GPU helpers for filtered devices Kamil Konieczny
2023-11-02 19:52   ` Zbigniew Kempczyński
2023-11-03  9:58     ` Kamil Konieczny
2023-11-02 12:10 ` [igt-dev] [PATCH i-g-t v1 2/4] tests/intel/xe_create: add multi-GPU basic test Kamil Konieczny
2023-11-02 12:10 ` [igt-dev] [PATCH i-g-t v1 3/4] lib/drmtest: create helper for dropping logged opened paths Kamil Konieczny
2023-11-02 19:55   ` Zbigniew Kempczyński
2023-11-02 12:10 ` [igt-dev] [PATCH i-g-t v1 4/4] tests/intel/xe_create: print first opened card Kamil Konieczny
2023-11-02 19:57   ` Zbigniew Kempczyński
2023-11-02 15:14 ` [igt-dev] ✓ Fi.CI.BAT: success for drmtest changes for filtering GPUs on multi-gpu Patchwork
2023-11-02 16:06 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-11-03 10:14 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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