From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8E3DA10E32C for ; Tue, 31 Jan 2023 12:06:54 +0000 (UTC) From: Ville Syrjala To: igt-dev@lists.freedesktop.org Date: Tue, 31 Jan 2023 14:06:40 +0200 Message-Id: <20230131120646.27434-1-ville.syrjala@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/6] tests/kms_async_flips: Test format modifiers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arun R Murthy Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Ville Syrjälä Fix up some issues in kms_async_flips, and remove most of the hardcoded modifier stuff. Instead we can simply iterate through all the modifiers reported by the plane. Cc: Arun R Murthy Ville Syrjälä (6): tests/kms_async_flips: Add missing igt_put_cairo_ctx() tests/kms_async_flips: Render the bars full height tests/kms_async_flips: Ger rid of i915 specific fb creation tests/kms_async_flips: Run the test only once per pipe tests/kms_async_flips: Split test_init() tests/kms_async_flips: Test all modifiers tests/kms_async_flips.c | 118 +++++++++++++++++++++++++--------------- 1 file changed, 75 insertions(+), 43 deletions(-) -- 2.39.1