All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/5] igt/kms: Make fence waiting explicit.
@ 2017-07-06  7:11 Maarten Lankhorst
  2017-07-06  7:11 ` [PATCH i-g-t 1/5] tests/kms_atomic_transition: Add test for plane completion ordering Maarten Lankhorst
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Maarten Lankhorst @ 2017-07-06  7:11 UTC (permalink / raw)
  To: intel-gfx; +Cc: gustavo.padovan

I wanted to make kms_atomic_transition pass, but the nonblocking modeset
fencing tests were bogus.

This series changes the semantics for fencing slightly. It only keeps the out fences
in pipe_obj->out_fence_fd, it's up to the test to decide what to do with it, which
is probably just waiting on the fd or checking if it completed.

Maarten Lankhorst (5):
  tests/kms_atomic_transition: Add test for plane completion ordering.
  lib/kms: Handle fence interaction correctly WRT TEST_ONLY.
  tests/kms_atomic_transition: Only request fence on enabled pipes
  tests/kms_atomic_transition: Do not clear in-fences after atomic
    commit.
  igt/kms: Do not wait for fence completion during commit

 lib/igt_kms.c                 | 41 ++++++++----------
 tests/kms_atomic_transition.c | 99 +++++++++++++++++++++++++++++++++----------
 2 files changed, 95 insertions(+), 45 deletions(-)

-- 
2.11.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-07-10  7:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06  7:11 [PATCH i-g-t 0/5] igt/kms: Make fence waiting explicit Maarten Lankhorst
2017-07-06  7:11 ` [PATCH i-g-t 1/5] tests/kms_atomic_transition: Add test for plane completion ordering Maarten Lankhorst
2017-07-06  7:11 ` [PATCH i-g-t 2/5] lib/kms: Handle fence interaction correctly WRT TEST_ONLY Maarten Lankhorst
2017-07-06  7:11 ` [PATCH i-g-t 3/5] tests/kms_atomic_transition: Only request fence on enabled pipes Maarten Lankhorst
2017-07-06  7:11 ` [PATCH i-g-t 4/5] tests/kms_atomic_transition: Do not clear in-fences after atomic commit Maarten Lankhorst
2017-07-06  7:11 ` [PATCH i-g-t 5/5] igt/kms: Do not wait for fence completion during commit Maarten Lankhorst
2017-07-07  0:15 ` [PATCH i-g-t 0/5] igt/kms: Make fence waiting explicit Gustavo Padovan
2017-07-10  7:06   ` Maarten Lankhorst

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.