[igt-dev] [PATCH i-g-t 0/4] Add nouveau-crc tests
Lyude
lyude at redhat.com
Wed Mar 18 01:00:43 UTC 2020
From: Lyude Paul <lyude at 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.
Lyude Paul (4):
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 | 12 ++
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, 458 insertions(+)
create mode 100644 tests/nouveau_crc.c
--
2.24.1
More information about the igt-dev
mailing list