summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarius Vlad <marius.c.vlad@intel.com>2016-04-20 20:03:53 +0300
committerMarius Vlad <marius.c.vlad@intel.com>2016-04-20 20:03:53 +0300
commited6fb66a50b35efc7e879deb23742d3da31b81be (patch)
tree2d7e979c6720a9b4e64ad86bce264dd7b7f0495f /NEWS
parent8b8d7aaffd35be7f4f81623165f26c21b83dfa54 (diff)
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)