From patchwork Tue Nov 23 19:36:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Shankar, Uma" X-Patchwork-Id: 12635213 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2165DC433EF for ; Tue, 23 Nov 2021 19:37:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4BA6F6E207; Tue, 23 Nov 2021 19:37:09 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9700F6E17B for ; Tue, 23 Nov 2021 19:37:07 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10177"; a="234936066" X-IronPort-AV: E=Sophos;i="5.87,258,1631602800"; d="scan'208";a="234936066" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Nov 2021 11:37:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,258,1631602800"; d="scan'208";a="591333606" Received: from cfl-desktop.iind.intel.com ([10.190.239.20]) by FMSMGA003.fm.intel.com with ESMTP; 23 Nov 2021 11:37:01 -0800 From: Uma Shankar To: intel-gfx@lists.freedesktop.org Date: Wed, 24 Nov 2021 01:06:46 +0530 Message-Id: <20211123193649.3153258-1-uma.shankar@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/3] Enable pipe color support on D13 platform X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =ville.syrjala@linux.intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Enable pipe color support for Display 13 platform. This series enables just the 10bit gamma mode. More advanced logarithmic gamma mode will be enable with the new enhanced UAPI. It will be extended once the UAPI is agreed in community. This series just adds the basic support in the interim. Uma Shankar (3): drm/i915/xelpd: Enable Pipe color support for D13 platform drm/i915/xelpd: Enable Pipe Degamma drm/i915/xelpd: Add Pipe Color Lut caps to platform config drivers/gpu/drm/i915/display/intel_color.c | 21 ++++++++++++++++++--- drivers/gpu/drm/i915/i915_pci.c | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-)