public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_plane: Disable GEN12 media compression YUV tests
@ 2019-12-20 14:48 Imre Deak
  2019-12-20 17:12 ` Ville Syrjälä
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Imre Deak @ 2019-12-20 14:48 UTC (permalink / raw)
  To: igt-dev

The Vebox backend needed for this is not ready yet for YUV formats,
since that needs a separate AUX pagetable setup for the Y and UV planes
and also setting up the matching format in the Vebox tiling convert
command surface state.

It makes sense to test the MC kernel patchset for regressions though, so
let's disable the MC YUV tests until Vebox is able to handle those
formats (and revert this patch when that happens and before the kernel
patches enabling MC YUV formats get merged).

Cc: Mika Kahola <mika.kahola@intel.com>
Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 tests/kms_plane.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 9ef3a7f3..1474e265 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -595,6 +595,8 @@ static bool test_format_plane_yuv(data_t *data, enum pipe pipe,
 		return true;
 	if (!igt_plane_has_prop(plane, IGT_PLANE_COLOR_RANGE))
 		return true;
+	if (modifier == LOCAL_I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS)
+		return true;
 
 	for (enum igt_color_encoding e = 0; e < IGT_NUM_COLOR_ENCODINGS; e++) {
 		if (!igt_plane_try_prop_enum(plane,
-- 
2.22.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-22 11:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-20 14:48 [igt-dev] [PATCH i-g-t] tests/kms_plane: Disable GEN12 media compression YUV tests Imre Deak
2019-12-20 17:12 ` Ville Syrjälä
2019-12-20 22:19 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-12-21 10:33   ` Imre Deak
2019-12-22 11:48 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox