blob: fba7ac4a04896b2a3942fc481729af05a53cb88c [file] [log] [blame]
Marius Vlad3ce58b62016-05-31 18:33:24 +03001Release 1.15 (2016-05-31)
Daniel Vetter72d04b82016-03-18 21:46:54 +01002-------------------------
3
Marius Vlad3ce58b62016-05-31 18:33:24 +03004- New KMS test: tests/kms_cursor_legacy (Stress legacy cursor ioctl)
5(Chris Wilson)
6
7- Several GEM tests have been removed from BAT: tests/gem_exec_whisper,
8tests/gem_sync (dropped individual engines), test/gem_cs_prefetch (replaced
9by test/gem_exec_gttfill), tests/gem_ctx_param_basic (got relabeled
10to tests/gem_ctx_param) (Chris Wilson)
11
12- build: Skip configure step if is NOCONFIGURE set (Tomeu Vizoso)
13
14- tools/intel_bios_reader: Added options for dumping individual panels, specific
15section, hex format and other various fixes (Jani Nikula)
16
17- build: Add optional --enable-werror
18(hard-fail in case of compiler warnings) (Marius Vlad)
19
20- New KMS test: tests/prime_mmap_kms (show case dma-buf new API
21and processes restrictions) (Tiago Vignatti)
22
23- Several tests have gained to ability to be run on different platforms
24than Intel: tests/testdisplay (Tomeu Vizoso), tests/kms_panel_fitting
25(Robert Foss), tests/kms_flip_event_leak, tests/kms_flip (Tomeu Vizoso).
Marius Vladc2a2ab62016-05-09 14:37:30 +030026
27- compute exitcode first: In the case of running multiple subtests which all
28happen to be skipped, igt_exitcode is 0, but the final exit code will be 77.
29(Chris Wilson)
30
Marius Vlad3ce58b62016-05-31 18:33:24 +030031- Shorten tests/kms_flip test (Tvrtko Ursulin)
Marius Vladc2a2ab62016-05-09 14:37:30 +030032
33- Half the timeout for suspend to RAM and a third for suspend to disk
34(Marius Vlad)
35
36- lib: Pass format instead of bpp to create_bo_for_fb (Ville Syrjälä)
37
Marius Vlad3ce58b62016-05-31 18:33:24 +030038- Removed from tests/test-list.txt, tests/gem_concurrent_all and added
Marius Vlad213b0732016-04-20 18:41:24 +030039tests/test-list-full.txt that contains all the tests. This will speed
40up considerably piglit when starting tests. (Gabriel Feceoru)
41
Marius Vlad87acd982016-04-19 19:49:43 +030042- piglit changed its behaviour to prevent overwriting the results. A fairly new
Marius Vlad213b0732016-04-20 18:41:24 +030043version of piglit is required to run i-g-t tests. (Gabriel Feceoru)
Marius Vlad87acd982016-04-19 19:49:43 +030044
Marius Vlad3ce58b62016-05-31 18:33:24 +030045- lib: Replace drmIoctl() with a layer of indirection (Chris Wilson)
46
47- Adding missing Broxton PCI IDs (Rodrigo Vivi)
48
49- Added COMMIT_ATOMIC (lib/igt_kms, w/ tests/kms_rotation_crc).
Marius Vladed6fb662016-04-20 20:03:53 +030050Requires nuclear_pageflip parameter turned on in the i915 driver.
51(Mayuresh Gharpure, Pratik Vishwakarma)
52
Marius Vlad3ce58b62016-05-31 18:33:24 +030053- man/: rewrite manual pages in reStructuredText (Jani Nikula)
54
55- tests/drv_module_reload_basic: perform fault injection (Chris Wilson)
56with various improvements (Imre Deak)
57
58- Removed tests/gem_multi_bsd_sync_loop which was superseded by
59tests/gem_ring_sync_loop and tests/gem_dummy_reloc_loop by
60tests/gem_exec_reloc (Chris Wilson)
61
62- New GEM tests: tests/gem_exec_whisper, tests/gem_exec_store,
63test/gem_exec_gttfill, tests/gem_exec_suspend, tests/gem_exec_flush
64(Chris Wilson)
65
66- New benchmarks: benchmarks/gem_syslatency, benchmarks/gem_exec_fault
67(Chris Wilson)
68
69- tests/gem_exec_nop included in BAT (Chris Wilson)
70
71- tests/pm_rpm: Fix crash on machines that lack LLC (David Weinehall)
72
73- lib/igt_fb: Fix domain tracking for GTT cairo surfaces (Chris Wilson)
74
Daniel Vetter72d04b82016-03-18 21:46:54 +010075- Add igt_subtest_group to allow igt_fixture for only a subset of subtests
Marius Vlad3ce58b62016-05-31 18:33:24 +030076without skipping/failing all subsequent subtests. (Daniel Vetter)
77
78- Many more fixes and improvements.
Daniel Vetter72d04b82016-03-18 21:46:54 +010079
Marius Vladb59bcb82016-03-01 17:03:55 +020080Release 1.14 (2016-03-01)
81-------------------------
82
83- New test: gem_create validate parameters for GEM_CREATE ioctl
84(Ankitprasad Sharma)
85
86- New test: gem_softpin exercise the userptr ioctl to create shared
87buffers between CPU and GPU (Vinay Belgaumkar)
88
89- New tests: prime_mmap_coherency/kms_mmap_write_crc cache coherency
90tests (Tiago Vignatti)
91
92- New test: prime_mmap mmap() on dma-buf fds (Rob Bradford)
93
94- New test: gem_exec_reloc sanity check of execbuf-ioctl relocations (Chris
95Wilson)
96
97- New test: gem_exec_basic sanity check of execbuf-ioctl rings (Chris Wilson)
98
99- improved igt_hang_ring() infrastructure for generic hang injection support in
100the core library (Chris Wilson)
101
102- new igt_pm library to collect power management testing helpers (David
103Weinehall)
104
105- lig/igt_vc4: VC4 support library (Eric Anholt)
106
107- kms_frontbuffer_tracking: included in BAT (Paulo Zanoni)
108
109- kms_psr_sink_crc: Add BAT test for PSR active (Rodrigo Vivi)
110
111- gem_wait: test superseded by gem_latency in benchmarks (Chris Wilson)
112
113- igt_core: Fix logging to display extended line (Derek Morton)
114
115- igt_core: Expand --run-subtest functionality (Derek Morton)
116
117- kms_force_connector_basic: various fixes and included in BAT set (Daniel
118Vetter)
119
120- Many other improvements and bug fixes.
121
Thomas Wood2db78a42015-12-02 16:46:39 +0000122Release 1.13 (2015-12-02)
Thomas Wood17c6b5c2015-12-02 16:45:42 +0000123-------------------------
124
125- New test: kms_atomic tests atomic mode setting (Daniel Stone)
126
127- New test: core_prop_blob tests blob properties (Daniel Stone)
128
129- New test: gem_request_retire targets request retirement code paths
130 (Tvrtko Ursulin)
131
132- New test: core_setmaster_vs_auth checks that drop/setMaster correctly
133 transfer master state (Thomas Hellstrom/Daniel Vetter)
134
135- Wildcard characters are now accepted when using the --run-subtest command
136 line option to specify multiple subtests to run. (Thomas Wood)
137
138- Add support for Broxton in intel_audio_dump (Han Lu)
139
140- Added Kabylake support (Rodrigo Vivi/Wayne Boyer)
141
142- Many other bug fixes and improvements
143
Thomas Wood1f9e0552015-09-11 15:15:13 +0100144Release 1.12 (2015-09-11)
Thomas Wood154192a2015-06-19 09:22:55 +0100145-------------------------
146
Thomas Woodc5902bf2015-09-11 15:13:00 +0100147- Various new tests and tools
148
149- New statistical analysis functions. (Damien Lespiau)
150
151- New benchmark tests. (Chris Wilson)
152
153- Old register tools that were superseded by intel_reg have been removed.
154
155- Various tests have been marked "basic", to indicate they are suitable for
156 use in basic acceptance testing. (Jesse Barnes)
157
158- Per-ring gem_storedw_loop tests combined into a single test with subtests.
159 (Jesse Barnes)
160
161- New "aubdump" tool, used to launch an application and capture rendering to
162 an AUB file. (Kristian Høgsberg Kristensen)
163
164- Cherryview support added to intel_display_poller. (Ville Syrjälä)
165
166- Skylake and Broadwell support added to gem_gpgpu_fill tests.
167 (Dominik Zeromski)
168
169- Support for running core drm tests on any platform. (Micah Fedke)
170
171- Many other bug fixes
Thomas Wood154192a2015-06-19 09:22:55 +0100172
Thomas Woodb88212c2015-06-11 16:08:23 +0100173Release 1.11 (2015-06-11)
Daniel Vetter76556062015-03-13 09:37:49 +0100174-------------------------
175
Thomas Wood0cc16b32015-06-11 16:06:33 +0100176- Various new tests and tools
177
Thomas Wood629759c2015-04-09 16:34:12 +0100178- Single combined test list (supported by piglit since commit 8a122bb)
179
180- Optional dependency on libunwind to provide automatic stack traces on test
181 failures. (Thomas Wood)
182
183- Add optional default debug and optimisation flags for tests to enable better
184 stack traces and debugging. (Thomas Wood)
185
186- Test programs are now installed into libexec. This is useful when building a
187 complete software stack for a DUT from scratch. (Building and installing
188 tests can still be disabled by the --disable-tests configure flag.)
189 (Joonas Lahtinen)
190
Thomas Wood0cc16b32015-06-11 16:06:33 +0100191- New tool to decode watermark registers (Ville Syrjälä)
192
193- Timeout mechanism now reports test as failed
194
195- Introduce intel_reg as the one Intel graphics register multitool to replace
196 intel_reg_read, intel_reg_write, intel_iosf_sb_read, intel_iosf_sb_write,
197 intel_vga_read, intel_vga_write, intel_reg_dumper, intel_reg_snapshot,
198 and quick_dump.py. (Jani Nikula)
199
200- Add functions to manipulate i915.ko parameters and ensure features are enabled
201 for testing. (Paulo Zanoni)
Daniel Vetter76556062015-03-13 09:37:49 +0100202
Thomas Woode3e65912015-03-12 17:06:54 +0000203Release 1.10 (2015-03-12)
Thomas Woodf73697a2014-12-17 14:34:47 +0000204-------------------------
205
Ben Widawsky5fb26d12015-01-10 14:36:20 -0800206- New frequency manipulation tool (intel_gpu_frequency)
207
Daniel Vetter25c43472015-02-07 12:45:49 +0100208- Adjustments for the Solaris port (Alan Coopersmith).
209
210- Remove tests/NAMING-CONVENTION since it's all in the docbook now, to avoid
211 divergent conventions.
212
213- New CRITICAL log level for really serious stuff (Thomas Wood).
214
215- Interactive test mode can now be enabled by the shared cmdline option
216 --interactive-debug=$var (Rodrigo Vivi).
217
Daniel Vetter50158de2015-03-05 09:42:29 +0100218- Improved logging to kmsg to better line up test runs with kernel messages
219 (Chris Wilson).
220
221- Record all log levels (including disabled levels) in a ringbuffer and dump
222 that on test failures for quicker diagnostics of automated test run results
223 (Thomas Wood).
224
225- A lot of small polish all over the test library.
226
Daniel Vetter25c43472015-02-07 12:45:49 +0100227- Piles of new testcases and improvements to existing ones as usual.
228
Thomas Wood6262f352014-12-12 15:26:36 +0000229Release 1.9 (2014-12-12)
Daniel Vetter137877f2014-09-09 11:43:10 +0200230------------------------
231
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000232- New test cases added: drm_import_export, gem_gpgpu_fill, gem_ppgtt,
233 gem_tiled_wb, kms_pwrite_crc.
Daniel Vetter20c8eba2014-10-01 12:12:43 +0200234
235- New helper for interactive progress indicators (see igt_print_activity and
236 igt_progress), which can be disabled by setting the log-level to warn (Thomas
237 and Daniel).
238
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000239- Basic skl support: pci ids, rendercopy & mediafill (Damien, Zhao Yakui).
Daniel Vetter20c8eba2014-10-01 12:12:43 +0200240
241- chv support for the iosf sideband tools and a few other improvements (Ville).
242
243- Fence register support for intel_reg_dumper on bdw+ (Rodrigo).
244
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000245- Support for skl in quick_dump (Damien).
246
247- Golden state generation infrastructure (Mika).
248
249- New skl watermark tool (Damien).
250
251- New EDID test block that includes multiple display modes (Thomas).
252
253- Individual test documentation available in generated documentation and from
254 the test binaries (Thomas).
255
Thomas Wood267b3522014-12-12 14:28:38 +0000256- New logging domains and log filtering (Thomas).
257
258- Various API documentation fixes and improvements (Thomas).
259
Rodrigo Vivid9d3f4b2014-09-08 22:43:46 -0400260Release 1.8 (2014-09-08)
Daniel Vetter0617b0b2014-06-10 08:18:37 +0200261------------------------
262
Daniel Vetter87042d62014-06-13 16:23:10 +0200263- Added lib/igt.cocci semantic patch to catch often-seen patterns and convert
264 them to igt macros/infrastructure.
265
Daniel Vetter3777d422014-07-10 20:19:18 +0200266- Improvements to the documentation build systems (Thomas).
267
268- Small fixes and improvements to the igt infrastructure and helpers all over.
269
270- As usual piles of new tests.
271
Daniel Vetterbffef222014-07-23 22:32:09 +0200272- Improved plane/pipe handling in the igt_kms library (Damien).
273
274- Unified option parsing between simple tests and tests with subtests (Thomas).
275 This will allow us to merge the different Makefile targets once test runners
276 are converted.
277
Daniel Vetter93d07ab2014-07-25 09:28:56 +0200278- New commit functions for igt_kms to support the new universal planes
279 interfaces (Matt Roper).
280
Daniel Vettera54faca2014-09-03 12:51:33 +0200281- Polish the debug output when test requirements aren't met a bit and inject the
282 program name/subtest in dmesg for easier backtrace/oom debugging (Chris).
283
284- A bit of polish for the framebuffer helper functions (Damien).
285
286- Robuster option parsing helpers, they now check for conflicts when merging
287 different option lists (Thomas).
288
289- MIPI DSI vbt support in intel_bios_read (Gaurav K Singh).
290
291- Clarify the split between low-level helpers and the high-level library in
292 igt_kms a bit by renaming some functions and improving and extending the api
293 documentation.
294
295- Helper to restore the vt mode, useful to test lastclose/fbdev emulation
296 behaviour (Thomas).
297
298- Refactor the support for 64bit relocs. By specifying the number of relocations
299 explicit a lot of the gen8 checks can be removed from simple testcases which
300 only use the blitter (Chris).
301
Rodrigo Vivi32bb5d92014-06-09 11:30:15 -0700302Release 1.7 (2014-06-09)
Daniel Vetter523d9092014-03-13 18:09:41 +0100303------------------------
304
305- Piles of API documentation for the core i-g-t testing libraries.
306
Daniel Vetterce3c4432014-04-29 17:17:24 +0200307- Improved igt loggin, now also with igt_vlog (for va_args printf-style
308 logging).
309
310- Polish for the igt_debugfs library.
311
312- Split out igt_fb library from igt_kms, cleanup of the igt_kms functions.
313
314- Android porting patches (Tim Gore, Tvrtko Ursulin).
315
316- Piles more tests as usual.
317
Daniel Vetterbd7f9ab2014-05-13 11:12:34 +0200318- Support for building libcairo based tests on Android. Set ANDROID_HAS_CAIRO=1
319 in the build enviroment when you have this (Tim Gore).
320
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200321- Timeout support in igt_aux, see igt_set_timeout (Thomas).
322
Daniel Vetter532b7e62014-05-28 16:19:16 +0200323- Documentation for the testrunner interface like exit codes, subtest
324 enumeration and log output. Should help other people to run the tests in their
325 own framework.
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200326
Daniel Vetter532b7e62014-05-28 16:19:16 +0200327- Make swig an optional dependency (Damien).
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200328
Daniel Vetteraeb3d882014-05-28 16:05:14 +0200329- Helpers for runtime pm tests in igt_aux.
330
Rodrigo Vivia0950722014-03-13 07:52:47 -0300331Release 1.6 (2014-03-13)
Ben Widawskya88cf4c2013-11-06 09:48:17 -0800332------------------------
333
334- Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
335
Daniel Vettere046c312013-11-12 12:18:33 +0100336- Updated (now working again!) Android support from Oscar Mateo.
337
Daniel Vetter4697cf42013-11-14 11:08:13 +0100338- Test coverage through i-g-t is now officially an integral part of any drm/i915
339 feature work and also for bugfixes. For more details see:
340
341 http://blog.ffwll.ch/2013/11/testing-requirements-for-drmi915.html
342
Daniel Vetterc6c2b2b2014-03-26 15:15:49 +0100343- Fix the gen4asm build dependency handling, now that the assembler is included in
Daniel Vetterbb404942014-01-07 08:14:33 +0100344 i-g-t (Ben).
345
346- Improve the cairo object lifetime management of the kmstest helpers (Chris).
347
Daniel Vetterec3b1332014-02-12 00:12:07 +0100348- Allow register access to succeed if i915 is loaded but debugfs isn't found
349 (i.e. nomodeset is used)
350
351- New kernel modesetting helper library for simpler testcases (Damien).
352
Daniel Vetterb5b0aeb2014-02-13 14:43:20 +0100353- New structure logging support for tests. Message at the WARN level be
354 reflected in the piglit result, also included igt_warn_on macros to simplify
355 test asserts which should just result in warnings, but not in a test abort.
356
Daniel Vetter20087e72014-03-07 09:27:00 +0100357- Broadwell support for intel_audio_dump (Mengdong Lin).
358
Thomas Wood14ea2a02014-03-11 16:04:28 +0000359- API documentation support (Thomas)
360
Rodrigo Vivi41b5fbf2013-11-06 13:06:11 -0200361Release 1.5 (2013-11-06)
Daniel Vetter145c0d12013-09-22 13:15:43 +0200362------------------------
363
364- Some polishing of the test infrastructure, for details see:
365
366 http://blog.ffwll.ch/2013/09/more-drmi915-testsuite-infrastructure.html
367
368- Haswell support for the DPF tool (tools/intel_l3_parity) and other
369 improvements (Ben).
370
Daniel Vettera8bf10c2013-10-01 22:20:38 +0200371- Stereo/3D support in testdisplay (Damien).
372
Daniel Vetter47d0a6f2013-10-04 11:10:48 +0200373- Support for gen7 gpu perf counters in tools/intel_perf_counters (Kenneth).
374
Daniel Vettereeaf0132013-11-03 11:28:50 +0100375- Improvements to the VBT decoder (Jani).
376
377- New tool to read legacy VGA registers (Ville).
378
379- New helpers in the test library to help deal with debugfs files and the new
380 display pipe CRC support (Damien).
381
382- Introduction of a proper naming convention for all the testcases, see
383 tests/NAMING-CONVENTION.
384
385- As usual tons of new testcases and improvements and bugfixes to existing ones.
386
387- The testsuite framework itself has gained some regression tests which can be
388 run at compile-time with "make check".
389
Daniel Vetter27f1a7d2013-11-06 15:06:15 +0100390- New helpers for the drop_cache kernel interface and use drop_caches(RETIRE) to
391 really make sure the gpu is idle in testcases (Oscar Mateo).
392
Daniel Vetter5fab0b82013-11-06 18:55:20 +0100393Release 1.4 (2013-09-16)
Daniel Vetter145c0d12013-09-22 13:15:43 +0200394------------------------
Daniel Vetter35ee5072013-09-13 17:02:07 +0200395
396- Integration of the gen4+ assembler (Damien).
397
398- Start of a new performance analysis tool from Chris Wilson with front-ends for
399 both X11 and plain kms. This uses the perf subsystem and the gpu performance
400 counter kernel patches from Chris.
401
402- New register dumper quick_dump from Ben, with lots of work from Damien. This
Chris Wilson32f9c492013-09-13 16:28:15 +0100403 will superseed intel_reg_dumper for newer platforms (which are not yet
Daniel Vetter35ee5072013-09-13 17:02:07 +0200404 released) since it will allow us to automatically generate register dumps from
405 the internal xml register specifications.
406
407- Tools to access the pletoria of new indirect register access functions on
408 newer platforms.
409
410- Framebuffer contents dumper to debug some of the nastier corruption issues.
411 The advantage here is that this bypasses any userspace drivers and so avoids
412 that the corruptions get magically fixed when taking an X screenshot.
413
Chris Wilson32f9c492013-09-13 16:28:15 +0100414- Tons of new testcases. Including subtests we are now at roughly 450 tests!
Daniel Vetter35ee5072013-09-13 17:02:07 +0200415
416- Improvements to the test framework infrastructure. See
417 http://blog.ffwll.ch/2013/08/recent-drmi915-testsuite-improvements.html
418 for an overview.
419
Rodrigo Vivia33d5572013-09-13 16:54:56 -0300420Release 1.3 (2012-08-27)
Daniel Vetter030c9c02013-09-13 17:01:38 +0200421------------------------
422
423- massive improvements to the testsuite
424- dpf tool for handling l3 remapping on gen7 (Ben)
425- robustify against wc gtt mappings (Chris)
426- improvements to the reg_dumper and register read/write tools
427- haswell support
428
429Release 1.2 (2012-02-09)
430------------------------
431
432- intel_audio_dump improvements (Wu Fengguang)
433- buildsystem improvements (Gaetan Nadon)
434- solaris support (Alan Coopersmith)
435- massive refactoring of testcases and rendercpy extraction
436- new tests
437- fixed up intel_reg_read/write for platforms needing forcewake (needs a
438 kernel patch which from 3.3 to work on ivb - Ben Widawsky)
439
Rodrigo Vivia33d5572013-09-13 16:54:56 -0300440Release 1.1 (2011-12-24)
Daniel Vetter030c9c02013-09-13 17:01:38 +0200441------------------------
442
443Improved testsuite, usable for kernel regression testing!
444
445Release 1.0 (2009-04-27)
446------------------------
447
448Initial release:
449- miscellaneous userland tools that don't really fit into the 2D driver tree
450- standalone regression tests for the DRM (make check)
451- microbenchmarks of the DRM for kernel performance regression testing