search for: igt

Displaying 20 results from an estimated 84 matches for "igt".

Did you mean: git
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
.... - 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_flip: Use new igt_spin_batch igt/kms_busy.c: Use new igt_spin_batch igt_dummyload: clear signal handler on the desructor as well igt/kms_flip: Fix set_dpms called with an idle bo igt_dummyload: Don't clea...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...have gained to ability to be run on different platforms than Intel: tests/testdisplay (Tomeu Vizoso), tests/kms_panel_fitting (Robert Foss), tests/kms_flip_event_leak, tests/kms_flip (Tomeu Vizoso). - compute exitcode first: In the case of running multiple subtests which all happen to be skipped, igt_exitcode is 0, but the final exit code will be 77. (Chris Wilson) - Shorten tests/kms_flip test (Tvrtko Ursulin) - Half the timeout for suspend to RAM and a third for suspend to disk (Marius Vlad) - lib: Pass format instead of bpp to create_bo_for_fb (Ville Syrjälä) - Removed from tests/test-li...
2016 Mar 01
0
[ANNOUNCE] intel-gpu-tools 1.14
...ency/kms_mmap_write_crc cache coherency tests (Tiago Vignatti) - New test: prime_mmap mmap() on dma-buf fds (Rob Bradford) - New test: gem_exec_reloc sanity check of execbuf-ioctl relocations (Chris Wilson) - New test: gem_exec_basic sanity check of execbuf-ioctl rings (Chris Wilson) - improved igt_hang_ring() infrastructure for generic hang injection support in the core library (Chris Wilson) - new igt_pm library to collect power management testing helpers (David Weinehall) - lig/igt_vc4: VC4 support library (Eric Anholt) - kms_frontbuffer_tracking: included in BAT (Paulo Zanoni) - kms_p...
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...load balancing strategy. (Tvrtko Ursulin) Test changes: - Imported amdgpu tests from libdrm. (Chris Wilson) - Multiple other new tests. And many other bug fixes and improvements. And the full changelog follows: Abdiel Janulgue (4): intel-ci: Add initial generic testlist lib/igt_kms: Add support for 4K and audio HDMI EDID injection. tests/kms_hdmi_inject: Add test for HDMI injection capabilities. lib/tests: Add kmstest_edid_add_* selftests Ander Conselvan de Oliveira (3): lib/dummyload: Handle timeout in a new thread instead of signal handler lib/d...
2016 Sep 02
0
[ANNOUNCE] intel-gpu-tools 1.16
Hello, A new intel-gpu-tools quarterly release is available with the following changes: - Build automatically tests required when issueing a make check, Tests/subtests that receive a crash signal should print a backtrace when i-g-t is built with libunwind support (Marius Vlad) - lib/igt_kms: Force connector probing on first use (Chris Wilson) - vc4: Add a test for BO lookup failure error path (Eric Anholt) - tests/gem_mocs_settings: Remove direct register tests, and added RC6 tests (Peter Antoine) - Check for libdrm_intel and build if present, Add stubs for intel_bufmgr (Robert...
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...tests/gem_seqno_wrap: Drop gem_seqno_wrap.c Antonio Argenziano (2): tests/gem_exec_schedule: Add reset on failed preemption test. tests/gem_exec_schedule: Add test for resetting preemptive batch Arkadiusz Hiler (8): meson: Add fallback for xmlrpc discovery tests: Clean up igt_skip_on_simulation() uses tests/intel-ci: Remove fast-feedback-simulation.testlist lib/igt_core: Move write_stderr out of LIBUNWIND ifdef igt: Remove Android support Revert "lib/igt_aux: Make procps optional" igt: Make dependency on libunwind mandatory...
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
A new intel-gpu-tools quarterly release is available with the following changes: General changes: - Libudev has been made a mandatory dependency. (Antonio Argenziano) - Documentation changed to refer to the new igt-dev mailing list. (Rhys Kidd) Library changes: - Refactored timer usage for smaller code size. (Chris Wilson) - Various fixes to support planar framebuffers. (Maarten Lankhorst) - Added support for fetching the most recent CRC without waiting for a vblank, along with flushing the queue of a...
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
...g. (Paulo Zanoni) Complete list of changes since 1.10: Ander Conselvan de Oliveira (2): lib/kms: Add a way to override an output's mode tests: Add test for pipe B and C interactions in IVB Antti Koskipaa (1): tests/pm_backlight: Add backlight test Chris Wilson (62): igt: Add benchmark for read-read optimisation igt/gem_concurrent_blit: Move buffer allocation after requires igt/gem_concurrent_blit: Exercise concurrent reads igt/gem_concurrent_blt: Test overwrite source used for read-read optimisation lib/batch: Trivial compile fix for 32-bit...
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
...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) - The project has now finalized its name change and is now IGT GPU Tools, docs and install paths are now "igt-gpu-tools". (Arkadiusz Hiler) - Added a blacklist for the Intel CI. (Petri Latvala) Library changes: - i915_pciids.h updated to include KBL, ICL, WHL and AML. (José Roberto de Souza, Paulo Zanoni) - Overhaul of gpu_cmds, gpgpu_fill,...
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...ce Xu) Test changes: - Multiple new tests. And many other bug fixes and improvements. And the full changelog follows: Ander Conselvan de Oliveira (4): lib/i915_pciids.h: Update to latest version wich includes GLK ids lib/intel_chipset: Add geminilake platform definition lib/igt_kmod: Compare module names with strcmp kms_frontbuffer_tracking: Fix badstride test skipping with atomic Brian Starkey (6): kms_atomic_transition: Initialize pipe_crcs to avoid segfault lib/igt_kms: Fix drm_plane leak lib/igt_kms: Neaten up pipe->planes[] assignment...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...tion about the required hardware setup for audio testing. (Paul Kocialkowski) Tests changes: - Converted remaining shell-script tests to C code (Abdiel Janulgue) - Multiple new tests. And many other bug fixes and improvements. And the full changelog follows: Abdiel Janulgue (8): lib/igt_core: Add igt_system helpers igt/igt_core: Provide an option to check for the log buffer contents Convert debugfs shell tests to C version Convert tools shell tests to C version igt/debugfs_test: Skip dummy reads for crtc-n/crc/data Revert "igt/debugfs_test: Skip...
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
...a ringbuffer and dump that on test failures for quicker diagnostics of automated test run results (Thomas Wood). - A lot of small polish all over the test library. - Piles of new testcases and improvements to existing ones as usual. Complete list of changes since 1.9: Akash Goel (1): igt/gem_mmap_wc: Add the invalid flags subtest Alan Coopersmith (7): Fix #ifdef check for _SC_AVPHYS_PAGES in intel_get_avail_ram_mb() Solaris needs to #include <sys/kd.h> instead of <linux/kd.h> Use pthread calls instead of raw syscalls on non-Linux systems Need to...
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
...support for Broxton in intel_audio_dump (Han Lu) - Added Kabylake support (Rodrigo Vivi/Wayne Boyer) - Many other bug fixes and improvements Complete list of changes since 1.12: Ander Conselvan de Oliveira (1): testdisplay: Fix segfault after first modeset fails Ben Widawsky (1): igt/intel_aubdump: Use the right ring Chris Wilson (24): benchmarks: Measure BLT performance benchmarks/gem_blt: Fix compilation after rebase and add batch-size tests/gem_pwrite_snooped: Fix use of GCC pragmas lib: Fix querying context GTT size Update CONTEXT_PARAM for GT...
2020 Jul 02
0
Getting reviews for nouveau contributions in igt?
Hi! I haven't had much luck asking around in IRC, so I figured this would be the next place to start. As many of you know I've been working on getting nouveau into good shape with igt-gpu-tools, now that we've finally finished implementing CRC support thannks to nvidia's help. I should note that the patches for this have been accepted into nouveau, Ben's just working on rebasing them on top of some of the display refactoring + other stuff he's been working on. So...
2015 Sep 11
0
[ANNOUNCE] intel-gpu-tools 1.12
...rendercopy_gen9: Setup Push constant pointer before sending BTP commands tools/null_state/gen9: Send atleast one valid component in VF state Chris Wilson (41): lib: Use HAS_GPU_RESET rather than opencode our guess testdisplay_hotplug: Add missing #include <sys/stat.h> igt: Add gem_eio for inducing expected EIO igt: Add gem_exec_alignment lib: Enable locale dependent output to a terminal overlay: Enable locale igt/gem_fenced_exec_thrash: Tidy testing of expected execbuf errors stats: Add the interquartile mean (IQM) stats: Add trim...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
A new igt-gpu-tools release is available with the following 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) - Va...
2020 Sep 28
0
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
Hi, On Tue, Aug 18, 2020 at 05:00:51PM -0400, Lyude wrote: > From: Lyude Paul <lyude at redhat.com> > > We're finally getting CRC support in nouveau, so let's start testing > this in igt as well! While the normal CRC capture tests are nice, > there's a number of Nvidia-specific hardware characteristics that we > need to test as well. > > The most important one is known as a "notifier context flip". Basically, > Nvidia GPUs store generated CRCs in an al...
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
...n Mon, 2020-09-28 at 17:36 -0400, Jeremy Cline wrote: > Hi, > > On Tue, Aug 18, 2020 at 05:00:51PM -0400, Lyude wrote: > > From: Lyude Paul <lyude at redhat.com> > > > > We're finally getting CRC support in nouveau, so let's start testing > > this in igt as well! While the normal CRC capture tests are nice, > > there's a number of Nvidia-specific hardware characteristics that we > > need to test as well. > > > > The most important one is known as a "notifier context flip". Basically, > > Nvidia GPUs stor...
2019 Jun 20
1
[PATCH v3 08/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
Hi, > Also, I strongly recommend you do a very basic igt to exercise this, i.e. > allocate some buffers, submit them in a dummby op, then close the entire > drmfd. The old version should at least have tripped over kasan, maybe even > oopses somewhere. Hmm, I suspect I have to extend igt for that (adding support for virtio ioctls), right? A qui...
2020 Mar 18
6
[PATCH i-g-t 0/4] Add nouveau-crc tests
...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 implementation has some rather interesting design choices that needed to be worked around. Lyude Paul (4): 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_core.h | 12 ++ lib/igt_debugfs.c | 29 ++++ lib/igt_debugfs.h |...