From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id D47A889CD4 for ; Mon, 30 Dec 2019 03:41:19 +0000 (UTC) From: Imre Deak Date: Mon, 30 Dec 2019 05:40:35 +0200 Message-Id: <20191230034040.21943-6-imre.deak@intel.com> In-Reply-To: <20191230034040.21943-1-imre.deak@intel.com> References: <20191230034040.21943-1-imre.deak@intel.com> MIME-Version: 1.0 Subject: [igt-dev] [PATCH i-g-t 05/10] Revert "tests/kms_plane: Disable GEN12 media compression YUV tests" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org List-ID: This reverts commit 0586d205f651674e575351c2d5a7d0760716c9f1. Now that support for YUV engine copy was added, we can re-enable the YUV tests. Cc: Mika Kahola Signed-off-by: Imre Deak --- tests/kms_plane.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/kms_plane.c b/tests/kms_plane.c index 6ad7bacc..9ef3a7f3 100644 --- a/tests/kms_plane.c +++ b/tests/kms_plane.c @@ -596,13 +596,6 @@ static bool test_format_plane_yuv(data_t *data, enum pipe pipe, if (!igt_plane_has_prop(plane, IGT_PLANE_COLOR_RANGE)) return true; - /* - * The Vebox blitter backend needed for this can't handle YUV formats - * yet, so skip it for now. - */ - 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, IGT_PLANE_COLOR_ENCODING, -- 2.23.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev