Displaying 11 results from an estimated 11 matches for "kms_vrr".
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
...fd);
bool is_i915_device(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...
2020 Apr 17
0
[PATCH i-g-t v3 5/5] tests: Add nouveau-crc tests
...fd);
bool is_i915_device(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...
2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
...fd);
bool is_i915_device(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...
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
...ool is_amdgpu_device(int fd);
bool is_i915_device(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/n...
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
...nt 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
> >...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...au_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/...
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)
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...is gen6+
lib/igt_draw: Fix blt tiled stride for gen2/3
lib/igt_kms: Add igt_connector_sysfs_open()
lib/igt_kms: Don't leak fds when forcing connector multiple times
lib/igt_kms: Rework forced connector handling
tests/kms_dp_aux_dev: Add drm_dp_aux test
tests/kms_vrr: Fix compiler warn on 32bit
tests/eviction_common: Fix compiler warn on 32bit
tests/perf: Fix compiler warn on 32bit
lib/intel_aux_pgtable: Fix uint64_t vs. long mismatch
tests/kms_dp_tiled_display: Use labs() for long
tools/cnl_compute_wrpll: Fix abs(unsigned)
t...