public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2 0/5] Add nouveau-crc tests
@ 2020-04-17 19:49 Lyude
  2020-04-17 19:49 ` [igt-dev] [PATCH i-g-t v2 1/5] lib/igt_core: Fix igt_assert_fd() documentation Lyude
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Lyude @ 2020-04-17 19:49 UTC (permalink / raw)
  To: igt-dev

From: Lyude Paul <lyude@redhat.com>

Nouveau has finally gotten CRC support, hooray! Well, it's under review
at least:

https://patchwork.freedesktop.org/series/74804/
(it has a cover letter, but nouveau's mailing list configuration has
blocked the email so I'm waiting for a moderator to fix that)

So, this series adds the relevant tests for it since nvidia's CRC
implementation has some rather interesting design choices that needed to
be worked around.

Changes since v1:
* fix documentation errors Petri pointed out
* Fix documentation for igt_require_fd()
* Fix copyright year in tests/nouveau_crc.c

Lyude Paul (5):
  lib/igt_core: Fix igt_assert_fd() documentation
  lib/igt_core: Add igt_require_fd()
  lib/igt_debugfs: Add igt_debugfs_pipe_dir()
  lib/igt_kms: Hook up connector dithering prop
  tests: Add nouveau-crc tests

 lib/drmtest.c       |  10 ++
 lib/drmtest.h       |   2 +
 lib/igt_core.h      |  16 +-
 lib/igt_debugfs.c   |  29 ++++
 lib/igt_debugfs.h   |   1 +
 lib/igt_kms.c       |   6 +
 lib/igt_kms.h       |   1 +
 tests/meson.build   |   1 +
 tests/nouveau_crc.c | 396 ++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 460 insertions(+), 2 deletions(-)
 create mode 100644 tests/nouveau_crc.c

-- 
2.25.1

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

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

end of thread, other threads:[~2020-04-19  8:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 19:49 [igt-dev] [PATCH i-g-t v2 0/5] Add nouveau-crc tests Lyude
2020-04-17 19:49 ` [igt-dev] [PATCH i-g-t v2 1/5] lib/igt_core: Fix igt_assert_fd() documentation Lyude
2020-04-17 19:49 ` [igt-dev] [PATCH i-g-t v2 2/5] lib/igt_core: Add igt_require_fd() Lyude
2020-04-17 19:49 ` [igt-dev] [PATCH i-g-t v2 3/5] lib/igt_debugfs: Add igt_debugfs_pipe_dir() Lyude
2020-04-17 19:49 ` [igt-dev] [PATCH i-g-t v2 4/5] lib/igt_kms: Hook up connector dithering prop Lyude
2020-04-17 19:49 ` [igt-dev] [PATCH i-g-t v2 5/5] tests: Add nouveau-crc tests Lyude
2020-04-17 20:10 ` [igt-dev] ✗ GitLab.Pipeline: warning for Add nouveau-crc tests (rev2) Patchwork
2020-04-17 20:28 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2020-04-19  8:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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