Marius Vlad | a28e9e3 | 2016-09-02 17:27:08 +0300 | [diff] [blame] | 1 | Release 1.16 (2016-09-02) |
| 2 | ------------------------- |
| 3 | |
| 4 | - Build automatically tests required when issueing a make check, Tests/subtests |
| 5 | that receive a crash signal should print a backtrace when i-g-t is built with |
| 6 | libunwind 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, |
| 13 | and 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 |
| 23 | fastboot, tests/kms_panel_fitting, and a test that only tries to set the |
| 24 | current property values back, tests/kms_properties. Various improvements to |
| 25 | tests/kms_cursor_legacy (Maarten Lankhorst) |
| 26 | |
| 27 | - lib/igt_kms: Use pipes for committing, not outputs and assign pipe properties |
| 28 | in pipe init and many other improvements (Maarten Lankhorst) |
| 29 | |
| 30 | - tests/gem_workarounds: read test added as a basic test, fix assertion of num |
| 31 | of regs (Mika Kuoppala) |
| 32 | |
| 33 | - Various improvements to tools/intel_bios_reader and tools/intel_reg (Ville |
| 34 | Syrjä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 |
| 39 | is found, now go through all possible connectors, drawing the sprite on any |
| 40 | connected 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 |
| 45 | Wilson) |
| 46 | |
| 47 | - Various modifications to intel_chipset: Replace lookup of GT size with |
| 48 | computation, remove unused PCI_CHIP ids, converting platforms names using |
| 49 | device 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 |
| 55 | longer 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, |
| 62 | detect 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 |
| 66 | tests/vgem_reload_basic (Chris Wilson) |
| 67 | |
| 68 | - Various fixes to tests/kms_frontbuffer_tracking: prefer BLT drawing, recreate |
| 69 | FBS 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 |
| 77 | constrains on hang detection (igt/gem_reset_stats) (Mika Kuoppala) |
| 78 | |
| 79 | - Added tests/kms_invalid_dotclock, a test that makes sure every modeset gets |
| 80 | rejected by the kernel if the requested dotclock is beyond the hardware |
| 81 | capabilities (Ville Syrjälä) |
| 82 | |
| 83 | - tests/gem_stolen: Verify contents of stolen-backed objects across |
| 84 | hibernation, 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 Vlad | 3ce58b6 | 2016-05-31 18:33:24 +0300 | [diff] [blame] | 91 | Release 1.15 (2016-05-31) |
Daniel Vetter | 72d04b8 | 2016-03-18 21:46:54 +0100 | [diff] [blame] | 92 | ------------------------- |
| 93 | |
Marius Vlad | 3ce58b6 | 2016-05-31 18:33:24 +0300 | [diff] [blame] | 94 | - 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, |
| 98 | tests/gem_sync (dropped individual engines), test/gem_cs_prefetch (replaced |
| 99 | by test/gem_exec_gttfill), tests/gem_ctx_param_basic (got relabeled |
| 100 | to 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 |
| 105 | section, 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 |
| 111 | and processes restrictions) (Tiago Vignatti) |
| 112 | |
| 113 | - Several tests have gained to ability to be run on different platforms |
| 114 | than Intel: tests/testdisplay (Tomeu Vizoso), tests/kms_panel_fitting |
| 115 | (Robert Foss), tests/kms_flip_event_leak, tests/kms_flip (Tomeu Vizoso). |
Marius Vlad | c2a2ab6 | 2016-05-09 14:37:30 +0300 | [diff] [blame] | 116 | |
| 117 | - compute exitcode first: In the case of running multiple subtests which all |
| 118 | happen to be skipped, igt_exitcode is 0, but the final exit code will be 77. |
| 119 | (Chris Wilson) |
| 120 | |
Marius Vlad | 3ce58b6 | 2016-05-31 18:33:24 +0300 | [diff] [blame] | 121 | - Shorten tests/kms_flip test (Tvrtko Ursulin) |
Marius Vlad | c2a2ab6 | 2016-05-09 14:37:30 +0300 | [diff] [blame] | 122 | |
| 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 Vlad | 3ce58b6 | 2016-05-31 18:33:24 +0300 | [diff] [blame] | 128 | - Removed from tests/test-list.txt, tests/gem_concurrent_all and added |
Marius Vlad | 213b073 | 2016-04-20 18:41:24 +0300 | [diff] [blame] | 129 | tests/test-list-full.txt that contains all the tests. This will speed |
| 130 | up considerably piglit when starting tests. (Gabriel Feceoru) |
| 131 | |
Marius Vlad | 87acd98 | 2016-04-19 19:49:43 +0300 | [diff] [blame] | 132 | - piglit changed its behaviour to prevent overwriting the results. A fairly new |
Marius Vlad | 213b073 | 2016-04-20 18:41:24 +0300 | [diff] [blame] | 133 | version of piglit is required to run i-g-t tests. (Gabriel Feceoru) |
Marius Vlad | 87acd98 | 2016-04-19 19:49:43 +0300 | [diff] [blame] | 134 | |
Marius Vlad | 3ce58b6 | 2016-05-31 18:33:24 +0300 | [diff] [blame] | 135 | - 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 Vlad | ed6fb66 | 2016-04-20 20:03:53 +0300 | [diff] [blame] | 140 | Requires nuclear_pageflip parameter turned on in the i915 driver. |
| 141 | (Mayuresh Gharpure, Pratik Vishwakarma) |
| 142 | |
Marius Vlad | 3ce58b6 | 2016-05-31 18:33:24 +0300 | [diff] [blame] | 143 | - man/: rewrite manual pages in reStructuredText (Jani Nikula) |
| 144 | |
| 145 | - tests/drv_module_reload_basic: perform fault injection (Chris Wilson) |
| 146 | with various improvements (Imre Deak) |
| 147 | |
| 148 | - Removed tests/gem_multi_bsd_sync_loop which was superseded by |
| 149 | tests/gem_ring_sync_loop and tests/gem_dummy_reloc_loop by |
| 150 | tests/gem_exec_reloc (Chris Wilson) |
| 151 | |
| 152 | - New GEM tests: tests/gem_exec_whisper, tests/gem_exec_store, |
| 153 | test/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 Vetter | 72d04b8 | 2016-03-18 21:46:54 +0100 | [diff] [blame] | 165 | - Add igt_subtest_group to allow igt_fixture for only a subset of subtests |
Marius Vlad | 3ce58b6 | 2016-05-31 18:33:24 +0300 | [diff] [blame] | 166 | without skipping/failing all subsequent subtests. (Daniel Vetter) |
| 167 | |
| 168 | - Many more fixes and improvements. |
Daniel Vetter | 72d04b8 | 2016-03-18 21:46:54 +0100 | [diff] [blame] | 169 | |
Marius Vlad | b59bcb8 | 2016-03-01 17:03:55 +0200 | [diff] [blame] | 170 | Release 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 |
| 177 | buffers between CPU and GPU (Vinay Belgaumkar) |
| 178 | |
| 179 | - New tests: prime_mmap_coherency/kms_mmap_write_crc cache coherency |
| 180 | tests (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 |
| 185 | Wilson) |
| 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 |
| 190 | the core library (Chris Wilson) |
| 191 | |
| 192 | - new igt_pm library to collect power management testing helpers (David |
| 193 | Weinehall) |
| 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 |
| 208 | Vetter) |
| 209 | |
| 210 | - Many other improvements and bug fixes. |
| 211 | |
Thomas Wood | 2db78a4 | 2015-12-02 16:46:39 +0000 | [diff] [blame] | 212 | Release 1.13 (2015-12-02) |
Thomas Wood | 17c6b5c | 2015-12-02 16:45:42 +0000 | [diff] [blame] | 213 | ------------------------- |
| 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 Wood | 1f9e055 | 2015-09-11 15:15:13 +0100 | [diff] [blame] | 234 | Release 1.12 (2015-09-11) |
Thomas Wood | 154192a | 2015-06-19 09:22:55 +0100 | [diff] [blame] | 235 | ------------------------- |
| 236 | |
Thomas Wood | c5902bf | 2015-09-11 15:13:00 +0100 | [diff] [blame] | 237 | - 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 Wood | 154192a | 2015-06-19 09:22:55 +0100 | [diff] [blame] | 262 | |
Thomas Wood | b88212c | 2015-06-11 16:08:23 +0100 | [diff] [blame] | 263 | Release 1.11 (2015-06-11) |
Daniel Vetter | 7655606 | 2015-03-13 09:37:49 +0100 | [diff] [blame] | 264 | ------------------------- |
| 265 | |
Thomas Wood | 0cc16b3 | 2015-06-11 16:06:33 +0100 | [diff] [blame] | 266 | - Various new tests and tools |
| 267 | |
Thomas Wood | 629759c | 2015-04-09 16:34:12 +0100 | [diff] [blame] | 268 | - 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 Wood | 0cc16b3 | 2015-06-11 16:06:33 +0100 | [diff] [blame] | 281 | - 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 Vetter | 7655606 | 2015-03-13 09:37:49 +0100 | [diff] [blame] | 292 | |
Thomas Wood | e3e6591 | 2015-03-12 17:06:54 +0000 | [diff] [blame] | 293 | Release 1.10 (2015-03-12) |
Thomas Wood | f73697a | 2014-12-17 14:34:47 +0000 | [diff] [blame] | 294 | ------------------------- |
| 295 | |
Ben Widawsky | 5fb26d1 | 2015-01-10 14:36:20 -0800 | [diff] [blame] | 296 | - New frequency manipulation tool (intel_gpu_frequency) |
| 297 | |
Daniel Vetter | 25c4347 | 2015-02-07 12:45:49 +0100 | [diff] [blame] | 298 | - 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 Vetter | 50158de | 2015-03-05 09:42:29 +0100 | [diff] [blame] | 308 | - 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 Vetter | 25c4347 | 2015-02-07 12:45:49 +0100 | [diff] [blame] | 317 | - Piles of new testcases and improvements to existing ones as usual. |
| 318 | |
Thomas Wood | 6262f35 | 2014-12-12 15:26:36 +0000 | [diff] [blame] | 319 | Release 1.9 (2014-12-12) |
Daniel Vetter | 137877f | 2014-09-09 11:43:10 +0200 | [diff] [blame] | 320 | ------------------------ |
| 321 | |
Thomas Wood | f3ae3de | 2014-12-05 14:46:28 +0000 | [diff] [blame] | 322 | - New test cases added: drm_import_export, gem_gpgpu_fill, gem_ppgtt, |
| 323 | gem_tiled_wb, kms_pwrite_crc. |
Daniel Vetter | 20c8eba | 2014-10-01 12:12:43 +0200 | [diff] [blame] | 324 | |
| 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 Wood | f3ae3de | 2014-12-05 14:46:28 +0000 | [diff] [blame] | 329 | - Basic skl support: pci ids, rendercopy & mediafill (Damien, Zhao Yakui). |
Daniel Vetter | 20c8eba | 2014-10-01 12:12:43 +0200 | [diff] [blame] | 330 | |
| 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 Wood | f3ae3de | 2014-12-05 14:46:28 +0000 | [diff] [blame] | 335 | - 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 Wood | 267b352 | 2014-12-12 14:28:38 +0000 | [diff] [blame] | 346 | - New logging domains and log filtering (Thomas). |
| 347 | |
| 348 | - Various API documentation fixes and improvements (Thomas). |
| 349 | |
Rodrigo Vivi | d9d3f4b | 2014-09-08 22:43:46 -0400 | [diff] [blame] | 350 | Release 1.8 (2014-09-08) |
Daniel Vetter | 0617b0b | 2014-06-10 08:18:37 +0200 | [diff] [blame] | 351 | ------------------------ |
| 352 | |
Daniel Vetter | 87042d6 | 2014-06-13 16:23:10 +0200 | [diff] [blame] | 353 | - Added lib/igt.cocci semantic patch to catch often-seen patterns and convert |
| 354 | them to igt macros/infrastructure. |
| 355 | |
Daniel Vetter | 3777d42 | 2014-07-10 20:19:18 +0200 | [diff] [blame] | 356 | - 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 Vetter | bffef22 | 2014-07-23 22:32:09 +0200 | [diff] [blame] | 362 | - 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 Vetter | 93d07ab | 2014-07-25 09:28:56 +0200 | [diff] [blame] | 368 | - New commit functions for igt_kms to support the new universal planes |
| 369 | interfaces (Matt Roper). |
| 370 | |
Daniel Vetter | a54faca | 2014-09-03 12:51:33 +0200 | [diff] [blame] | 371 | - 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 Vivi | 32bb5d9 | 2014-06-09 11:30:15 -0700 | [diff] [blame] | 392 | Release 1.7 (2014-06-09) |
Daniel Vetter | 523d909 | 2014-03-13 18:09:41 +0100 | [diff] [blame] | 393 | ------------------------ |
| 394 | |
| 395 | - Piles of API documentation for the core i-g-t testing libraries. |
| 396 | |
Daniel Vetter | ce3c443 | 2014-04-29 17:17:24 +0200 | [diff] [blame] | 397 | - 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 Vetter | bd7f9ab | 2014-05-13 11:12:34 +0200 | [diff] [blame] | 408 | - 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 Vetter | 0ee77ce | 2014-05-28 16:02:08 +0200 | [diff] [blame] | 411 | - Timeout support in igt_aux, see igt_set_timeout (Thomas). |
| 412 | |
Daniel Vetter | 532b7e6 | 2014-05-28 16:19:16 +0200 | [diff] [blame] | 413 | - 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 Vetter | 0ee77ce | 2014-05-28 16:02:08 +0200 | [diff] [blame] | 416 | |
Daniel Vetter | 532b7e6 | 2014-05-28 16:19:16 +0200 | [diff] [blame] | 417 | - Make swig an optional dependency (Damien). |
Daniel Vetter | 0ee77ce | 2014-05-28 16:02:08 +0200 | [diff] [blame] | 418 | |
Daniel Vetter | aeb3d88 | 2014-05-28 16:05:14 +0200 | [diff] [blame] | 419 | - Helpers for runtime pm tests in igt_aux. |
| 420 | |
Rodrigo Vivi | a095072 | 2014-03-13 07:52:47 -0300 | [diff] [blame] | 421 | Release 1.6 (2014-03-13) |
Ben Widawsky | a88cf4c | 2013-11-06 09:48:17 -0800 | [diff] [blame] | 422 | ------------------------ |
| 423 | |
| 424 | - Changes to support Broadwell in the test suite. (Ben, Damien, et al.) |
| 425 | |
Daniel Vetter | e046c31 | 2013-11-12 12:18:33 +0100 | [diff] [blame] | 426 | - Updated (now working again!) Android support from Oscar Mateo. |
| 427 | |
Daniel Vetter | 4697cf4 | 2013-11-14 11:08:13 +0100 | [diff] [blame] | 428 | - 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 Vetter | c6c2b2b | 2014-03-26 15:15:49 +0100 | [diff] [blame] | 433 | - Fix the gen4asm build dependency handling, now that the assembler is included in |
Daniel Vetter | bb40494 | 2014-01-07 08:14:33 +0100 | [diff] [blame] | 434 | i-g-t (Ben). |
| 435 | |
| 436 | - Improve the cairo object lifetime management of the kmstest helpers (Chris). |
| 437 | |
Daniel Vetter | ec3b133 | 2014-02-12 00:12:07 +0100 | [diff] [blame] | 438 | - 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 Vetter | b5b0aeb | 2014-02-13 14:43:20 +0100 | [diff] [blame] | 443 | - 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 Vetter | 20087e7 | 2014-03-07 09:27:00 +0100 | [diff] [blame] | 447 | - Broadwell support for intel_audio_dump (Mengdong Lin). |
| 448 | |
Thomas Wood | 14ea2a0 | 2014-03-11 16:04:28 +0000 | [diff] [blame] | 449 | - API documentation support (Thomas) |
| 450 | |
Rodrigo Vivi | 41b5fbf | 2013-11-06 13:06:11 -0200 | [diff] [blame] | 451 | Release 1.5 (2013-11-06) |
Daniel Vetter | 145c0d1 | 2013-09-22 13:15:43 +0200 | [diff] [blame] | 452 | ------------------------ |
| 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 Vetter | a8bf10c | 2013-10-01 22:20:38 +0200 | [diff] [blame] | 461 | - Stereo/3D support in testdisplay (Damien). |
| 462 | |
Daniel Vetter | 47d0a6f | 2013-10-04 11:10:48 +0200 | [diff] [blame] | 463 | - Support for gen7 gpu perf counters in tools/intel_perf_counters (Kenneth). |
| 464 | |
Daniel Vetter | eeaf013 | 2013-11-03 11:28:50 +0100 | [diff] [blame] | 465 | - 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 Vetter | 27f1a7d | 2013-11-06 15:06:15 +0100 | [diff] [blame] | 480 | - 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 Vetter | 5fab0b8 | 2013-11-06 18:55:20 +0100 | [diff] [blame] | 483 | Release 1.4 (2013-09-16) |
Daniel Vetter | 145c0d1 | 2013-09-22 13:15:43 +0200 | [diff] [blame] | 484 | ------------------------ |
Daniel Vetter | 35ee507 | 2013-09-13 17:02:07 +0200 | [diff] [blame] | 485 | |
| 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 Wilson | 32f9c49 | 2013-09-13 16:28:15 +0100 | [diff] [blame] | 493 | will superseed intel_reg_dumper for newer platforms (which are not yet |
Daniel Vetter | 35ee507 | 2013-09-13 17:02:07 +0200 | [diff] [blame] | 494 | 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 Wilson | 32f9c49 | 2013-09-13 16:28:15 +0100 | [diff] [blame] | 504 | - Tons of new testcases. Including subtests we are now at roughly 450 tests! |
Daniel Vetter | 35ee507 | 2013-09-13 17:02:07 +0200 | [diff] [blame] | 505 | |
| 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 Vivi | a33d557 | 2013-09-13 16:54:56 -0300 | [diff] [blame] | 510 | Release 1.3 (2012-08-27) |
Daniel Vetter | 030c9c0 | 2013-09-13 17:01:38 +0200 | [diff] [blame] | 511 | ------------------------ |
| 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 | |
| 519 | Release 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 Vivi | a33d557 | 2013-09-13 16:54:56 -0300 | [diff] [blame] | 530 | Release 1.1 (2011-12-24) |
Daniel Vetter | 030c9c0 | 2013-09-13 17:01:38 +0200 | [diff] [blame] | 531 | ------------------------ |
| 532 | |
| 533 | Improved testsuite, usable for kernel regression testing! |
| 534 | |
| 535 | Release 1.0 (2009-04-27) |
| 536 | ------------------------ |
| 537 | |
| 538 | Initial 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 |