Displaying 12 results from an estimated 12 matches for "meta_test".
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
.../kms_rotation_crc: Implement stricter rotation tests
tests/kms_rotation_crc: Keep primary plane enabled while testing.
tests/kms_properties: Allow setting all connector properties now.
kms_cursor_legacy: Add a burner thread to make basic-busy-* pass.
Marta Lofstedt (1):
igt/meta_test: Fix dmesg-warn test
Marta Löfstedt (1):
tests/meta_test: Add a meta test for sanity checks of CI systems
Mika Kahola (2):
tests/kms_atomic: test that TEST_ONLY does not clobber state
tests/kms_concurrent: Concurrent and interruptible subtests for atomic
Mika Kuoppala (1):...
2020 Mar 18
6
[PATCH i-g-t 0/4] Add nouveau-crc tests
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
2020 Mar 18
0
[PATCH i-g-t 4/4] tests: Add nouveau-crc tests
...evice(int fd);
+bool is_nouveau_device(int fd);
bool is_vc4_device(int fd);
/**
diff --git a/tests/meson.build b/tests/meson.build
index 7629afde..9ff74cc6 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -70,6 +70,7 @@ test_progs = [
'kms_vblank',
'kms_vrr',
'meta_test',
+ 'nouveau_crc',
'panfrost_get_param',
'panfrost_gem_new',
'panfrost_prime',
diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c
new file mode 100644
index 00000000..09e17a6f
--- /dev/null
+++ b/tests/nouveau_crc.c
@@ -0,0 +1,396 @@
+/*
+ * Copyright ?...
2020 Apr 17
0
[PATCH i-g-t v3 5/5] tests: Add nouveau-crc tests
...evice(int fd);
+bool is_nouveau_device(int fd);
bool is_vc4_device(int fd);
/**
diff --git a/tests/meson.build b/tests/meson.build
index 0bdcfbe4..39f1362e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -71,6 +71,7 @@ test_progs = [
'kms_vblank',
'kms_vrr',
'meta_test',
+ 'nouveau_crc',
'panfrost_get_param',
'panfrost_gem_new',
'panfrost_prime',
diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c
new file mode 100644
index 00000000..05c2f4de
--- /dev/null
+++ b/tests/nouveau_crc.c
@@ -0,0 +1,397 @@
+/*
+ * Copyright ?...
2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
...evice(int fd);
+bool is_nouveau_device(int fd);
bool is_vc4_device(int fd);
/**
diff --git a/tests/meson.build b/tests/meson.build
index 684de043..92647991 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -74,6 +74,7 @@ test_progs = [
'kms_vblank',
'kms_vrr',
'meta_test',
+ 'nouveau_crc',
'panfrost_get_param',
'panfrost_gem_new',
'panfrost_prime',
diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c
new file mode 100644
index 00000000..05c2f4de
--- /dev/null
+++ b/tests/nouveau_crc.c
@@ -0,0 +1,397 @@
+/*
+ * Copyright ?...
2020 Sep 30
9
[PATCH i-g-t v5 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com>
Nouveau has finally gotten CRC support, and at this point that support
has made its way upstream. Hooray!
So, let's start adding some relevant tests for it since nvidia's CRC
implementation has some rather interesting design choices that needed to
be worked around.
Lyude Paul (5):
lib/igt_core: Fix igt_assert_fd() documentation
2020 Sep 30
0
[PATCH i-g-t v5 5/5] tests: Add nouveau-crc tests
...ce(int fd);
+bool is_nouveau_device(int fd);
bool is_vc4_device(int fd);
/**
diff --git a/tests/meson.build b/tests/meson.build
index 515f7528..32f011e9 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -76,6 +76,7 @@ test_progs = [
'kms_vrr',
'kms_writeback',
'meta_test',
+ 'nouveau_crc',
'panfrost_get_param',
'panfrost_gem_new',
'panfrost_prime',
diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c
new file mode 100644
index 00000000..f8705b5e
--- /dev/null
+++ b/tests/nouveau_crc.c
@@ -0,0 +1,414 @@
+/*
+ * Copyright ?...
2020 Apr 17
10
[PATCH i-g-t v3 0/5] Add nouveau-crc tests
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
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
.../**
> > diff --git a/tests/meson.build b/tests/meson.build
> > index 684de043..92647991 100644
> > --- a/tests/meson.build
> > +++ b/tests/meson.build
> > @@ -74,6 +74,7 @@ test_progs = [
> > 'kms_vblank',
> > 'kms_vrr',
> > 'meta_test',
> > + 'nouveau_crc',
> > 'panfrost_get_param',
> > 'panfrost_gem_new',
> > 'panfrost_prime',
> > diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c
> > new file mode 100644
> > index 00000000..05c2f4de
> &g...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...ool is_vc4_device(int fd);
>
> /**
> diff --git a/tests/meson.build b/tests/meson.build
> index 684de043..92647991 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -74,6 +74,7 @@ test_progs = [
> 'kms_vblank',
> 'kms_vrr',
> 'meta_test',
> + 'nouveau_crc',
> 'panfrost_get_param',
> 'panfrost_gem_new',
> 'panfrost_prime',
> diff --git a/tests/nouveau_crc.c b/tests/nouveau_crc.c
> new file mode 100644
> index 00000000..05c2f4de
> --- /dev/null
> +++ b/tests/nouvea...
2020 Apr 17
5
[PATCH i-g-t v2 0/5] Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com>
(Just forwarding this to nouveau's ml, since I completely forgot to
before)
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)
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...kms_rotation_crc: Fix rotation tests on older platforms again.
lib/igt_kms: Add igt_display_require_output(/on_pipe)
lib/igt_kms: Fix indent when try_commit fails.
tests/kms_flip: degrade warn to debug
tests/kms_busy: Add test to reproduce the CI kms_flip killer
igt/meta_test: Add a warn subtest to make sure warnings are caught as expected.
tests/kms_atomic: Add test for new DRM_MODE_PAGE_FLIP_EVENT behavior.
tests/kms_busy: Remove gem_bo_busy checks
tests/kms_cursor_crc: Fix the cursor tests to work on CHV
tests/kms_atomic_transitions: Use igt_d...