blob: 6bb80560078168800d8cfbf3d969d33deef6d072 [file] [log] [blame]
Marius Vlada28e9e32016-09-02 17:27:08 +03001Release 1.16 (2016-09-02)
2-------------------------
3
4- Build automatically tests required when issueing a make check, Tests/subtests
5that receive a crash signal should print a backtrace when i-g-t is built with
6libunwind support (Marius Vlad)
7
8- lib/igt_kms: Force connector probing on first use (Chris Wilson)
9
10- vc4: Add a test for BO lookup failure error path (Eric Anholt)
11
12- tests/gem_mocs_settings: Remove direct register tests,
13and added RC6 tests (Peter Antoine)
14
15- Check for libdrm_intel and build if present, Add stubs for intel_bufmgr
16(Robert Foss)
17
18- igt/gem_mmap_gtt: Add a test to detect non-WC access (Chris Wilson)
19
20- Various documentation improvements (Daniel Vetter)
21
22- Added new tests: tests/kms_rmfb and tests/kms_atomic_transition, a test for
23fastboot, tests/kms_panel_fitting, and a test that only tries to set the
24current property values back, tests/kms_properties. Various improvements to
25tests/kms_cursor_legacy (Maarten Lankhorst)
26
27- lib/igt_kms: Use pipes for committing, not outputs and assign pipe properties
28in pipe init and many other improvements (Maarten Lankhorst)
29
30- tests/gem_workarounds: read test added as a basic test, fix assertion of num
31of regs (Mika Kuoppala)
32
33- Various improvements to tools/intel_bios_reader and tools/intel_reg (Ville
34Syrjälä)
35
36- lib: Add x86 cpuid based feature detection (Chris Wilson)
37
38- demos/intel_sprite_on: Instead of looping until the first disconnected port
39is found, now go through all possible connectors, drawing the sprite on any
40connected display. (Jim Bride)
41
42- Multiple improvements to lib/igt_kms (Robert Foss)
43
44- lib/igt_aux: Framework for measuring latency in raising signals (Chris
45Wilson)
46
47- Various modifications to intel_chipset: Replace lookup of GT size with
48computation, remove unused PCI_CHIP ids, converting platforms names using
49device info (Chris Wilson)
50
51- tests/kms_chv_cursor_fail: Run the tests with fewer steps
52(Maarten Lankhorst)
53
54- lib/intel_chipset: Add more Kabylake PCI IDs and removed PCI IDs that are no
55longer listed as Kabylake (Rodrigo Vivi)
56
57- Basic framework for GVT-g testing has landed (Chris Wilson)
58
59- Various improvements to tests/kms_flip (Ville Syrjälä)
60
61- igt/kms_cursor_legacy: Add a rudimentary test to detect stalled cursors,
62detect pageflip errors and check that cursor updates do not stall flips
63(Chris Wilson)
64
65- vGEM support: lib and added tests/vgem_basic, tests/vgem_slow and
66tests/vgem_reload_basic (Chris Wilson)
67
68- Various fixes to tests/kms_frontbuffer_tracking: prefer BLT drawing, recreate
69FBS at every subtest and properly handle mixing GTT and WC mmaps (Paulo Zanoni)
70
71- Replace drv_missed_irq_hang script with a C-equivalent: tests/drv_missed_irq
72(Chris Wilson)
73
74- Added a test case for polling dma-buf fences: tests/prime_busy (Chris Wilson)
75
76- lib/igt_gt: Omit illegal instruction on gen8+ and time
77constrains on hang detection (igt/gem_reset_stats) (Mika Kuoppala)
78
79- Added tests/kms_invalid_dotclock, a test that makes sure every modeset gets
80rejected by the kernel if the requested dotclock is beyond the hardware
81capabilities (Ville Syrjälä)
82
83- tests/gem_stolen: Verify contents of stolen-backed objects across
84hibernation, fix for no_mmap subtest and check for available stolen memory size
85(Ankitprasad Sharma)
86
87- tests/core_prop_blob: Add invalid tests to set fb props (Daniel Vetter)
88
89- Many more fixes and improvements.
90
Marius Vlad3ce58b62016-05-31 18:33:24 +030091Release 1.15 (2016-05-31)
Daniel Vetter72d04b82016-03-18 21:46:54 +010092-------------------------
93
Marius Vlad3ce58b62016-05-31 18:33:24 +030094- New KMS test: tests/kms_cursor_legacy (Stress legacy cursor ioctl)
95(Chris Wilson)
96
97- Several GEM tests have been removed from BAT: tests/gem_exec_whisper,
98tests/gem_sync (dropped individual engines), test/gem_cs_prefetch (replaced
99by test/gem_exec_gttfill), tests/gem_ctx_param_basic (got relabeled
100to tests/gem_ctx_param) (Chris Wilson)
101
102- build: Skip configure step if is NOCONFIGURE set (Tomeu Vizoso)
103
104- tools/intel_bios_reader: Added options for dumping individual panels, specific
105section, hex format and other various fixes (Jani Nikula)
106
107- build: Add optional --enable-werror
108(hard-fail in case of compiler warnings) (Marius Vlad)
109
110- New KMS test: tests/prime_mmap_kms (show case dma-buf new API
111and processes restrictions) (Tiago Vignatti)
112
113- Several tests have gained to ability to be run on different platforms
114than Intel: tests/testdisplay (Tomeu Vizoso), tests/kms_panel_fitting
115(Robert Foss), tests/kms_flip_event_leak, tests/kms_flip (Tomeu Vizoso).
Marius Vladc2a2ab62016-05-09 14:37:30 +0300116
117- compute exitcode first: In the case of running multiple subtests which all
118happen to be skipped, igt_exitcode is 0, but the final exit code will be 77.
119(Chris Wilson)
120
Marius Vlad3ce58b62016-05-31 18:33:24 +0300121- Shorten tests/kms_flip test (Tvrtko Ursulin)
Marius Vladc2a2ab62016-05-09 14:37:30 +0300122
123- Half the timeout for suspend to RAM and a third for suspend to disk
124(Marius Vlad)
125
126- lib: Pass format instead of bpp to create_bo_for_fb (Ville Syrjälä)
127
Marius Vlad3ce58b62016-05-31 18:33:24 +0300128- Removed from tests/test-list.txt, tests/gem_concurrent_all and added
Marius Vlad213b0732016-04-20 18:41:24 +0300129tests/test-list-full.txt that contains all the tests. This will speed
130up considerably piglit when starting tests. (Gabriel Feceoru)
131
Marius Vlad87acd982016-04-19 19:49:43 +0300132- piglit changed its behaviour to prevent overwriting the results. A fairly new
Marius Vlad213b0732016-04-20 18:41:24 +0300133version of piglit is required to run i-g-t tests. (Gabriel Feceoru)
Marius Vlad87acd982016-04-19 19:49:43 +0300134
Marius Vlad3ce58b62016-05-31 18:33:24 +0300135- lib: Replace drmIoctl() with a layer of indirection (Chris Wilson)
136
137- Adding missing Broxton PCI IDs (Rodrigo Vivi)
138
139- Added COMMIT_ATOMIC (lib/igt_kms, w/ tests/kms_rotation_crc).
Marius Vladed6fb662016-04-20 20:03:53 +0300140Requires nuclear_pageflip parameter turned on in the i915 driver.
141(Mayuresh Gharpure, Pratik Vishwakarma)
142
Marius Vlad3ce58b62016-05-31 18:33:24 +0300143- man/: rewrite manual pages in reStructuredText (Jani Nikula)
144
145- tests/drv_module_reload_basic: perform fault injection (Chris Wilson)
146with various improvements (Imre Deak)
147
148- Removed tests/gem_multi_bsd_sync_loop which was superseded by
149tests/gem_ring_sync_loop and tests/gem_dummy_reloc_loop by
150tests/gem_exec_reloc (Chris Wilson)
151
152- New GEM tests: tests/gem_exec_whisper, tests/gem_exec_store,
153test/gem_exec_gttfill, tests/gem_exec_suspend, tests/gem_exec_flush
154(Chris Wilson)
155
156- New benchmarks: benchmarks/gem_syslatency, benchmarks/gem_exec_fault
157(Chris Wilson)
158
159- tests/gem_exec_nop included in BAT (Chris Wilson)
160
161- tests/pm_rpm: Fix crash on machines that lack LLC (David Weinehall)
162
163- lib/igt_fb: Fix domain tracking for GTT cairo surfaces (Chris Wilson)
164
Daniel Vetter72d04b82016-03-18 21:46:54 +0100165- Add igt_subtest_group to allow igt_fixture for only a subset of subtests
Marius Vlad3ce58b62016-05-31 18:33:24 +0300166without skipping/failing all subsequent subtests. (Daniel Vetter)
167
168- Many more fixes and improvements.
Daniel Vetter72d04b82016-03-18 21:46:54 +0100169
Marius Vladb59bcb82016-03-01 17:03:55 +0200170Release 1.14 (2016-03-01)
171-------------------------
172
173- New test: gem_create validate parameters for GEM_CREATE ioctl
174(Ankitprasad Sharma)
175
176- New test: gem_softpin exercise the userptr ioctl to create shared
177buffers between CPU and GPU (Vinay Belgaumkar)
178
179- New tests: prime_mmap_coherency/kms_mmap_write_crc cache coherency
180tests (Tiago Vignatti)
181
182- New test: prime_mmap mmap() on dma-buf fds (Rob Bradford)
183
184- New test: gem_exec_reloc sanity check of execbuf-ioctl relocations (Chris
185Wilson)
186
187- New test: gem_exec_basic sanity check of execbuf-ioctl rings (Chris Wilson)
188
189- improved igt_hang_ring() infrastructure for generic hang injection support in
190the core library (Chris Wilson)
191
192- new igt_pm library to collect power management testing helpers (David
193Weinehall)
194
195- lig/igt_vc4: VC4 support library (Eric Anholt)
196
197- kms_frontbuffer_tracking: included in BAT (Paulo Zanoni)
198
199- kms_psr_sink_crc: Add BAT test for PSR active (Rodrigo Vivi)
200
201- gem_wait: test superseded by gem_latency in benchmarks (Chris Wilson)
202
203- igt_core: Fix logging to display extended line (Derek Morton)
204
205- igt_core: Expand --run-subtest functionality (Derek Morton)
206
207- kms_force_connector_basic: various fixes and included in BAT set (Daniel
208Vetter)
209
210- Many other improvements and bug fixes.
211
Thomas Wood2db78a42015-12-02 16:46:39 +0000212Release 1.13 (2015-12-02)
Thomas Wood17c6b5c2015-12-02 16:45:42 +0000213-------------------------
214
215- New test: kms_atomic tests atomic mode setting (Daniel Stone)
216
217- New test: core_prop_blob tests blob properties (Daniel Stone)
218
219- New test: gem_request_retire targets request retirement code paths
220 (Tvrtko Ursulin)
221
222- New test: core_setmaster_vs_auth checks that drop/setMaster correctly
223 transfer master state (Thomas Hellstrom/Daniel Vetter)
224
225- Wildcard characters are now accepted when using the --run-subtest command
226 line option to specify multiple subtests to run. (Thomas Wood)
227
228- Add support for Broxton in intel_audio_dump (Han Lu)
229
230- Added Kabylake support (Rodrigo Vivi/Wayne Boyer)
231
232- Many other bug fixes and improvements
233
Thomas Wood1f9e0552015-09-11 15:15:13 +0100234Release 1.12 (2015-09-11)
Thomas Wood154192a2015-06-19 09:22:55 +0100235-------------------------
236
Thomas Woodc5902bf2015-09-11 15:13:00 +0100237- Various new tests and tools
238
239- New statistical analysis functions. (Damien Lespiau)
240
241- New benchmark tests. (Chris Wilson)
242
243- Old register tools that were superseded by intel_reg have been removed.
244
245- Various tests have been marked "basic", to indicate they are suitable for
246 use in basic acceptance testing. (Jesse Barnes)
247
248- Per-ring gem_storedw_loop tests combined into a single test with subtests.
249 (Jesse Barnes)
250
251- New "aubdump" tool, used to launch an application and capture rendering to
252 an AUB file. (Kristian Høgsberg Kristensen)
253
254- Cherryview support added to intel_display_poller. (Ville Syrjälä)
255
256- Skylake and Broadwell support added to gem_gpgpu_fill tests.
257 (Dominik Zeromski)
258
259- Support for running core drm tests on any platform. (Micah Fedke)
260
261- Many other bug fixes
Thomas Wood154192a2015-06-19 09:22:55 +0100262
Thomas Woodb88212c2015-06-11 16:08:23 +0100263Release 1.11 (2015-06-11)
Daniel Vetter76556062015-03-13 09:37:49 +0100264-------------------------
265
Thomas Wood0cc16b32015-06-11 16:06:33 +0100266- Various new tests and tools
267
Thomas Wood629759c2015-04-09 16:34:12 +0100268- Single combined test list (supported by piglit since commit 8a122bb)
269
270- Optional dependency on libunwind to provide automatic stack traces on test
271 failures. (Thomas Wood)
272
273- Add optional default debug and optimisation flags for tests to enable better
274 stack traces and debugging. (Thomas Wood)
275
276- Test programs are now installed into libexec. This is useful when building a
277 complete software stack for a DUT from scratch. (Building and installing
278 tests can still be disabled by the --disable-tests configure flag.)
279 (Joonas Lahtinen)
280
Thomas Wood0cc16b32015-06-11 16:06:33 +0100281- New tool to decode watermark registers (Ville Syrjälä)
282
283- Timeout mechanism now reports test as failed
284
285- Introduce intel_reg as the one Intel graphics register multitool to replace
286 intel_reg_read, intel_reg_write, intel_iosf_sb_read, intel_iosf_sb_write,
287 intel_vga_read, intel_vga_write, intel_reg_dumper, intel_reg_snapshot,
288 and quick_dump.py. (Jani Nikula)
289
290- Add functions to manipulate i915.ko parameters and ensure features are enabled
291 for testing. (Paulo Zanoni)
Daniel Vetter76556062015-03-13 09:37:49 +0100292
Thomas Woode3e65912015-03-12 17:06:54 +0000293Release 1.10 (2015-03-12)
Thomas Woodf73697a2014-12-17 14:34:47 +0000294-------------------------
295
Ben Widawsky5fb26d12015-01-10 14:36:20 -0800296- New frequency manipulation tool (intel_gpu_frequency)
297
Daniel Vetter25c43472015-02-07 12:45:49 +0100298- Adjustments for the Solaris port (Alan Coopersmith).
299
300- Remove tests/NAMING-CONVENTION since it's all in the docbook now, to avoid
301 divergent conventions.
302
303- New CRITICAL log level for really serious stuff (Thomas Wood).
304
305- Interactive test mode can now be enabled by the shared cmdline option
306 --interactive-debug=$var (Rodrigo Vivi).
307
Daniel Vetter50158de2015-03-05 09:42:29 +0100308- Improved logging to kmsg to better line up test runs with kernel messages
309 (Chris Wilson).
310
311- Record all log levels (including disabled levels) in a ringbuffer and dump
312 that on test failures for quicker diagnostics of automated test run results
313 (Thomas Wood).
314
315- A lot of small polish all over the test library.
316
Daniel Vetter25c43472015-02-07 12:45:49 +0100317- Piles of new testcases and improvements to existing ones as usual.
318
Thomas Wood6262f352014-12-12 15:26:36 +0000319Release 1.9 (2014-12-12)
Daniel Vetter137877f2014-09-09 11:43:10 +0200320------------------------
321
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000322- New test cases added: drm_import_export, gem_gpgpu_fill, gem_ppgtt,
323 gem_tiled_wb, kms_pwrite_crc.
Daniel Vetter20c8eba2014-10-01 12:12:43 +0200324
325- New helper for interactive progress indicators (see igt_print_activity and
326 igt_progress), which can be disabled by setting the log-level to warn (Thomas
327 and Daniel).
328
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000329- Basic skl support: pci ids, rendercopy & mediafill (Damien, Zhao Yakui).
Daniel Vetter20c8eba2014-10-01 12:12:43 +0200330
331- chv support for the iosf sideband tools and a few other improvements (Ville).
332
333- Fence register support for intel_reg_dumper on bdw+ (Rodrigo).
334
Thomas Woodf3ae3de2014-12-05 14:46:28 +0000335- Support for skl in quick_dump (Damien).
336
337- Golden state generation infrastructure (Mika).
338
339- New skl watermark tool (Damien).
340
341- New EDID test block that includes multiple display modes (Thomas).
342
343- Individual test documentation available in generated documentation and from
344 the test binaries (Thomas).
345
Thomas Wood267b3522014-12-12 14:28:38 +0000346- New logging domains and log filtering (Thomas).
347
348- Various API documentation fixes and improvements (Thomas).
349
Rodrigo Vivid9d3f4b2014-09-08 22:43:46 -0400350Release 1.8 (2014-09-08)
Daniel Vetter0617b0b2014-06-10 08:18:37 +0200351------------------------
352
Daniel Vetter87042d62014-06-13 16:23:10 +0200353- Added lib/igt.cocci semantic patch to catch often-seen patterns and convert
354 them to igt macros/infrastructure.
355
Daniel Vetter3777d422014-07-10 20:19:18 +0200356- Improvements to the documentation build systems (Thomas).
357
358- Small fixes and improvements to the igt infrastructure and helpers all over.
359
360- As usual piles of new tests.
361
Daniel Vetterbffef222014-07-23 22:32:09 +0200362- Improved plane/pipe handling in the igt_kms library (Damien).
363
364- Unified option parsing between simple tests and tests with subtests (Thomas).
365 This will allow us to merge the different Makefile targets once test runners
366 are converted.
367
Daniel Vetter93d07ab2014-07-25 09:28:56 +0200368- New commit functions for igt_kms to support the new universal planes
369 interfaces (Matt Roper).
370
Daniel Vettera54faca2014-09-03 12:51:33 +0200371- Polish the debug output when test requirements aren't met a bit and inject the
372 program name/subtest in dmesg for easier backtrace/oom debugging (Chris).
373
374- A bit of polish for the framebuffer helper functions (Damien).
375
376- Robuster option parsing helpers, they now check for conflicts when merging
377 different option lists (Thomas).
378
379- MIPI DSI vbt support in intel_bios_read (Gaurav K Singh).
380
381- Clarify the split between low-level helpers and the high-level library in
382 igt_kms a bit by renaming some functions and improving and extending the api
383 documentation.
384
385- Helper to restore the vt mode, useful to test lastclose/fbdev emulation
386 behaviour (Thomas).
387
388- Refactor the support for 64bit relocs. By specifying the number of relocations
389 explicit a lot of the gen8 checks can be removed from simple testcases which
390 only use the blitter (Chris).
391
Rodrigo Vivi32bb5d92014-06-09 11:30:15 -0700392Release 1.7 (2014-06-09)
Daniel Vetter523d9092014-03-13 18:09:41 +0100393------------------------
394
395- Piles of API documentation for the core i-g-t testing libraries.
396
Daniel Vetterce3c4432014-04-29 17:17:24 +0200397- Improved igt loggin, now also with igt_vlog (for va_args printf-style
398 logging).
399
400- Polish for the igt_debugfs library.
401
402- Split out igt_fb library from igt_kms, cleanup of the igt_kms functions.
403
404- Android porting patches (Tim Gore, Tvrtko Ursulin).
405
406- Piles more tests as usual.
407
Daniel Vetterbd7f9ab2014-05-13 11:12:34 +0200408- Support for building libcairo based tests on Android. Set ANDROID_HAS_CAIRO=1
409 in the build enviroment when you have this (Tim Gore).
410
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200411- Timeout support in igt_aux, see igt_set_timeout (Thomas).
412
Daniel Vetter532b7e62014-05-28 16:19:16 +0200413- Documentation for the testrunner interface like exit codes, subtest
414 enumeration and log output. Should help other people to run the tests in their
415 own framework.
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200416
Daniel Vetter532b7e62014-05-28 16:19:16 +0200417- Make swig an optional dependency (Damien).
Daniel Vetter0ee77ce2014-05-28 16:02:08 +0200418
Daniel Vetteraeb3d882014-05-28 16:05:14 +0200419- Helpers for runtime pm tests in igt_aux.
420
Rodrigo Vivia0950722014-03-13 07:52:47 -0300421Release 1.6 (2014-03-13)
Ben Widawskya88cf4c2013-11-06 09:48:17 -0800422------------------------
423
424- Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
425
Daniel Vettere046c312013-11-12 12:18:33 +0100426- Updated (now working again!) Android support from Oscar Mateo.
427
Daniel Vetter4697cf42013-11-14 11:08:13 +0100428- Test coverage through i-g-t is now officially an integral part of any drm/i915
429 feature work and also for bugfixes. For more details see:
430
431 http://blog.ffwll.ch/2013/11/testing-requirements-for-drmi915.html
432
Daniel Vetterc6c2b2b2014-03-26 15:15:49 +0100433- Fix the gen4asm build dependency handling, now that the assembler is included in
Daniel Vetterbb404942014-01-07 08:14:33 +0100434 i-g-t (Ben).
435
436- Improve the cairo object lifetime management of the kmstest helpers (Chris).
437
Daniel Vetterec3b1332014-02-12 00:12:07 +0100438- Allow register access to succeed if i915 is loaded but debugfs isn't found
439 (i.e. nomodeset is used)
440
441- New kernel modesetting helper library for simpler testcases (Damien).
442
Daniel Vetterb5b0aeb2014-02-13 14:43:20 +0100443- New structure logging support for tests. Message at the WARN level be
444 reflected in the piglit result, also included igt_warn_on macros to simplify
445 test asserts which should just result in warnings, but not in a test abort.
446
Daniel Vetter20087e72014-03-07 09:27:00 +0100447- Broadwell support for intel_audio_dump (Mengdong Lin).
448
Thomas Wood14ea2a02014-03-11 16:04:28 +0000449- API documentation support (Thomas)
450
Rodrigo Vivi41b5fbf2013-11-06 13:06:11 -0200451Release 1.5 (2013-11-06)
Daniel Vetter145c0d12013-09-22 13:15:43 +0200452------------------------
453
454- Some polishing of the test infrastructure, for details see:
455
456 http://blog.ffwll.ch/2013/09/more-drmi915-testsuite-infrastructure.html
457
458- Haswell support for the DPF tool (tools/intel_l3_parity) and other
459 improvements (Ben).
460
Daniel Vettera8bf10c2013-10-01 22:20:38 +0200461- Stereo/3D support in testdisplay (Damien).
462
Daniel Vetter47d0a6f2013-10-04 11:10:48 +0200463- Support for gen7 gpu perf counters in tools/intel_perf_counters (Kenneth).
464
Daniel Vettereeaf0132013-11-03 11:28:50 +0100465- Improvements to the VBT decoder (Jani).
466
467- New tool to read legacy VGA registers (Ville).
468
469- New helpers in the test library to help deal with debugfs files and the new
470 display pipe CRC support (Damien).
471
472- Introduction of a proper naming convention for all the testcases, see
473 tests/NAMING-CONVENTION.
474
475- As usual tons of new testcases and improvements and bugfixes to existing ones.
476
477- The testsuite framework itself has gained some regression tests which can be
478 run at compile-time with "make check".
479
Daniel Vetter27f1a7d2013-11-06 15:06:15 +0100480- New helpers for the drop_cache kernel interface and use drop_caches(RETIRE) to
481 really make sure the gpu is idle in testcases (Oscar Mateo).
482
Daniel Vetter5fab0b82013-11-06 18:55:20 +0100483Release 1.4 (2013-09-16)
Daniel Vetter145c0d12013-09-22 13:15:43 +0200484------------------------
Daniel Vetter35ee5072013-09-13 17:02:07 +0200485
486- Integration of the gen4+ assembler (Damien).
487
488- Start of a new performance analysis tool from Chris Wilson with front-ends for
489 both X11 and plain kms. This uses the perf subsystem and the gpu performance
490 counter kernel patches from Chris.
491
492- New register dumper quick_dump from Ben, with lots of work from Damien. This
Chris Wilson32f9c492013-09-13 16:28:15 +0100493 will superseed intel_reg_dumper for newer platforms (which are not yet
Daniel Vetter35ee5072013-09-13 17:02:07 +0200494 released) since it will allow us to automatically generate register dumps from
495 the internal xml register specifications.
496
497- Tools to access the pletoria of new indirect register access functions on
498 newer platforms.
499
500- Framebuffer contents dumper to debug some of the nastier corruption issues.
501 The advantage here is that this bypasses any userspace drivers and so avoids
502 that the corruptions get magically fixed when taking an X screenshot.
503
Chris Wilson32f9c492013-09-13 16:28:15 +0100504- Tons of new testcases. Including subtests we are now at roughly 450 tests!
Daniel Vetter35ee5072013-09-13 17:02:07 +0200505
506- Improvements to the test framework infrastructure. See
507 http://blog.ffwll.ch/2013/08/recent-drmi915-testsuite-improvements.html
508 for an overview.
509
Rodrigo Vivia33d5572013-09-13 16:54:56 -0300510Release 1.3 (2012-08-27)
Daniel Vetter030c9c02013-09-13 17:01:38 +0200511------------------------
512
513- massive improvements to the testsuite
514- dpf tool for handling l3 remapping on gen7 (Ben)
515- robustify against wc gtt mappings (Chris)
516- improvements to the reg_dumper and register read/write tools
517- haswell support
518
519Release 1.2 (2012-02-09)
520------------------------
521
522- intel_audio_dump improvements (Wu Fengguang)
523- buildsystem improvements (Gaetan Nadon)
524- solaris support (Alan Coopersmith)
525- massive refactoring of testcases and rendercpy extraction
526- new tests
527- fixed up intel_reg_read/write for platforms needing forcewake (needs a
528 kernel patch which from 3.3 to work on ivb - Ben Widawsky)
529
Rodrigo Vivia33d5572013-09-13 16:54:56 -0300530Release 1.1 (2011-12-24)
Daniel Vetter030c9c02013-09-13 17:01:38 +0200531------------------------
532
533Improved testsuite, usable for kernel regression testing!
534
535Release 1.0 (2009-04-27)
536------------------------
537
538Initial release:
539- miscellaneous userland tools that don't really fit into the 2D driver tree
540- standalone regression tests for the DRM (make check)
541- microbenchmarks of the DRM for kernel performance regression testing