summaryrefslogtreecommitdiff
path: root/tests/kms_plane.c
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-03-11 15:32:22 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-03-12 15:34:02 +0200
commite969b315eae5317af24ed33b827220834c7669a5 (patch)
tree54e92d74196b2c23500c9d222d92d9c10ef016d7 /tests/kms_plane.c
parentdbbedb34a0ccb96cbdba2153a6c9a966283e6d2c (diff)
Revert "tests: kms_plane: Disable XBGR8888"
This reverts commit 067a68969b2d41e101ac778b06f2743fa69b27ab. With the kms_plane pixel format tests now exhaustively testing all the formats even with early CRC mismatches, it's better to not hide such issues in IGT. There are other systems in place to do such things. Cc: Maxime Ripard <maxime.ripard@bootlin.com> Cc: Daniel Vetter <daniel@ffwll.ch> Reviewed-by: Martin Peres <martin.peres@linux.intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/kms_plane.c')
-rw-r--r--tests/kms_plane.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index ed8e324a..d8098bef 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -534,16 +534,6 @@ static bool test_format_plane(data_t *data, enum pipe pipe,
if (!igt_fb_supported_format(format))
continue;
- /*
- * There seems to be some issue there with the CRC not
- * matching. Both CRCs are stable, but don't match,
- * which seems to indicate some issue with the CRC
- * computation logic, but I haven't been able to find
- * what.
- */
- if (format == DRM_FORMAT_XBGR8888)
- continue;
-
igt_info("Testing format " IGT_FORMAT_FMT " on %s.%u\n",
IGT_FORMAT_ARGS(format),
kmstest_pipe_name(pipe), plane->index);