Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/3] tests/gem_exec_alignment.c: Update subtests
@ 2020-03-19  7:38 Dominik Grzegorzek
  2020-03-19  7:38 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_exec_alignment.c: Timeout alarm wrappers Dominik Grzegorzek
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Dominik Grzegorzek @ 2020-03-19  7:38 UTC (permalink / raw)
  To: igt-dev

Changes modify many subtest, and implement priority inversion test
case. Splited into three patches due to code sections shared between 
pi and many subtest. "PATCH i-g-t 1/3 tests/gem_exec_alignment.c: Timeout
alarm wrappers" has no sense without at least one of next patches.

Dominik Grzegorzek (3):
  tests/gem_exec_alignment.c: Timeout alarm wrappers
  tests/gem_exec_alignment.c: Update subtest many
  tests/gem_exec_alignment.c: Add priority inversion

Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>

 tests/i915/gem_exec_alignment.c | 299 +++++++++++++++++++++++++++++---
 1 file changed, 275 insertions(+), 24 deletions(-)

-- 
2.20.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 0/3] tests/gem_exec_alignment.c: Update subtests
@ 2020-03-16 12:03 Dominik Grzegorzek
  2020-03-16 12:03 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_exec_alignment.c: Timeout alarm wrappers Dominik Grzegorzek
  0 siblings, 1 reply; 9+ messages in thread
From: Dominik Grzegorzek @ 2020-03-16 12:03 UTC (permalink / raw)
  To: igt-dev

Changes modify many subtest, and implement priority inversion test
case. Splited into three patches due to code sections shared between 
pi and many subtest. "PATCH i-g-t 1/3 tests/gem_exec_alignment.c: Timeout
alarm wrappers" has no sense without at least one of next patches.

Dominik Grzegorzek (3):
  tests/gem_exec_alignment.c: Timeout alarm wrappers
  tests/gem_exec_alignment.c: Update subtest many
  tests/gem_exec_alignment.c: Add priority inversion

Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>

 tests/i915/gem_exec_alignment.c | 299 +++++++++++++++++++++++++++++---
 1 file changed, 275 insertions(+), 24 deletions(-)

-- 
2.20.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 0/3] tests/gem_exec_alignment.c: Update subtests
@ 2020-03-12  9:09 Dominik Grzegorzek
  2020-03-12  9:09 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_exec_alignment.c: Timeout alarm wrappers Dominik Grzegorzek
  0 siblings, 1 reply; 9+ messages in thread
From: Dominik Grzegorzek @ 2020-03-12  9:09 UTC (permalink / raw)
  To: igt-dev

Changes modify many subtest, and implement priority inversion test
case. Splited into three patches due to code sections shared between 
pi and many subtest. "PATCH i-g-t 1/3 tests/gem_exec_alignment.c: Timeout
alarm wrappers" has no sense without at least one of next patches. 

Dominik Grzegorzek (3):
  tests/gem_exec_alignment.c: Timeout alarm wrappers
  tests/gem_exec_alignment.c: Update subtest many
  tests/gem_exec_alignment.c: Add priority inversion test

 tests/i915/gem_exec_alignment.c | 283 +++++++++++++++++++++++++++++---
 1 file changed, 260 insertions(+), 23 deletions(-)

-- 
2.20.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:[~2020-03-19  9:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-19  7:38 [igt-dev] [PATCH i-g-t 0/3] tests/gem_exec_alignment.c: Update subtests Dominik Grzegorzek
2020-03-19  7:38 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_exec_alignment.c: Timeout alarm wrappers Dominik Grzegorzek
2020-03-19  7:38 ` [igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_alignment.c: Update subtest many Dominik Grzegorzek
2020-03-19  7:38 ` [igt-dev] [PATCH i-g-t 3/3] tests/gem_exec_alignment.c: Add priority inversion Dominik Grzegorzek
2020-03-19  8:10 ` [igt-dev] ✗ GitLab.Pipeline: failure for tests/gem_exec_alignment.c: Update subtests (rev3) Patchwork
2020-03-19  8:23 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2020-03-19  9:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2020-03-16 12:03 [igt-dev] [PATCH i-g-t 0/3] tests/gem_exec_alignment.c: Update subtests Dominik Grzegorzek
2020-03-16 12:03 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_exec_alignment.c: Timeout alarm wrappers Dominik Grzegorzek
2020-03-12  9:09 [igt-dev] [PATCH i-g-t 0/3] tests/gem_exec_alignment.c: Update subtests Dominik Grzegorzek
2020-03-12  9:09 ` [igt-dev] [PATCH i-g-t 1/3] tests/gem_exec_alignment.c: Timeout alarm wrappers Dominik Grzegorzek

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