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 F11FA10E075 for ; Thu, 4 May 2023 10:56:21 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Thu, 4 May 2023 16:22:57 +0530 Message-Id: <20230504105259.136977-1-swati2.sharma@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/2] Enable VDSC output formats validation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Initial, dsc generic changes are merged. Now, this series contains only dsc o/p format validation related patches. Swati Sharma (2): lib/dsc: Add helpers for VDSC output format debugfs entry tests/i915/kms_dsc: Enable validation for VDSC output formats lib/igt_dsc.c | 49 +++++++++++++ lib/igt_dsc.h | 5 ++ lib/igt_kms.c | 18 +++++ lib/igt_kms.h | 7 ++ tests/i915/kms_dsc.c | 137 ++++++++++++++++++++++++++---------- tests/i915/kms_dsc_helper.c | 36 ++++++++++ tests/i915/kms_dsc_helper.h | 4 ++ 7 files changed, 217 insertions(+), 39 deletions(-) -- 2.25.1