diff --git a/NEWS b/NEWS index 8b20616b..f904fc19 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ up considerably piglit when starting tests. (Gabriel Feceoru) - 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) +- 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 without skipping/failing all subsequent subtests. (Daniel Vetter)