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 568E210E4D5 for ; Tue, 11 Apr 2023 07:51:05 +0000 (UTC) From: Ville Syrjala To: igt-dev@lists.freedesktop.org Date: Tue, 11 Apr 2023 10:50:53 +0300 Message-Id: <20230411075101.2785-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/8] tests/kms_color: Improve CTM tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Ville Syrjälä Bunch of fixe and cleanups to the CTM tests. Also add a new "signed" subtest to highlight a bug in the i915 CHV CGM code. Ville Syrjälä (8): tests/kms_color: Use legacy LUT for chopping off the lsbs tests/kms_color: Use named initializers tests/kms_color: Make loads of stuff static const tests/kms_color: Pass down the colors used to paint the fb tests/kms_color: Get rid of hand coded "expected_colors" tests/kms_color: Add and additional "signed" subtest tests/kms_color: Dump the CTM before/after color values tests/intel-ci/fast-feedback: Run ctm tests tests/intel-ci/fast-feedback.testlist | 11 + tests/kms_color.c | 285 +++++++++++++++----------- tests/kms_color_helper.c | 4 +- tests/kms_color_helper.h | 4 +- 4 files changed, 183 insertions(+), 121 deletions(-) -- 2.39.2