NEWS: Broadwell
[platform/upstream/intel-gpu-tools.git] / NEWS
1 Release 1.5 (2013-11-06)
2 ------------------------
3
4 - Some polishing of the test infrastructure, for details see:
5
6   http://blog.ffwll.ch/2013/09/more-drmi915-testsuite-infrastructure.html
7
8 - Haswell support for the DPF tool (tools/intel_l3_parity) and other
9   improvements (Ben).
10
11 - Stereo/3D support in testdisplay (Damien).
12
13 - Support for gen7 gpu perf counters in tools/intel_perf_counters (Kenneth).
14
15 - Improvements to the VBT decoder (Jani).
16
17 - New tool to read legacy VGA registers (Ville).
18
19 - New helpers in the test library to help deal with debugfs files and the new
20   display pipe CRC support (Damien).
21
22 - Introduction of a proper naming convention for all the testcases, see
23   tests/NAMING-CONVENTION.
24
25 - As usual tons of new testcases and improvements and bugfixes to existing ones.
26
27 - The testsuite framework itself has gained some regression tests which can be
28   run at compile-time with "make check".
29
30 - New helpers for the drop_cache kernel interface and use drop_caches(RETIRE) to
31   really make sure the gpu is idle in testcases (Oscar Mateo).
32
33 - Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
34
35 Release 1.4 (2013-09-16)
36 ------------------------
37
38 - Integration of the gen4+ assembler (Damien).
39
40 - Start of a new performance analysis tool from Chris Wilson with front-ends for
41   both X11 and plain kms. This uses the perf subsystem and the gpu performance
42   counter kernel patches from Chris.
43
44 - New register dumper quick_dump from Ben, with lots of work from Damien. This
45   will superseed intel_reg_dumper for newer platforms (which are not yet
46   released) since it will allow us to automatically generate register dumps from
47   the internal xml register specifications.
48
49 - Tools to access the pletoria of new indirect register access functions on
50   newer platforms.
51
52 - Framebuffer contents dumper to debug some of the nastier corruption issues.
53   The advantage here is that this bypasses any userspace drivers and so avoids
54   that the corruptions get magically fixed when taking an X screenshot.
55
56 - Tons of new testcases. Including subtests we are now at roughly 450 tests!
57
58 - Improvements to the test framework infrastructure. See
59   http://blog.ffwll.ch/2013/08/recent-drmi915-testsuite-improvements.html
60   for an overview.
61
62 Release 1.3 (2012-08-27)
63 ------------------------
64
65 - massive improvements to the testsuite
66 - dpf tool for handling l3 remapping on gen7 (Ben)
67 - robustify against wc gtt mappings (Chris)
68 - improvements to the reg_dumper and register read/write tools
69 - haswell support
70
71 Release 1.2 (2012-02-09)
72 ------------------------
73
74 - intel_audio_dump improvements (Wu Fengguang)
75 - buildsystem improvements (Gaetan Nadon)
76 - solaris support (Alan Coopersmith)
77 - massive refactoring of testcases and rendercpy extraction
78 - new tests
79 - fixed up intel_reg_read/write for platforms needing forcewake (needs a
80   kernel patch which from 3.3 to work on ivb - Ben Widawsky)
81
82 Release 1.1 (2011-12-24)
83 ------------------------
84
85 Improved testsuite, usable for kernel regression testing!
86
87 Release 1.0 (2009-04-27)
88 ------------------------
89
90 Initial release:
91 - miscellaneous userland tools that don't really fit into the 2D driver tree
92 - standalone regression tests for the DRM (make check)
93 - microbenchmarks of the DRM for kernel performance regression testing