blob: ffddc096d95fa3e9adea14c6bca556f4754f1c1c [file] [log] [blame]
Arkadiusz Hilercc48c232019-02-19 12:51:42 +02001Unreleased
2----------
3
4General changes:
5
6 - Bumped required meson version to 0.46. (Arkadiusz Hiler)
7
Arkadiusz Hiler4b728a52018-07-18 00:21:44 +03008Release 1.23 (2018-07-18)
9-------------------------
10
11General changes:
12
13- Bumped used C standard to gnu11. (Lucas De Marchi)
14
15- Bumped required meson version to 0.44. (Petri Latvala)
16
17- Introduced meson options for explicit control over optional dependencies.
18 (Petri Latvala)
19
20- Added a meson option to set runpath for the installed executables.
21 (Petri Latvala)
22
23- GLib is now a mandatory dependency. (Petri Latvala)
24
25- Added testlists for the vc4 driver. (Maxime Ripard)
26
27- The project has now finalized its name change and is now IGT GPU Tools,
28 docs and install paths are now "igt-gpu-tools". (Arkadiusz Hiler)
29
30- Added a blacklist for the Intel CI. (Petri Latvala)
31
32
33Library changes:
34
35- i915_pciids.h updated to include KBL, ICL, WHL and AML.
36 (José Roberto de Souza, Paulo Zanoni)
37
38- Overhaul of gpu_cmds, gpgpu_fill, media_fill and rendercopy.
39 (Katarzyna Dec, Lukasz Kalamarz)
40
41- Added igt_matrix and igt_color_encoding helper libraries. (Ville Syrjälä)
42
43- IGT now shows the kernel stack trace when reporting a GPU hang. (Chris Wilson)
44
45- Added Icelake platform support. (Arkadiusz Hiler, Paulo Zanoni)
46
47
48Tools changes:
49
50- intel-gpu-top was rewritten to be safe to use. (Tvrtko Ursulin)
51
52
53Documentation changes:
54
55- Documented commit rights in CONTRIBUTING. (Daniel Vetter)
56
57
58Test changes:
59
60- kms_prs_sink_crc was renamed to kms_psr. (Dhinakaran Pandiyan)
61
62- kms_frontbuffer_tracking no longer tests sink crc. (Dhinakaran Pandiyan)
63
64- drm_vma_limiter is no more. (Chris Wilson)
65
66
67And many other bug fixes, improvements, cleanups and new tests.
68
69
Petri Latvalad20a50e2018-03-09 14:31:38 +020070Release 1.22 (2018-03-09)
71-------------------------
72
73General changes:
74
75- Libudev has been made a mandatory dependency. (Antonio Argenziano)
76
77- Documentation changed to refer to the new igt-dev mailing
78 list. (Rhys Kidd)
79
80Library changes:
81
82- Refactored timer usage for smaller code size. (Chris Wilson)
83
84- Various fixes to support planar framebuffers. (Maarten Lankhorst)
85
86- Added support for fetching the most recent CRC without waiting for a
87 vblank, along with flushing the queue of already collected
88 CRCs. (Maarten Lankhorst)
89
90- Added a helper to mark BOs purgeable on vc4. (Boris Brezillon)
91
92- Moved handling of a "cork" BO into lib from various tests.
93 (Daniele Ceraolo Spurio)
94
95- Added support for looping over physical i915 engines, as opposed to
96 uABI engines that can alias. (Chris Wilson)
97
98- Added an accelerated method for reading from WC buffers.
99 (Chris Wilson)
100
101Tools changes:
102
103- Improved intel_vbt_decode output, updated the data from current
104 kernel. (Jani Nikula)
105
106- intel_reg can now read/write registers using a given engine.
107 (Mika Kuoppala)
108
109- Aubdump can now simulate enhanced execlist submission, for
110 gen11+. (Scott D Phillips)
111
112
113
114
115
116And many other bug fixes, improvements, cleanups and new tests.
117
Petri Latvala7b685d52018-01-16 15:23:20 +0200118Release 1.21 (2018-01-16)
Petri Latvalad20a50e2018-03-09 14:31:38 +0200119-------------------------
Daniel Vetter07c33172018-01-11 09:47:52 +0100120
Petri Latvala7b685d52018-01-16 15:23:20 +0200121Library changes:
122
123- Added helpers for using DRM syncobj. (Jason Ekstrand)
124
125- Refactored several i915 helpers into library functions.
126 (Michał Winiarski)
127
128- Improved the GPU quiescing code to more thoroughly flush old data
129 and pending work. (Chris Wilson)
130
131- Reworked DRM property handling to be more suitable for
132 atomic commits. (Maarten Lankhorst)
133
134- Removed support for legacy CRC API. The generic API has been
135 available since kernel 4.10. (Maarten Lankhorst)
136
137- Opening a DRM device now automatically loads its module. (Chris Wilson)
138
139- Imported the drm-uapi headers as copies instead of using what's
140 installed in the system. (Eric Anholt)
141
142- Moved the perf code to its own library from
143 intel-gpu-overlay. (Tvrtko Ursulin)
144
145- Removed Android support due to lack of use and
146 maintenance. (Arkadiusz Hiler)
147
148- Upgraded meson to official production status, automake is still kept
149 around for now.
150
151Tools changes:
152
153- Improved the output of intel_vbt_decode. (Jani Nikula)
154
155- intel_error_decode now prints user buffers if they contain debug
156 logs. (Chris Wilson)
157
158- Improved the output of intel_watermark. (Ville Syrjälä,
159 Dhinakaran Pandiyan)
160
161- Aubdump can now simulate execlist submission, converting from ring
162 buffer submission method. (Scott D Phillips)
163
164- intel-gpu-overlay can now show data from perf PMU. (Tvrtko Ursulin,
165 Chris Wilson)
166
167- intel-gpu-overlay now parses tracepoint locations from
168 sysfs. (Lionel Landwerlin)
169
170Documentation changes:
171
172- Documentation can now be built with Meson. (Daniel Vetter)
173
174
175And many other bug fixes, improvements, cleanups and new tests.
Daniel Vetter07c33172018-01-11 09:47:52 +0100176
Petri Latvala7f93a262017-10-04 13:48:15 +0300177Release 1.20 (2017-10-03)
178-------------------------
179
180Library changes:
181
182- Added helpers for launching external processes and capturing their
183 outputs. (Abdiel Janulgue)
184
185- Increased max pipe count to 6 to support AMD GPUs. (Leo (Sunpeng) Li)
186
187- Various improvements for Chamelium support. (Paul Kocialkowski)
188
189- Added Coffeelake platform support. (Rodrigo Vivi, Anusha Srivatsa)
190
191- Added Cannonlake platform support. (Rodrigo Vivi)
192
193- Added support for audio testing. (Paul Kocialkowski)
194
195- Added preliminary meson build system support. (Daniel Vetter, et al)
196 -- Autotools remains the supported build system for now.
197
198Tools changes:
199
200- Refactored video bios data to use definitions copied from the
201 kernel. (Jani Nikula)
202
203Documentation changes:
204
205- Added user and developer documentation about Chamelium support to
206 aid deploying the platform. (Paul Kocialkowski)
207
208- Added documentation about the required hardware setup for audio
209 testing. (Paul Kocialkowski)
210
211Tests changes:
212
213- Converted remaining shell-script tests to C code (Abdiel Janulgue)
214
215- Multiple new tests.
216
217
218And many other bug fixes and improvements.
219
Petri Latvalad492abf2017-06-09 16:27:11 +0300220Release 1.19 (2017-06-09)
221-------------------------
222
223Library changes:
224
225- Changed debugfs handlers to open files for the DRM device in use,
226 for setups with more than one DRM device. (Tomeu Vizoso)
227
228- Added support for 4K and audio HDMI EDID injection. (Abdiel
229 Janulgue, Marius Vlad)
230
231- Added support for AMDGPU devices. (Chris Wilson)
232
233Tools changes:
234
235- intel_error_decode now automatically opens a pager. (Chris Wilson)
236
237- intel_error_decode now dumps the GuC firmware logs if available.
238 (Chris Wilson)
239
240Benchmark changes:
241
242- gem_wsim: New benchmark that simulates command submission
243 workloads. (Tvrtko Ursulin)
244
245Scripts changes:
246
247- trace.pl: New tool to parse i915 tracepoints for performance
248 analysis. (Tvrtko Ursulin)
249
250- media-bench.pl: New tool to programmatically analyze simulated media
251 workloads using gem_wsim to find the optimal load balancing
252 strategy. (Tvrtko Ursulin)
253
254Test changes:
255
256- Imported amdgpu tests from libdrm. (Chris Wilson)
257
258- Multiple other new tests.
259
260
261And many other bug fixes and improvements.
262
Petri Latvalabb97a052017-03-13 15:47:13 +0200263Release 1.18 (2017-03-13)
264-------------------------
265
266Library changes:
267
268- Various changes to library functions so that they don't assume Intel
269 hardware. (Lyude)
270
271- Added helper functions for managing synchronization primitives.
272 (Robert Foss)
273
274- Added support for the new generic CRC capture kernel ABI. (Tomeu
275 Vizoso)
276
277- Added Geminilake platform support. (Ander Conselvan de Oliveira)
278
279- Added helpers for sysfs hotplug events. (Lyude)
280
281- Added support for hotplug testing with the Chamelium device (Lyude)
282
283Tools changes:
284
285- intel_dp_compliance: New tool for running automated DisplayPort
286 compliance tests. (Manasi Navare)
287
288- Renamed intel_bios_reader to intel_vbt_decode. (Jani Nikula)
289
290- intel_gvtg_test: New tool for setting up GVT-g guests based on
291 KVMGT. (Terrence Xu)
292
293Test changes:
294
295- Multiple new tests.
296
297
298And many other bug fixes and improvements.
299
Petri Latvalae631bb52016-12-02 17:50:29 +0200300Release 1.17 (2016-12-02)
301-------------------------
302
303Library changes:
304
305- Added an iterator that generate primes for creating input data that
306 should not fall into any patterns that may be optimised by the
307 drivers. (Chris Wilson)
308
309- Crashes in fixture blocks now print a stacktrace. (Marius Vlad)
310
311- Added support for various system suspend/resume options. (Imre Deak)
312
313- Added linked list helpers from the Wayland project. (Lyude)
314
315- Added a generic dummy workload helper for submitting GPU workloads
316 that consume exactly a specified amount of time. (Abdiel Janulgue)
317
318- Added C functions for driver loading/unloading, pkill and lsof, for
319 converting shell script tests to C code. (Marius Vlad)
320
321Tools changes:
322
323- intel_reg: Add Kabylake support. (Jani Nikula)
324
325- intel_bios_reader: Also dump PSR info. (Ville Syrjälä)
326
327- intel_guc_logger: New tool for capturing logs from the GuC
328 firmware. (Akash Goel)
329
330- intel_aubdump: Added commandline option to stream the dump to
331 another process. (Lionel Landwerlin)
332
333- intel_aubdump: Annotate the dump with the application name and the
334 used PCI ID. (Jason Ekstrand)
335
336Benchmark changes:
337
338- gem_latency: Added support for measuring fence wakeup latencies. (Chris Wilson)
339
340- prime_lookup: New microbenchmark for stressing prime_fd_to_handle
341 and prime_handle_to_fd. (Chris Wilson)
342
343Test changes:
344
345- Multiple new tests.
346
347- Added an explicit list of tests used for Intel CI. (Petri Latvala)
348
349- Converted multiple shell script tests to C. (Marius Vlad)
350
351
352And many other bug fixes and improvements.
353
Marius Vlada28e9e32016-09-02 17:27:08 +0300354Release 1.16 (2016-09-02)
355-------------------------
356
357- Build automatically tests required when issueing a make check, Tests/subtests
358that receive a crash signal should print a backtrace when i-g-t is built with
359libunwind support (Marius Vlad)
360
361- lib/igt_kms: Force connector probing on first use (Chris Wilson)
362
363- vc4: Add a test for BO lookup failure error path (Eric Anholt)
364
365- tests/gem_mocs_settings: Remove direct register tests,
366and added RC6 tests (Peter Antoine)
367
368- Check for libdrm_intel and build if present, Add stubs for intel_bufmgr
369(Robert Foss)
370
371- igt/gem_mmap_gtt: Add a test to detect non-WC access (Chris Wilson)
372
373- Various documentation improvements (Daniel Vetter)
374
375- Added new tests: tests/kms_rmfb and tests/kms_atomic_transition, a test for
376fastboot, tests/kms_panel_fitting, and a test that only tries to set the
377current property values back, tests/kms_properties. Various improvements to
378tests/kms_cursor_legacy (Maarten Lankhorst)
379
380- lib/igt_kms: Use pipes for committing, not outputs and assign pipe properties
381in pipe init and many other improvements (Maarten Lankhorst)
382
383- tests/gem_workarounds: read test added as a basic test, fix assertion of num
384of regs (Mika Kuoppala)
385
386- Various improvements to tools/intel_bios_reader and tools/intel_reg (Ville
387Syrjälä)
388
389- lib: Add x86 cpuid based feature detection (Chris Wilson)
390
391- demos/intel_sprite_on: Instead of looping until the first disconnected port
392is found, now go through all possible connectors, drawing the sprite on any
393connected display. (Jim Bride)
394
395- Multiple improvements to lib/igt_kms (Robert Foss)
396
397- lib/igt_aux: Framework for measuring latency in raising signals (Chris
398Wilson)
399
400- Various modifications to intel_chipset: Replace lookup of GT size with
401computation, remove unused PCI_CHIP ids, converting platforms names using
402device info (Chris Wilson)
403
404- tests/kms_chv_cursor_fail: Run the tests with fewer steps
405(Maarten Lankhorst)
406
407- lib/intel_chipset: Add more Kabylake PCI IDs and removed PCI IDs that are no
408longer listed as Kabylake (Rodrigo Vivi)
409
410- Basic framework for GVT-g testing has landed (Chris Wilson)
411
412- Various improvements to tests/kms_flip (Ville Syrjälä)
413
414- igt/kms_cursor_legacy: Add a rudimentary test to detect stalled cursors,
415detect pageflip errors and check that cursor updates do not stall flips
416(Chris Wilson)
417
418- vGEM support: lib and added tests/vgem_basic, tests/vgem_slow and
419tests/vgem_reload_basic (Chris Wilson)
420
421- Various fixes to tests/kms_frontbuffer_tracking: prefer BLT drawing, recreate
422FBS at every subtest and properly handle mixing GTT and WC mmaps (Paulo Zanoni)
423
424- Replace drv_missed_irq_hang script with a C-equivalent: tests/drv_missed_irq
425(Chris Wilson)
426
427- Added a test case for polling dma-buf fences: tests/prime_busy (Chris Wilson)
428
429- lib/igt_gt: Omit illegal instruction on gen8+ and time
430constrains on hang detection (igt/gem_reset_stats) (Mika Kuoppala)
431
432- Added tests/kms_invalid_dotclock, a test that makes sure every modeset gets
433rejected by the kernel if the requested dotclock is beyond the hardware
434capabilities (Ville Syrjälä)
435
436- tests/gem_stolen: Verify contents of stolen-backed objects across
437hibernation, fix for no_mmap subtest and check for available stolen memory size
438(Ankitprasad Sharma)
439
440- tests/core_prop_blob: Add invalid tests to set fb props (Daniel Vetter)
441
442- Many more fixes and improvements.
443
Marius Vlad3ce58b62016-05-31 18:33:24 +0300444Release 1.15 (2016-05-31)
Daniel Vetter72d04b82016-03-18 21:46:54 +0100445-------------------------
446
Marius Vlad3ce58b62016-05-31 18:33:24 +0300447- New KMS test: tests/kms_cursor_legacy (Stress legacy cursor ioctl)
448(Chris Wilson)
449
450- Several GEM tests have been removed from BAT: tests/gem_exec_whisper,
451tests/gem_sync (dropped individual engines), test/gem_cs_prefetch (replaced
452by test/gem_exec_gttfill), tests/gem_ctx_param_basic (got relabeled
453to tests/gem_ctx_param) (Chris Wilson)
454
455- build: Skip configure step if is NOCONFIGURE set (Tomeu Vizoso)
456
457- tools/intel_bios_reader: Added options for dumping individual panels, specific
458section, hex format and other various fixes (Jani Nikula)
459
460- build: Add optional --enable-werror
461(hard-fail in case of compiler warnings) (Marius Vlad)
462
463- New KMS test: tests/prime_mmap_kms (show case dma-buf new API
464and processes restrictions) (Tiago Vignatti)
465
466- Several tests have gained to ability to be run on different platforms
467than Intel: tests/testdisplay (Tomeu Vizoso), tests/kms_panel_fitting
468(Robert Foss), tests/kms_flip_event_leak, tests/kms_flip (Tomeu Vizoso).
Marius Vladc2a2ab62016-05-09 14:37:30 +0300469
470- compute exitcode first: In the case of running multiple subtests which all
471happen to be skipped, igt_exitcode is 0, but the final exit code will be 77.
472(Chris Wilson)
473
Marius Vlad3ce58b62016-05-31 18:33:24 +0300474- Shorten tests/kms_flip test (Tvrtko Ursulin)
Marius Vladc2a2ab62016-05-09 14:37:30 +0300475
476- Half the timeout for suspend to RAM and a third for suspend to disk
477(Marius Vlad)
478
479- lib: Pass format instead of bpp to create_bo_for_fb (Ville Syrjälä)
480
Marius Vlad3ce58b62016-05-31 18:33:24 +0300481- Removed from tests/test-list.txt, tests/gem_concurrent_all and added
Marius Vlad213b0732016-04-20 18:41:24 +0300482tests/test-list-full.txt that contains all the tests. This will speed
483up considerably piglit when starting tests. (Gabriel Feceoru)
484
Marius Vlad87acd982016-04-19 19:49:43 +0300485- piglit changed its behaviour to prevent overwriting the results. A fairly new
Marius Vlad213b0732016-04-20 18:41:24 +0300486version of piglit is required to run i-g-t tests. (Gabriel Feceoru)
Marius Vlad87acd982016-04-19 19:49:43 +0300487
Marius Vlad3ce58b62016-05-31 18:33:24 +0300488- lib: Replace drmIoctl() with a layer of indirection (Chris Wilson)
489
490- Adding missing Broxton PCI IDs (Rodrigo Vivi)
491
492- Added COMMIT_ATOMIC (lib/igt_kms, w/ tests/kms_rotation_crc).
Marius Vladed6fb662016-04-20 20:03:53 +0300493Requires nuclear_pageflip parameter turned on in the i915 driver.
494(Mayuresh Gharpure, Pratik Vishwakarma)
495
Marius Vlad3ce58b62016-05-31 18:33:24 +0300496- man/: rewrite manual pages in reStructuredText (Jani Nikula)
497
498- tests/drv_module_reload_basic: perform fault injection (Chris Wilson)
499with various improvements (Imre Deak)
500
501- Removed tests/gem_multi_bsd_sync_loop which was superseded by
502tests/gem_ring_sync_loop and tests/gem_dummy_reloc_loop by
503tests/gem_exec_reloc (Chris Wilson)
504
505- New GEM tests: tests/gem_exec_whisper, tests/gem_exec_store,
506test/gem_exec_gttfill, tests/gem_exec_suspend, tests/gem_exec_flush
507(Chris Wilson)
508
509- New benchmarks: benchmarks/gem_syslatency, benchmarks/gem_exec_fault
510(Chris Wilson)
511
512- tests/gem_exec_nop included in BAT (Chris Wilson)
513
514- tests/pm_rpm: Fix crash on machines that lack LLC (David Weinehall)
515
516- lib/igt_fb: Fix domain tracking for GTT cairo surfaces (Chris Wilson)
517
Daniel Vetter72d04b82016-03-18 21:46:54 +0100518- Add igt_subtest_group to allow igt_fixture for only a subset of subtests
Marius Vlad3ce58b62016-05-31 18:33:24 +0300519without skipping/failing all subsequent subtests. (Daniel Vetter)
520
521- Many more fixes and improvements.
Daniel Vetter72d04b82016-03-18 21:46:54 +0100522
Marius Vladb59bcb82016-03-01 17:03:55 +0200523Release 1.14 (2016-03-01)
524-------------------------
525
526- New test: gem_create validate parameters for GEM_CREATE ioctl
527(Ankitprasad Sharma)
528
529- New test: gem_softpin exercise the userptr ioctl to create shared
530buffers between CPU and GPU (Vinay Belgaumkar)
531
532- New tests: prime_mmap_coherency/kms_mmap_write_crc cache coherency
533tests (Tiago Vignatti)
534
535- New test: prime_mmap mmap() on dma-buf fds (Rob Bradford)
536
537- New test: gem_exec_reloc sanity check of execbuf-ioctl relocations (Chris
538Wilson)
539
540- New test: gem_exec_basic sanity check of execbuf-ioctl rings (Chris Wilson)
541
542- improved igt_hang_ring() infrastructure for generic hang injection support in
543the core library (Chris Wilson)
544
545- new igt_pm library to collect power management testing helpers (David
546Weinehall)
547
548- lig/igt_vc4: VC4 support library (Eric Anholt)
549
550- kms_frontbuffer_tracking: included in BAT (Paulo Zanoni)
551
552- kms_psr_sink_crc: Add BAT test for PSR active (Rodrigo Vivi)
553
554- gem_wait: test superseded by gem_latency in benchmarks (Chris Wilson)
555
556- igt_core: Fix logging to display extended line (Derek Morton)
557
558- igt_core: Expand --run-subtest functionality (Derek Morton)
559
560- kms_force_connector_basic: various fixes and included in BAT set (Daniel
561Vetter)
562
563- Many other improvements and bug fixes.
564
Thomas Wood2db78a42015-12-02 16:46:39 +0000565Release 1.13 (2015-12-02)
Thomas Wood17c6b5c2015-12-02 16:45:42 +0000566-------------------------
567
568- New test: kms_atomic tests atomic mode setting (Daniel Stone)
569
570- New test: core_prop_blob tests blob properties (Daniel Stone)
571
572- New test: gem_request_retire targets request retirement code paths
573 (Tvrtko Ursulin)
574
575- New test: core_setmaster_vs_auth checks that drop/setMaster correctly
576 transfer master state (Thomas Hellstrom/Daniel Vetter)
577
578- Wildcard characters are now accepted when using the --run-subtest command
579 line option to specify multiple subtests to run. (Thomas Wood)
580
581- Add support for Broxton in intel_audio_dump (Han Lu)
582
583- Added Kabylake support (Rodrigo Vivi/Wayne Boyer)
584
585- Many other bug fixes and improvements
586
Thomas Wood1f9e0552015-09-11 15:15:13 +0100587Release 1.12 (2015-09-11)
Thomas Wood154192a2015-06-19 09:22:55 +0100588-------------------------
589
Thomas Woodc5902bf2015-09-11 15:13:00 +0100590- Various new tests and tools
591
592- New statistical analysis functions. (Damien Lespiau)
593
594- New benchmark tests. (Chris Wilson)
595
596- Old register tools that were superseded by intel_reg have been removed.
597
598- Various tests have been marked "basic", to indicate they are suitable for
599 use in basic acceptance testing. (Jesse Barnes)
600
601- Per-ring gem_storedw_loop tests combined into a single test with subtests.
602 (Jesse Barnes)
603
604- New "aubdump" tool, used to launch an application and capture rendering to
605 an AUB file. (Kristian Høgsberg Kristensen)
606
607- Cherryview support added to intel_display_poller. (Ville Syrjälä)
608
609- Skylake and Broadwell support added to gem_gpgpu_fill tests.
610 (Dominik Zeromski)
611
612- Support for running core drm tests on any platform. (Micah Fedke)
613
614- Many other bug fixes
Thomas Wood154192a2015-06-19 09:22:55 +0100615
Thomas Woodb88212c2015-06-11 16:08:23 +0100616Release 1.11 (2015-06-11)
Daniel Vetter76556062015-03-13 09:37:49 +0100617-------------------------
618
Thomas Wood0cc16b32015-06-11 16:06:33 +0100619- Various new tests and tools
620
Thomas Wood629759c2015-04-09 16:34:12 +0100621- Single combined test list (supported by piglit since commit 8a122bb)
622
623- Optional dependency on libunwind to provide automatic stack traces on test
624 failures. (Thomas Wood)
625
626- Add optional default debug and optimisation flags for tests to enable better
627 stack traces and debugging. (Thomas Wood)
628
629- Test programs are now installed into libexec. This is useful when building a
630 complete software stack for a DUT from scratch. (Building and installing
631 tests can still be disabled by the --disable-tests configure flag.)
632 (Joonas Lahtinen)
633
Thomas Wood0cc16b32015-06-11 16:06:33 +0100634- New tool to decode watermark registers (Ville Syrjälä)
635
636- Timeout mechanism now reports test as failed
637
638- Introduce intel_reg as the one Intel graphics register multitool to replace
639 intel_reg_read, intel_reg_write, intel_iosf_sb_read, intel_iosf_sb_write,
640 intel_vga_read, intel_vga_write, intel_reg_dumper, intel_reg_snapshot,
641 and quick_dump.py. (Jani Nikula)
642
643- Add functions to manipulate i915.ko parameters and ensure features are enabled
644 for testing. (Paulo Zanoni)
Daniel Vetter76556062015-03-13 09:37:49 +0100645
Thomas Woode3e65912015-03-12 17:06:54 +0000646Release 1.10 (2015-03-12)
Thomas Woodf73697a2014-12-17 14:34:47 +0000647-------------------------
648
Ben Widawsky5fb26d12015-01-10 14:36:20 -0800649- New frequency manipulation tool (intel_gpu_frequency)
650
Daniel Vetter25c43472015-02-07 12:45:49 +0100651- Adjustments for the Solaris port (Alan Coopersmith).
652
653- Remove tests/NAMING-CONVENTION since it's all in the docbook now, to avoid
654 divergent conventions.
655
656- New CRITICAL log level for really serious stuff (Thomas Wood).
657
658- Interactive test mode can now be enabled by the shared cmdline option
659 --interactive-debug=$var (Rodrigo Vivi).
660
Daniel Vetter50158de2015-03-05 09:42:29 +0100661- Improved logging to kmsg to better line up test runs with kernel messages
662 (Chris Wilson).
663
664- Record all log levels (including disabled levels) in a ringbuffer and dump
665 that on test failures for quicker diagnostics of automated test run results
666 (Thomas Wood).
667
668- A lot of small polish all over the test library.
669
Daniel Vetter25c43472015-02-07 12:45:49 +0100670- Piles of new testcases and improvements to existing ones as usual.
671
Thomas Wood6262f352014-12-12 15:26:36 +0000672Release 1.9 (2014-12-12)
Daniel Vetter137877f2014-09-09 11:43:10 +0200673------------------------
674
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000675- New test cases added: drm_import_export, gem_gpgpu_fill, gem_ppgtt,
676 gem_tiled_wb, kms_pwrite_crc.
Daniel Vetter20c8eba2014-10-01 12:12:43 +0200677
678- New helper for interactive progress indicators (see igt_print_activity and
679 igt_progress), which can be disabled by setting the log-level to warn (Thomas
680 and Daniel).
681
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000682- Basic skl support: pci ids, rendercopy & mediafill (Damien, Zhao Yakui).
Daniel Vetter20c8eba2014-10-01 12:12:43 +0200683
684- chv support for the iosf sideband tools and a few other improvements (Ville).
685
686- Fence register support for intel_reg_dumper on bdw+ (Rodrigo).
687
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000688- Support for skl in quick_dump (Damien).
689
690- Golden state generation infrastructure (Mika).
691
692- New skl watermark tool (Damien).
693
694- New EDID test block that includes multiple display modes (Thomas).
695
696- Individual test documentation available in generated documentation and from
697 the test binaries (Thomas).
698
Thomas Wood267b3522014-12-12 14:28:38 +0000699- New logging domains and log filtering (Thomas).
700
701- Various API documentation fixes and improvements (Thomas).
702
Rodrigo Vivid9d3f4b2014-09-08 22:43:46 -0400703Release 1.8 (2014-09-08)
Daniel Vetter0617b0b2014-06-10 08:18:37 +0200704------------------------
705
Daniel Vetter87042d62014-06-13 16:23:10 +0200706- Added lib/igt.cocci semantic patch to catch often-seen patterns and convert
707 them to igt macros/infrastructure.
708
Daniel Vetter3777d422014-07-10 20:19:18 +0200709- Improvements to the documentation build systems (Thomas).
710
711- Small fixes and improvements to the igt infrastructure and helpers all over.
712
713- As usual piles of new tests.
714
Daniel Vetterbffef222014-07-23 22:32:09 +0200715- Improved plane/pipe handling in the igt_kms library (Damien).
716
717- Unified option parsing between simple tests and tests with subtests (Thomas).
718 This will allow us to merge the different Makefile targets once test runners
719 are converted.
720
Daniel Vetter93d07ab2014-07-25 09:28:56 +0200721- New commit functions for igt_kms to support the new universal planes
722 interfaces (Matt Roper).
723
Daniel Vettera54faca2014-09-03 12:51:33 +0200724- Polish the debug output when test requirements aren't met a bit and inject the
725 program name/subtest in dmesg for easier backtrace/oom debugging (Chris).
726
727- A bit of polish for the framebuffer helper functions (Damien).
728
729- Robuster option parsing helpers, they now check for conflicts when merging
730 different option lists (Thomas).
731
732- MIPI DSI vbt support in intel_bios_read (Gaurav K Singh).
733
734- Clarify the split between low-level helpers and the high-level library in
735 igt_kms a bit by renaming some functions and improving and extending the api
736 documentation.
737
738- Helper to restore the vt mode, useful to test lastclose/fbdev emulation
739 behaviour (Thomas).
740
741- Refactor the support for 64bit relocs. By specifying the number of relocations
742 explicit a lot of the gen8 checks can be removed from simple testcases which
743 only use the blitter (Chris).
744
Rodrigo Vivi32bb5d92014-06-09 11:30:15 -0700745Release 1.7 (2014-06-09)
Daniel Vetter523d9092014-03-13 18:09:41 +0100746------------------------
747
748- Piles of API documentation for the core i-g-t testing libraries.
749
Daniel Vetterce3c4432014-04-29 17:17:24 +0200750- Improved igt loggin, now also with igt_vlog (for va_args printf-style
751 logging).
752
753- Polish for the igt_debugfs library.
754
755- Split out igt_fb library from igt_kms, cleanup of the igt_kms functions.
756
757- Android porting patches (Tim Gore, Tvrtko Ursulin).
758
759- Piles more tests as usual.
760
Daniel Vetterbd7f9ab2014-05-13 11:12:34 +0200761- Support for building libcairo based tests on Android. Set ANDROID_HAS_CAIRO=1
762 in the build enviroment when you have this (Tim Gore).
763
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200764- Timeout support in igt_aux, see igt_set_timeout (Thomas).
765
Daniel Vetter532b7e62014-05-28 16:19:16 +0200766- Documentation for the testrunner interface like exit codes, subtest
767 enumeration and log output. Should help other people to run the tests in their
768 own framework.
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200769
Daniel Vetter532b7e62014-05-28 16:19:16 +0200770- Make swig an optional dependency (Damien).
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200771
Daniel Vetteraeb3d882014-05-28 16:05:14 +0200772- Helpers for runtime pm tests in igt_aux.
773
Rodrigo Vivia0950722014-03-13 07:52:47 -0300774Release 1.6 (2014-03-13)
Ben Widawskya88cf4c2013-11-06 09:48:17 -0800775------------------------
776
777- Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
778
Daniel Vettere046c312013-11-12 12:18:33 +0100779- Updated (now working again!) Android support from Oscar Mateo.
780
Daniel Vetter4697cf42013-11-14 11:08:13 +0100781- Test coverage through i-g-t is now officially an integral part of any drm/i915
782 feature work and also for bugfixes. For more details see:
783
784 http://blog.ffwll.ch/2013/11/testing-requirements-for-drmi915.html
785
Daniel Vetterc6c2b2b2014-03-26 15:15:49 +0100786- Fix the gen4asm build dependency handling, now that the assembler is included in
Daniel Vetterbb404942014-01-07 08:14:33 +0100787 i-g-t (Ben).
788
789- Improve the cairo object lifetime management of the kmstest helpers (Chris).
790
Daniel Vetterec3b1332014-02-12 00:12:07 +0100791- Allow register access to succeed if i915 is loaded but debugfs isn't found
792 (i.e. nomodeset is used)
793
794- New kernel modesetting helper library for simpler testcases (Damien).
795
Daniel Vetterb5b0aeb2014-02-13 14:43:20 +0100796- New structure logging support for tests. Message at the WARN level be
797 reflected in the piglit result, also included igt_warn_on macros to simplify
798 test asserts which should just result in warnings, but not in a test abort.
799
Daniel Vetter20087e72014-03-07 09:27:00 +0100800- Broadwell support for intel_audio_dump (Mengdong Lin).
801
Thomas Wood14ea2a02014-03-11 16:04:28 +0000802- API documentation support (Thomas)
803
Rodrigo Vivi41b5fbf2013-11-06 13:06:11 -0200804Release 1.5 (2013-11-06)
Daniel Vetter145c0d12013-09-22 13:15:43 +0200805------------------------
806
807- Some polishing of the test infrastructure, for details see:
808
809 http://blog.ffwll.ch/2013/09/more-drmi915-testsuite-infrastructure.html
810
811- Haswell support for the DPF tool (tools/intel_l3_parity) and other
812 improvements (Ben).
813
Daniel Vettera8bf10c2013-10-01 22:20:38 +0200814- Stereo/3D support in testdisplay (Damien).
815
Daniel Vetter47d0a6f2013-10-04 11:10:48 +0200816- Support for gen7 gpu perf counters in tools/intel_perf_counters (Kenneth).
817
Daniel Vettereeaf0132013-11-03 11:28:50 +0100818- Improvements to the VBT decoder (Jani).
819
820- New tool to read legacy VGA registers (Ville).
821
822- New helpers in the test library to help deal with debugfs files and the new
823 display pipe CRC support (Damien).
824
825- Introduction of a proper naming convention for all the testcases, see
826 tests/NAMING-CONVENTION.
827
828- As usual tons of new testcases and improvements and bugfixes to existing ones.
829
830- The testsuite framework itself has gained some regression tests which can be
831 run at compile-time with "make check".
832
Daniel Vetter27f1a7d2013-11-06 15:06:15 +0100833- New helpers for the drop_cache kernel interface and use drop_caches(RETIRE) to
834 really make sure the gpu is idle in testcases (Oscar Mateo).
835
Daniel Vetter5fab0b82013-11-06 18:55:20 +0100836Release 1.4 (2013-09-16)
Daniel Vetter145c0d12013-09-22 13:15:43 +0200837------------------------
Daniel Vetter35ee5072013-09-13 17:02:07 +0200838
839- Integration of the gen4+ assembler (Damien).
840
841- Start of a new performance analysis tool from Chris Wilson with front-ends for
842 both X11 and plain kms. This uses the perf subsystem and the gpu performance
843 counter kernel patches from Chris.
844
845- New register dumper quick_dump from Ben, with lots of work from Damien. This
Chris Wilson32f9c492013-09-13 16:28:15 +0100846 will superseed intel_reg_dumper for newer platforms (which are not yet
Daniel Vetter35ee5072013-09-13 17:02:07 +0200847 released) since it will allow us to automatically generate register dumps from
848 the internal xml register specifications.
849
850- Tools to access the pletoria of new indirect register access functions on
851 newer platforms.
852
853- Framebuffer contents dumper to debug some of the nastier corruption issues.
854 The advantage here is that this bypasses any userspace drivers and so avoids
855 that the corruptions get magically fixed when taking an X screenshot.
856
Chris Wilson32f9c492013-09-13 16:28:15 +0100857- Tons of new testcases. Including subtests we are now at roughly 450 tests!
Daniel Vetter35ee5072013-09-13 17:02:07 +0200858
859- Improvements to the test framework infrastructure. See
860 http://blog.ffwll.ch/2013/08/recent-drmi915-testsuite-improvements.html
861 for an overview.
862
Rodrigo Vivia33d5572013-09-13 16:54:56 -0300863Release 1.3 (2012-08-27)
Daniel Vetter030c9c02013-09-13 17:01:38 +0200864------------------------
865
866- massive improvements to the testsuite
867- dpf tool for handling l3 remapping on gen7 (Ben)
868- robustify against wc gtt mappings (Chris)
869- improvements to the reg_dumper and register read/write tools
870- haswell support
871
872Release 1.2 (2012-02-09)
873------------------------
874
875- intel_audio_dump improvements (Wu Fengguang)
876- buildsystem improvements (Gaetan Nadon)
877- solaris support (Alan Coopersmith)
878- massive refactoring of testcases and rendercpy extraction
879- new tests
880- fixed up intel_reg_read/write for platforms needing forcewake (needs a
881 kernel patch which from 3.3 to work on ivb - Ben Widawsky)
882
Rodrigo Vivia33d5572013-09-13 16:54:56 -0300883Release 1.1 (2011-12-24)
Daniel Vetter030c9c02013-09-13 17:01:38 +0200884------------------------
885
886Improved testsuite, usable for kernel regression testing!
887
888Release 1.0 (2009-04-27)
889------------------------
890
891Initial release:
892- miscellaneous userland tools that don't really fit into the 2D driver tree
893- standalone regression tests for the DRM (make check)
894- microbenchmarks of the DRM for kernel performance regression testing