NEWS: COMMIT_ATOMIC landed a while ago and a test that makes use of it.

Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
This commit is contained in:
Marius Vlad 2016-04-20 20:03:53 +03:00
parent 8b8d7aaffd
commit ed6fb66a50

4
NEWS
View File

@ -8,6 +8,10 @@ up considerably piglit when starting tests. (Gabriel Feceoru)
- piglit changed its behaviour to prevent overwriting the results. A fairly new - piglit changed its behaviour to prevent overwriting the results. A fairly new
version of piglit is required to run i-g-t tests. (Gabriel Feceoru) version of piglit is required to run i-g-t tests. (Gabriel Feceoru)
- Added COMMIT_ATOMIC (lib/igt_kms, w/ test kms_rotation_crc).
Requires nuclear_pageflip parameter turned on in the i915 driver.
(Mayuresh Gharpure, Pratik Vishwakarma)
- Add igt_subtest_group to allow igt_fixture for only a subset of subtests - Add igt_subtest_group to allow igt_fixture for only a subset of subtests
without skipping/failing all subsequent subtests. (Daniel Vetter) without skipping/failing all subsequent subtests. (Daniel Vetter)