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

Jeremy Cline jcline at redhat.com
Tue Nov 17 20:02:05 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).

Changes from v2:

* Use if statements rather than breaking out differences into subtests

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

 tests/kms_addfb_basic.c | 48 ++++++++++++++++++++++++++++++++---------
 1 file changed, 38 insertions(+), 10 deletions(-)

-- 
2.28.0



More information about the igt-dev mailing list