search for: latvala

Displaying 16 results from an estimated 16 matches for "latvala".

Did you mean: lathama
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
A new intel-gpu-tools quarterly release is available with the following changes: General changes: - Bumped used C standard to gnu11. (Lucas De Marchi) - Bumped required meson version to 0.44. (Petri Latvala) - Introduced meson options for explicit control over optional dependencies. (Petri Latvala) - Added a meson option to set runpath for the installed executables. (Petri Latvala) - GLib is now a mandatory dependency. (Petri Latvala) - Added testlists for the vc4 driver. (Maxime Ripard) - Th...
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 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
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
...hanges: - gem_latency: Added support for measuring fence wakeup latencies. (Chris Wilson) - prime_lookup: New microbenchmark for stressing prime_fd_to_handle and prime_handle_to_fd. (Chris Wilson) Test changes: - Multiple new tests. - Added an explicit list of tests used for Intel CI. (Petri Latvala) - Converted multiple shell script tests to C. (Marius Vlad) And many other bug fixes and improvements. And the full changelog follows: Abdiel Janulgue (8): lib: Make signal helper definitions reusable lib: add igt_dummyload igt/gem_wait: Use new igt_spin_batch igt/kms...
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...r_tracking: fix sink CRC assertion kms_frontbuffer_tracking: move more code to get_sink_crc() kms_frontbuffer_tracking: refactor sink CRC reliability handling kms_frontbuffer_tracking: destroy all FBs from all formats kms_frontbuffer_tracking: fix compression checking Petri Latvala (12): kms_frontbuffer_tracking: fix sink CRC detection regression intel-ci: Remove igt at gem_exec_reloc@basic-noreloc tests/chamelium: Adapt to dynamic number of planes changes Revert "tests/kms_plane_multiple: Test only with maximum number of planes" tests/...
2020 Apr 17
0
[PATCH i-g-t v3 1/5] lib/igt_core: Fix igt_assert_fd() documentation
From: Lyude Paul <lyude at redhat.com> As Petri Latvala pointed out, some of the documentation in this macro is mistakenly copied from the other igt_assert*() macros. Let's fix that. Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/igt_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/igt_core.h b/lib/...
2020 Apr 17
0
[PATCH i-g-t v3 2/5] lib/igt_core: Add igt_require_fd()
From: Lyude Paul <lyude at redhat.com> Like igt_assert_fd(), but using igt_require() instead Changes since v1: * Fix documentation error in igt_require_fd() - Petri Latvala Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/igt_core.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/igt_core.h b/lib/igt_core.h index 3f69b072..8f68b2dd 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -1021,6 +1021,18 @@ void igt_describe_f(const cha...
2020 Sep 30
0
[PATCH i-g-t v5 1/5] lib/igt_core: Fix igt_assert_fd() documentation
From: Lyude Paul <lyude at redhat.com> As Petri Latvala pointed out, some of the documentation in this macro is mistakenly copied from the other igt_assert*() macros. Let's fix that. Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/igt_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/igt_core.h b/lib/...
2020 Sep 30
0
[PATCH i-g-t v5 2/5] lib/igt_core: Add igt_require_fd()
From: Lyude Paul <lyude at redhat.com> Like igt_assert_fd(), but using igt_require() instead Changes since v1: * Fix documentation error in igt_require_fd() - Petri Latvala Signed-off-by: Lyude Paul <lyude at redhat.com> --- lib/igt_core.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/igt_core.h b/lib/igt_core.h index e74ede8b..5d835260 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -1021,6 +1021,18 @@ void igt_describe_f(const cha...
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 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...ems 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): tests/gem_spin_batch: Add multiengine test Oscar Mateo (1): tests/pm_sseu: Re-enable the test Petri Latvala (18): Update MAINTAINERS file igt_command_line.sh: Handle the special cases of drv_selftest and drm_mm igt_command_line.sh: Actually check things during distcheck lib/igt_kmod: Don't call igt_assert or igt_require without a fixture intel-ci: Add extended.testlist f...
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 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...g changes: - Meson build options have been renamed. Please check the news options in meson_options.txt and make sure you don't get any warnings when configuring the project. (Simon Ser) - Compile-testing CI for MIPS. (Guillaume Tucker) - Various igt_runner reliability improvements (Petri Latvala & Arkadiusz Hiler) - Switched GEM tests to engine discovery. (Tvrtko Ursulin et al) - Subtests can now be documented and their descriptions are available in generated HTML docs and on the command line via --describe. Documenting new tests is mandatory. (Arkadiusz Hiler) - Unified library...
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
...b/igt_draw: Fix bo leak in gpu draw routines Mahesh Kumar (1): tests/kms_plane_scaling: Fix basic scaling test, v3. Mika Kahola (1): tests/kms_plane_lowres: Drain pipe before reading CRC Mika Kuoppala (1): tools/intel_reg: Add reading and writing registers through engine Petri Latvala (7): meson: Refactor get_option() calls for directories meson: Use absolute path for IGT_DATADIR meson: Don't build docs when cross-compiling configure.ac: Bump libdrm_amdgpu version requirement Update MAINTAINERS configure.ac: Properly bump libdrm_amdgpu ver...
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...pers to lib/i915/gem_context lib/i915: Extract context priority setparam to a helper lib/i915: Move submission related helpers to lib/i915/gem_submission Mika Kahola (1): tools: Cannonlake port clock programming Mike Frysinger (1): include inttypes.h for PRI defines Petri Latvala (18): run-tests.sh: Use piglit names when listing available tests tests/gem_eio: Nerf in-flight-suspend lib/igt_gt: Add sentinel to intel_execution_engines2 lib: Make sure intel_aub.h gets packed in dist meson: Don't install headers meson: Don't install s...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...ld only target one DUT tests/audio: Add suspend and hibernate tests for HDMI signal integrity tests/chamelium: Let the Chamelium itself wait for a stable video input Paulo Zanoni (2): lib/igt_draw: add support for Y tiling tests/kms_draw_crc: add support for Y tiling Petri Latvala (26): configure.ac: Try to find XMLRPC with xmlrpc-c-config if pkg-config fails intel-ci: Also remove extended.testlist from EXTRA_DIST kms_busy: Fix basic-modeset-* name format parameters intel_gpu_top: Use drm_open_driver, don't need drm master Revert "tests...