[Bug 89833] [ All bisected] igt/kms_fbc_crc cases fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 8 23:12:58 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=89833

--- Comment #8 from ye.tian <yex.tian at intel.com> ---
Tested it on the below the igt patch, this issue does not exists on all
platform.


root at x-bsw03:~# cat /sys/kernel/debug/dri/0/i915_fbc_status
FBC unsupported on this chipset

diff --git a/tests/kms_fbc_crc.c b/tests/kms_fbc_crc.c index ccdec33..1320bad
100644
--- a/tests/kms_fbc_crc.c
+++ b/tests/kms_fbc_crc.c
@@ -513,7 +513,7 @@ igt_main
         igt_assert_lt(0, fread(buf, 1, sizeof(buf), status));
         fclose(status);
         buf[sizeof(buf) - 1] = '\0';
-        igt_require_f(!strstr(buf, "unsupported by this chipset") &&
+        igt_require_f(!strstr(buf, "unsupported on this chipset") &&
                   !strstr(buf, "disabled per module param") &&
                   !strstr(buf, "disabled per chip default"),
                   "FBC not supported/enabled\n");

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150409/2c4aa496/attachment.html>


More information about the intel-gfx-bugs mailing list