search for: nouveau_crc

Displaying 10 results from an estimated 10 matches for "nouveau_crc".

Did you mean: nouveau_crtc
2020 Sep 30
9
[PATCH i-g-t v5 0/5] Add nouveau-crc tests
...ts: Add nouveau-crc tests .gitlab-ci.yml | 2 +- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + lib/igt_core.h | 16 +- lib/igt_debugfs.c | 21 +++ lib/igt_debugfs.h | 1 + lib/igt_kms.c | 5 + lib/igt_kms.h | 1 + tests/meson.build | 1 + tests/nouveau_crc.c | 414 ++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 470 insertions(+), 3 deletions(-) create mode 100644 tests/nouveau_crc.c -- 2.26.2
2020 Mar 18
6
[PATCH i-g-t 0/4] Add nouveau-crc tests
...onnector 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
2020 Apr 17
10
[PATCH i-g-t v3 0/5] Add nouveau-crc tests
...nvidia's CRC implementation has some rather interesting design choices that needed to be worked around. Changes since v2: * Fix build errors on mips/arm/aarch64 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...
2020 Apr 17
0
[PATCH i-g-t v3 5/5] tests: Add nouveau-crc tests
...context flip threshold, we also add one test to ensure that any flip thresholds we set are cleared after a single CRC capture (ctx-flip-threshold-reset-after-capture). In addition, we also add some simple tests to test Nvidia-specific CRC sources. Changes since v2: * Fix missing include in tests/nouveau_crc.c, this should fix builds for aarch64 Changes since v1: * Fix copyright year in nouveau_crc.c Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + tests/meson.build | 1 + tests/nouveau_crc.c | 397 +++++++++++++++++++++++++++++...
2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
...also add some simple tests to test Nvidia-specific CRC sources. Changes since v3: * Update .gitlab-ci.yml to make nouveau exempt from the test-list-diff test, since all the cool kids are doing it and we don't care about autotools for nouveau Changes since v2: * Fix missing include in tests/nouveau_crc.c, this should fix builds for aarch64 Changes since v1: * Fix copyright year in nouveau_crc.c Signed-off-by: Lyude Paul <lyude at redhat.com> --- .gitlab-ci.yml | 2 +- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + tests/meson.build | 1 + tests/nouveau_crc.c | 397...
2020 Sep 30
0
[PATCH i-g-t v5 5/5] tests: Add nouveau-crc tests
...ored by the driver * s/(create|destroy)_colors()/\1_crc_colors/g Changes since v3: * Update .gitlab-ci.yml to make nouveau exempt from the test-list-diff test, since all the cool kids are doing it and we don't care about autotools for nouveau Changes since v2: * Fix missing include in tests/nouveau_crc.c, this should fix builds for aarch64 Changes since v1: * Fix copyright year in nouveau_crc.c Signed-off-by: Lyude Paul <lyude at redhat.com> --- .gitlab-ci.yml | 2 +- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + tests/meson.build | 1 + tests/nouveau_crc.c | 414...
2020 Apr 17
5
[PATCH i-g-t v2 0/5] Add nouveau-crc tests
...onnector 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
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...gt; > > Changes since v3: > > * Update .gitlab-ci.yml to make nouveau exempt from the test-list-diff > > test, since all the cool kids are doing it and we don't care about > > autotools for nouveau > > Changes since v2: > > * Fix missing include in tests/nouveau_crc.c, this should fix builds for > > aarch64 > > Changes since v1: > > * Fix copyright year in nouveau_crc.c > > > > Signed-off-by: Lyude Paul <lyude at redhat.com> > > --- > > .gitlab-ci.yml | 2 +- > > lib/drmtest.c | 10 ++ >...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...a-specific CRC > sources. > > Changes since v3: > * Update .gitlab-ci.yml to make nouveau exempt from the test-list-diff > test, since all the cool kids are doing it and we don't care about > autotools for nouveau > Changes since v2: > * Fix missing include in tests/nouveau_crc.c, this should fix builds for > aarch64 > Changes since v1: > * Fix copyright year in nouveau_crc.c > > Signed-off-by: Lyude Paul <lyude at redhat.com> > --- > .gitlab-ci.yml | 2 +- > lib/drmtest.c | 10 ++ > lib/drmtest.h | 2 + > test...
2020 Mar 18
0
[PATCH i-g-t 4/4] tests: Add nouveau-crc tests
...r a single CRC capture (ctx-flip-threshold-reset-after-capture). In addition, we also add some simple tests to test Nvidia-specific CRC sources. Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/drmtest.c | 10 ++ lib/drmtest.h | 2 + tests/meson.build | 1 + tests/nouveau_crc.c | 396 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 409 insertions(+) create mode 100644 tests/nouveau_crc.c diff --git a/lib/drmtest.c b/lib/drmtest.c index 1fc39925..53c01754 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -112,6 +112,11 @@ bool is_i915_device(int fd) ret...