[igt-dev] [PATCH i-g-t 0/2] tests/kms_addfb_basic: Nouveau support

Jeremy Cline jcline at redhat.com
Fri Nov 13 16:49:38 UTC 2020


Hi folks,

I've been going through IGT's existing tests and seeing what they
uncover when pointed at nouveau. The kms_addfb_basic tests appear to be
largely vendor-agnostic, but there's a few simple cases that need fixing
for the test suite to pass with Nouveau.

The two issues are that there are a few tests that are specifically for
Intel GPUs, and there's some minor error code differences between i915
and nouveau (which both seem to be okay based on the API docs I could
find).

I considered breaking out the vendor-specific tests into a separate
file, but decided to start with a less-invasive change first and see
what people think.

Jeremy Cline (2):
  tests/kms_addfb_basic: Mark Intel-only tests as such
  tests/kms_addfb_basic: Relax errno assertions

 tests/kms_addfb_basic.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

-- 
2.28.0



More information about the igt-dev mailing list