search for: 92647991

Displaying 4 results from an estimated 4 matches for "92647991".

2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
...void igt_require_intel(int fd); +void igt_require_nouveau(int fd); void igt_require_vc4(int fd); bool 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 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_c...
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...(int fd); > > > > bool 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 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', > &...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...e_nouveau(int fd); > void igt_require_vc4(int fd); > > bool 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 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', > '...
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