tests/pm_rpm: add subtests for planes and cursors
[platform/upstream/intel-gpu-tools.git] / NEWS
1 Release 1.8 (xxxx-xx-xx)
2 ------------------------
3
4 - Added lib/igt.cocci semantic patch to catch often-seen patterns and convert
5   them to igt macros/infrastructure.
6
7 - Improvements to the documentation build systems (Thomas).
8
9 - Small fixes and improvements to the igt infrastructure and helpers all over.
10
11 - As usual piles of new tests.
12
13 - Improved plane/pipe handling in the igt_kms library (Damien).
14
15 - Unified option parsing between simple tests and tests with subtests (Thomas).
16   This will allow us to merge the different Makefile targets once test runners
17   are converted.
18
19 - New commit functions for igt_kms to support the new universal planes
20   interfaces (Matt Roper).
21
22 Release 1.7 (2014-06-09)
23 ------------------------
24
25 - Piles of API documentation for the core i-g-t testing libraries.
26
27 - Improved igt loggin, now also with igt_vlog (for va_args printf-style
28   logging).
29
30 - Polish for the igt_debugfs library.
31
32 - Split out igt_fb library from igt_kms, cleanup of the igt_kms functions.
33
34 - Android porting patches (Tim Gore, Tvrtko Ursulin).
35
36 - Piles more tests as usual.
37
38 - Support for building libcairo based tests on Android. Set ANDROID_HAS_CAIRO=1
39   in the build enviroment when you have this (Tim Gore).
40
41 - Timeout support in igt_aux, see igt_set_timeout (Thomas).
42
43 - Documentation for the testrunner interface like exit codes, subtest
44   enumeration and log output. Should help other people to run the tests in their
45   own framework.
46
47 - Make swig an optional dependency (Damien).
48
49 - Helpers for runtime pm tests in igt_aux.
50
51 Release 1.6 (2014-03-13)
52 ------------------------
53
54 - Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
55
56 - Updated (now working again!) Android support from Oscar Mateo.
57
58 - Test coverage through i-g-t is now officially an integral part of any drm/i915
59   feature work and also for bugfixes. For more details see:
60
61   http://blog.ffwll.ch/2013/11/testing-requirements-for-drmi915.html
62
63 - Fix the gen4asm build dependency handling, now that the assembler is included in
64   i-g-t (Ben).
65
66 - Improve the cairo object lifetime management of the kmstest helpers (Chris).
67
68 - Allow register access to succeed if i915 is loaded but debugfs isn't found
69   (i.e. nomodeset is used)
70
71 - New kernel modesetting helper library for simpler testcases (Damien).
72
73 - New structure logging support for tests. Message at the WARN level be
74   reflected in the piglit result, also included igt_warn_on macros to simplify
75   test asserts which should just result in warnings, but not in a test abort.
76
77 - Broadwell support for intel_audio_dump (Mengdong Lin).
78
79 - API documentation support (Thomas)
80
81 Release 1.5 (2013-11-06)
82 ------------------------
83
84 - Some polishing of the test infrastructure, for details see:
85
86   http://blog.ffwll.ch/2013/09/more-drmi915-testsuite-infrastructure.html
87
88 - Haswell support for the DPF tool (tools/intel_l3_parity) and other
89   improvements (Ben).
90
91 - Stereo/3D support in testdisplay (Damien).
92
93 - Support for gen7 gpu perf counters in tools/intel_perf_counters (Kenneth).
94
95 - Improvements to the VBT decoder (Jani).
96
97 - New tool to read legacy VGA registers (Ville).
98
99 - New helpers in the test library to help deal with debugfs files and the new
100   display pipe CRC support (Damien).
101
102 - Introduction of a proper naming convention for all the testcases, see
103   tests/NAMING-CONVENTION.
104
105 - As usual tons of new testcases and improvements and bugfixes to existing ones.
106
107 - The testsuite framework itself has gained some regression tests which can be
108   run at compile-time with "make check".
109
110 - New helpers for the drop_cache kernel interface and use drop_caches(RETIRE) to
111   really make sure the gpu is idle in testcases (Oscar Mateo).
112
113 Release 1.4 (2013-09-16)
114 ------------------------
115
116 - Integration of the gen4+ assembler (Damien).
117
118 - Start of a new performance analysis tool from Chris Wilson with front-ends for
119   both X11 and plain kms. This uses the perf subsystem and the gpu performance
120   counter kernel patches from Chris.
121
122 - New register dumper quick_dump from Ben, with lots of work from Damien. This
123   will superseed intel_reg_dumper for newer platforms (which are not yet
124   released) since it will allow us to automatically generate register dumps from
125   the internal xml register specifications.
126
127 - Tools to access the pletoria of new indirect register access functions on
128   newer platforms.
129
130 - Framebuffer contents dumper to debug some of the nastier corruption issues.
131   The advantage here is that this bypasses any userspace drivers and so avoids
132   that the corruptions get magically fixed when taking an X screenshot.
133
134 - Tons of new testcases. Including subtests we are now at roughly 450 tests!
135
136 - Improvements to the test framework infrastructure. See
137   http://blog.ffwll.ch/2013/08/recent-drmi915-testsuite-improvements.html
138   for an overview.
139
140 Release 1.3 (2012-08-27)
141 ------------------------
142
143 - massive improvements to the testsuite
144 - dpf tool for handling l3 remapping on gen7 (Ben)
145 - robustify against wc gtt mappings (Chris)
146 - improvements to the reg_dumper and register read/write tools
147 - haswell support
148
149 Release 1.2 (2012-02-09)
150 ------------------------
151
152 - intel_audio_dump improvements (Wu Fengguang)
153 - buildsystem improvements (Gaetan Nadon)
154 - solaris support (Alan Coopersmith)
155 - massive refactoring of testcases and rendercpy extraction
156 - new tests
157 - fixed up intel_reg_read/write for platforms needing forcewake (needs a
158   kernel patch which from 3.3 to work on ivb - Ben Widawsky)
159
160 Release 1.1 (2011-12-24)
161 ------------------------
162
163 Improved testsuite, usable for kernel regression testing!
164
165 Release 1.0 (2009-04-27)
166 ------------------------
167
168 Initial release:
169 - miscellaneous userland tools that don't really fit into the 2D driver tree
170 - standalone regression tests for the DRM (make check)
171 - microbenchmarks of the DRM for kernel performance regression testing