All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v7 0/5] Keep tests working without relocations
@ 2021-07-07 11:26 Andrzej Turko
  2021-07-07 11:26 ` [igt-dev] [PATCH i-g-t 1/5] tests/i915/gem_exec_store: Support gens " Andrzej Turko
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Andrzej Turko @ 2021-07-07 11:26 UTC (permalink / raw)
  To: igt-dev

With relocations disabled for newer generations
the addresses of buffer objects in memory need
to be known in advance and, hence, assigned in
userspace.
If relocations are not supported, the tests now
use the intel allocator to find offsets and
update the contents of batches correspondingly.

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


Andrzej Turko (5):
  tests/i915/gem_exec_store: Support gens without relocations
  tests/i915/gem_exec_gttfill: Require relocation support
  tests/i915/gem_exec_capture: Support gens without relocations
  tests/i915/gem_softpin: Exercise eviction with softpinning
  tests/i915/gem_exec_big: Require relocation support

 tests/i915/gem_exec_big.c     |   1 +
 tests/i915/gem_exec_capture.c | 133 ++++++++++++++++-----
 tests/i915/gem_exec_gttfill.c |   1 +
 tests/i915/gem_exec_store.c   | 142 +++++++++++++++++-----
 tests/i915/gem_softpin.c      | 215 ++++++++++++++++++++++++++++++++++
 5 files changed, 431 insertions(+), 61 deletions(-)

-- 
2.25.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [igt-dev] [PATCH i-g-t v5 0/5] Keep tests working without relocations
@ 2021-07-05 14:11 Andrzej Turko
  2021-07-05 14:11 ` [igt-dev] [PATCH i-g-t 2/5] tests/i915/gem_exec_gttfill: Require relocation support Andrzej Turko
  0 siblings, 1 reply; 9+ messages in thread
From: Andrzej Turko @ 2021-07-05 14:11 UTC (permalink / raw)
  To: igt-dev

With relocations disabled for newer generations
the addresses of buffer objects in memory need
to be known in advance and, hence, assigned in
userspace.
If relocations are not supported, the tests now
use the intel allocator to find offsets and
update the contents of batches correspondingly.

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


Andrzej Turko (5):
  tests/i915/gem_exec_store: Support gens without relocations
  tests/i915/gem_exec_gttfill: Require relocation support
  tests/i915/gem_exec_capture: Support gens without relocations
  tests/i915/gem_softpin: Exercise eviction with softpinning
  tests/i915/gem_exec_big: Require relocation support

 tests/i915/gem_exec_big.c     |   1 +
 tests/i915/gem_exec_capture.c | 213 ++++++++++++++++++++++++---------
 tests/i915/gem_exec_gttfill.c |   1 +
 tests/i915/gem_exec_store.c   | 194 ++++++++++++++++++++++--------
 tests/i915/gem_softpin.c      | 215 ++++++++++++++++++++++++++++++++++
 5 files changed, 520 insertions(+), 104 deletions(-)

-- 
2.25.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2021-07-07 15:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 11:26 [igt-dev] [PATCH i-g-t v7 0/5] Keep tests working without relocations Andrzej Turko
2021-07-07 11:26 ` [igt-dev] [PATCH i-g-t 1/5] tests/i915/gem_exec_store: Support gens " Andrzej Turko
2021-07-07 11:26 ` [igt-dev] [PATCH i-g-t 2/5] tests/i915/gem_exec_gttfill: Require relocation support Andrzej Turko
2021-07-07 11:26 ` [igt-dev] [PATCH i-g-t 3/5] tests/i915/gem_exec_capture: Support gens without relocations Andrzej Turko
2021-07-07 11:26 ` [igt-dev] [PATCH i-g-t 4/5] tests/i915/gem_softpin: Exercise eviction with softpinning Andrzej Turko
2021-07-07 11:26 ` [igt-dev] [PATCH i-g-t 5/5] tests/i915/gem_exec_big: Require relocation support Andrzej Turko
2021-07-07 13:24 ` [igt-dev] ✓ Fi.CI.BAT: success for Keep tests working without relocations (rev7) Patchwork
2021-07-07 15:35 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2021-07-05 14:11 [igt-dev] [PATCH i-g-t v5 0/5] Keep tests working without relocations Andrzej Turko
2021-07-05 14:11 ` [igt-dev] [PATCH i-g-t 2/5] tests/i915/gem_exec_gttfill: Require relocation support Andrzej Turko

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.