From: Lyude <lyude@redhat.com>
To: igt-dev@lists.freedesktop.org
Cc: nouveau@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 0/4] Add nouveau-crc tests
Date: Tue, 17 Mar 2020 21:00:43 -0400 [thread overview]
Message-ID: <20200318010047.237024-1-lyude@redhat.com> (raw)
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.
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
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2020-03-18 1:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-18 1:00 Lyude [this message]
2020-03-18 1:00 ` [igt-dev] [PATCH i-g-t 1/4] lib/igt_core: Add igt_require_fd() Lyude
2020-03-18 8:12 ` Petri Latvala
2020-03-18 1:00 ` [igt-dev] [PATCH i-g-t 2/4] lib/igt_debugfs: Add igt_debugfs_pipe_dir() Lyude
2020-03-18 1:00 ` [igt-dev] [PATCH i-g-t 3/4] lib/igt_kms: Hook up connector dithering prop Lyude
2020-03-18 1:00 ` [igt-dev] [PATCH i-g-t 4/4] tests: Add nouveau-crc tests Lyude
2020-03-18 8:19 ` Petri Latvala
2020-03-18 1:47 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2020-03-18 2:05 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2020-03-18 8:32 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200318010047.237024-1-lyude@redhat.com \
--to=lyude@redhat.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=nouveau@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox