From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from NAM10-DM6-obe.outbound.protection.outlook.com (mail-dm6nam10on2060.outbound.protection.outlook.com [40.107.93.60]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7827710E1E1 for ; Wed, 6 Sep 2023 22:38:45 +0000 (UTC) From: Alex Hung To: Date: Wed, 6 Sep 2023 16:37:27 -0600 Message-ID: <20230906223730.3979103-1-alex.hung@amd.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Subject: [igt-dev] [PATCH 0/3][i-g-t][V2] kms_writeback: support DRM_FORMAT_XRGB2101010 in kms_writeback List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: brian.starkey@arm.com, maxime@cerno.tech Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: kms_writeback only checked and supported DRM_FORMAT_XRGB8888. This patchset enables 10 bit supports in lib and add new subtests for DRM_FORMAT_XRGB2101010 in kms_writeback. V2 - allow kms_writeback to run subtests for multiple DRM_FORMAT_XRGB* Alex Hung (3): lib/igt_fb: use the entire 32 bit for fnv1a_crc lib/igt_fb: add 10 bits (XRGB2101010) supports in fnv1a_crc tests/kms_writeback: support DRM_FORMAT_XRGB2101010 for writeback lib/igt_fb.c | 15 +++-- tests/kms_writeback.c | 140 ++++++++++++++++++++++++++++++++++-------- 2 files changed, 120 insertions(+), 35 deletions(-) -- 2.42.0