From 71de427b53582348f96974920dd40d4b4d3163a0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 3 Apr 2015 09:07:09 +0100 Subject: [PATCH] igt/gem_persistent_relocs: Add note about known byt/full-ppgtt issue References: https://bugs.freedesktop.org/show_bug.cgi?id=84859 Signed-off-by: Chris Wilson --- tests/gem_persistent_relocs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/gem_persistent_relocs.c b/tests/gem_persistent_relocs.c index a6ae3863..d57e1722 100644 --- a/tests/gem_persistent_relocs.c +++ b/tests/gem_persistent_relocs.c @@ -51,6 +51,8 @@ IGT_TEST_DESCRIPTION("Test persistent relocations as used by uxa/libva."); /* * Testcase: Persistent relocations as used by uxa/libva * + * Note: this currently fails on byt/full-ppgtt + * https://bugs.freedesktop.org/show_bug.cgi?id=84859 */ static drm_intel_bufmgr *bufmgr;