All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/2] tests/kms_addfb_basic: Nouveau support
@ 2020-11-13 16:49 Jeremy Cline
  2020-11-13 16:49 ` [igt-dev] [PATCH i-g-t 1/2] tests/kms_addfb_basic: Mark Intel-only tests as such Jeremy Cline
                   ` (4 more replies)
  0 siblings, 5 replies; 25+ messages in thread
From: Jeremy Cline @ 2020-11-13 16:49 UTC (permalink / raw)
  To: IGT GPU Tools

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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2020-11-19  1:39 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 16:49 [igt-dev] [PATCH i-g-t 0/2] tests/kms_addfb_basic: Nouveau support Jeremy Cline
2020-11-13 16:49 ` [igt-dev] [PATCH i-g-t 1/2] tests/kms_addfb_basic: Mark Intel-only tests as such Jeremy Cline
2020-11-13 19:00   ` Lyude Paul
2020-11-13 16:49 ` [igt-dev] [PATCH i-g-t 2/2] tests/kms_addfb_basic: Relax errno assertions Jeremy Cline
2020-11-13 18:59   ` Lyude Paul
2020-11-13 21:41     ` Jeremy Cline
2020-11-16 11:14       ` Petri Latvala
2020-11-13 20:27 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_addfb_basic: Nouveau support Patchwork
2020-11-14  0:30 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-11-16 22:18 ` [igt-dev] [PATCH i-g-t v2 0/2] " Jeremy Cline
2020-11-16 22:18   ` [igt-dev] [PATCH i-g-t v2 1/2] tests/kms_addfb_basic: Mark Intel-only tests as such Jeremy Cline
2020-11-16 22:18   ` [igt-dev] [PATCH i-g-t v2 2/2] tests/kms_addfb_basic: add vendor-specific errno assertions Jeremy Cline
2020-11-17  7:31     ` Petri Latvala
2020-11-17 20:02   ` [igt-dev] [PATCH i-g-t v3 0/2] tests/kms_addfb_basic: Nouveau support Jeremy Cline
2020-11-17 20:02     ` [igt-dev] [PATCH i-g-t v3 1/2] tests/kms_addfb_basic: Mark Intel-only tests as such Jeremy Cline
2020-11-17 20:02     ` [igt-dev] [PATCH i-g-t v3 2/2] tests/kms_addfb_basic: add vendor-specific errno assertions Jeremy Cline
2020-11-18  9:12       ` Petri Latvala
2020-11-18 15:23     ` [igt-dev] [PATCH i-g-t v4 0/2] tests/kms_addfb_basic: Nouveau support Jeremy Cline
2020-11-18 15:23       ` [igt-dev] [PATCH i-g-t v4 1/2] tests/kms_addfb_basic: Mark Intel-only tests as such Jeremy Cline
2020-11-18 15:23       ` [igt-dev] [PATCH i-g-t v4 2/2] tests/kms_addfb_basic: add vendor-specific errno assertions Jeremy Cline
2020-11-18 21:23         ` Lyude Paul
2020-11-18 17:00     ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v4,1/2] tests/kms_addfb_basic: Mark Intel-only tests as such Patchwork
2020-11-19  1:39     ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2020-11-17 21:02   ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v3,1/2] " Patchwork
2020-11-18  1:14   ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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.