[Intel-gfx] [PATCH i-g-t 3/3] tests: Introduce kms_nuclear (v2)

2015-01-26 Thread Matt Roper
A very simple testcase to exercise nuclear pageflip. We'll definitely want to expand upon this in the future, but this is a good starting point to sanity check nuclear pageflip support. v2: - Add IGT_TEST_DESCRIPTION() (Thomas Wood) - Don't use fixture-generated pipe number for main loop since

Re: [Intel-gfx] [PATCH i-g-t 3/3] tests: Introduce kms_nuclear

2015-01-20 Thread Thomas Wood
On 20 January 2015 at 04:05, Matt Roper wrote: > A very simple testcase to exercise nuclear pageflip. We'll definitely > want to expand upon this in the future, but this is a good starting > point to sanity check nuclear pageflip support. Just a few comments from an i-g-t perspective: could you

[Intel-gfx] [PATCH i-g-t 3/3] tests: Introduce kms_nuclear

2015-01-19 Thread Matt Roper
A very simple testcase to exercise nuclear pageflip. We'll definitely want to expand upon this in the future, but this is a good starting point to sanity check nuclear pageflip support. Signed-off-by: Matt Roper --- tests/Makefile.sources | 1 + tests/kms_nuclear.c| 318 ++