All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/2] Keep tests working without relocations
@ 2021-05-12  5:38 Andrzej Turko
  0 siblings, 0 replies; 4+ messages in thread
From: Andrzej Turko @ 2021-05-12  5:38 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 (2):
  tests/i915/gem_exec_gttfill: Support gens without relocations
  tests/i915/gem_exec_store: Support gens without relocations

 tests/i915/gem_exec_gttfill.c |  75 +++++++++++--
 tests/i915/gem_exec_store.c   | 194 +++++++++++++++++++++++++---------
 2 files changed, 209 insertions(+), 60 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] 4+ messages in thread

* [igt-dev] [PATCH i-g-t 0/2] Keep tests working without relocations
@ 2021-08-10 19:14 Andrzej Turko
  0 siblings, 0 replies; 4+ messages in thread
From: Andrzej Turko @ 2021-08-10 19:14 UTC (permalink / raw)
  To: igt-dev; +Cc: Andrzej Turko, Zbigniew Kempczyński

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 (2):
  tests/gem_exec_store: Support gens without relocations
  tests/gem_softpin: Exercise eviction with softpinning

 tests/i915/gem_exec_store.c | 134 ++++++++++++++++++-----
 tests/i915/gem_softpin.c    | 212 +++++++++++++++++++++++++++++++++++-
 2 files changed, 317 insertions(+), 29 deletions(-)

-- 
2.25.1

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

* [igt-dev] [PATCH i-g-t 0/2] Keep tests working without relocations
@ 2021-08-09 13:20 Andrzej Turko
  0 siblings, 0 replies; 4+ messages in thread
From: Andrzej Turko @ 2021-08-09 13:20 UTC (permalink / raw)
  To: igt-dev; +Cc: Andrzej Turko, Zbigniew Kempczyński

Avoid using relocations on generations
which do not support it.

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

Andrzej Turko (2):
  tests/i915/gem_streaming_writes: Support gens without relocations
  HAX: Add the tests to fast feedback

 tests/i915/gem_streaming_writes.c     | 109 ++++++++-------
 tests/intel-ci/fast-feedback.testlist | 185 ++------------------------
 2 files changed, 75 insertions(+), 219 deletions(-)

-- 
2.25.1

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

* [igt-dev] [PATCH i-g-t 0/2] Keep tests working without relocations
@ 2021-05-13  5:09 Andrzej Turko
  0 siblings, 0 replies; 4+ messages in thread
From: Andrzej Turko @ 2021-05-13  5:09 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 (2):
  tests/i915/gem_exec_gttfill: Support gens without relocations
  tests/i915/gem_exec_store: Support gens without relocations

 tests/i915/gem_exec_gttfill.c |  75 +++++++++++--
 tests/i915/gem_exec_store.c   | 194 +++++++++++++++++++++++++---------
 2 files changed, 209 insertions(+), 60 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] 4+ messages in thread

end of thread, other threads:[~2021-08-10 19:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12  5:38 [igt-dev] [PATCH i-g-t 0/2] Keep tests working without relocations Andrzej Turko
2021-05-13  5:09 Andrzej Turko
2021-08-09 13:20 Andrzej Turko
2021-08-10 19:14 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.