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 158A66E8AF for ; Fri, 3 Sep 2021 16:27:50 +0000 (UTC) From: Ville Syrjala Date: Fri, 3 Sep 2021 19:27:36 +0300 Message-Id: <20210903162743.29851-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 v3 0/7] tests/kms_color: 3D LUT tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org Cc: Bhanuprakash Modem List-ID: From: Ville Syrjälä Updated set of 3D LUT tests and associated refactoring/fixes. Cc: Bhanuprakash Modem Ville Syrjälä (7): tests/kms_color_chamelium: Remove invalid LUT size tests tests/kms_color: Refactor invalid LUT size tests tests/kms_color: Store r/g/b separately for LUT color tests tests/kms_color: Pass pipe to invalid LUT size tests tests/kms_color: Run each subtest only for a single connector lib/kms: Add GAMMA_LUT_3D support tests/kms_color: Add GAMMA_LUT_3D tests lib/igt_kms.c | 5 + lib/igt_kms.h | 2 + tests/kms_color.c | 782 +++++++++++++++++++++--------------- tests/kms_color_chamelium.c | 11 - tests/kms_color_helper.c | 181 +++++---- tests/kms_color_helper.h | 27 +- 6 files changed, 587 insertions(+), 421 deletions(-) -- 2.31.1