public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/3] IGT support for nuclear pageflip
@ 2015-01-20  4:05 Matt Roper
  2015-01-20  4:05 ` [PATCH i-g-t 1/3] lib/kms: Let display commits wait for keypress while debugging Matt Roper
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Matt Roper @ 2015-01-20  4:05 UTC (permalink / raw)
  To: intel-gfx

These patches add support for nuclear pageflip to the IGT testsuite to help
exercise the kernel patches just posted.

Note that nuclear pageflip (and eventually full atomic modeset) support
requires a very new libdrm that hasn't yet gone upstream; you can find a copy
in Rob Clark's repo here:
        https://github.com/robclark/libdrm.git atomic

All of the nuclear/atomic code is contained inside #ifdef blocks managed by
autoconf, so everything should continue to work properly if you build/run
against an older libdrm that does not have atomic support.

The actual kms_nuclear test added here is a quick copy/paste of parts of the
universal_plane test; it's enough to exercise the nuclear interface and sanity
test that things are hooked up, but it will definitely need to be signficantly
extended to try out all of the corner cases before I'd really consider it
"done."

Matt Roper (3):
  lib/kms: Let display commits wait for keypress while debugging
  lib/kms: Add nuclear pageflip commit style
  tests: Introduce kms_nuclear

 configure.ac           |   3 +
 lib/igt_kms.c          | 170 ++++++++++++++++++++++++--
 lib/igt_kms.h          |  19 ++-
 tests/Makefile.sources |   1 +
 tests/kms_nuclear.c    | 318 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 501 insertions(+), 10 deletions(-)
 create mode 100644 tests/kms_nuclear.c

-- 
1.8.5.1

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

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

end of thread, other threads:[~2015-03-17 11:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20  4:05 [PATCH i-g-t 0/3] IGT support for nuclear pageflip Matt Roper
2015-01-20  4:05 ` [PATCH i-g-t 1/3] lib/kms: Let display commits wait for keypress while debugging Matt Roper
2015-01-20  4:05 ` [PATCH i-g-t 2/3] lib/kms: Add nuclear pageflip commit style Matt Roper
2015-03-17 11:53   ` Ander Conselvan De Oliveira
2015-01-20  4:05 ` [PATCH i-g-t 3/3] tests: Introduce kms_nuclear Matt Roper
2015-01-20 18:17   ` Thomas Wood
2015-01-26 17:14     ` [PATCH i-g-t 3/3] tests: Introduce kms_nuclear (v2) Matt Roper

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