From patchwork Fri Mar 27 08:40:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vipin Anand X-Patchwork-Id: 11462007 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 88C8D6CA for ; Fri, 27 Mar 2020 08:42:23 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 71F6720716 for ; Fri, 27 Mar 2020 08:42:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 71F6720716 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8CCAE6E9CF; Fri, 27 Mar 2020 08:42:22 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 56C006E9CF for ; Fri, 27 Mar 2020 08:42:21 +0000 (UTC) IronPort-SDR: F5KgTWhE0oam46cUbIRgJ651Jgb988PKGZclZJvtt5bMiKFVin2pm4zMwvNDbgjj2y6+OTWemH hgH07n863LAQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2020 01:42:20 -0700 IronPort-SDR: /hF+xcIQ+rSKzkffZEr/XCQOOI3LIlnkcwkseuSJEG51U0YBBG34K7/JUdWfFEp4gGbAxWQmRd QtgsM5G/oxbg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,311,1580803200"; d="scan'208";a="240909436" Received: from vipinana-nuc7i7bnh.iind.intel.com ([10.66.179.10]) by fmsmga008.fm.intel.com with ESMTP; 27 Mar 2020 01:42:20 -0700 From: Vipin Anand To: intel-gfx@lists.freedesktop.org Date: Fri, 27 Mar 2020 14:10:57 +0530 Message-Id: <20200327084058.11840-1-vipin.anand@intel.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH v4 0/1] Enable HDR on Gen9 devices with lspcon hdr capability 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Removing Uma's patches as it is already under review https://patchwork.freedesktop.org/series/68081/ Once that is merged this patch need to be reviewed. Vipin Anand (1): drm:i915:display: add checks for Gen9 devices with hdr capability drivers/gpu/drm/i915/display/intel_hdmi.c | 17 +++++++++++++---- drivers/gpu/drm/i915/display/intel_lspcon.c | 9 +++++++-- 2 files changed, 20 insertions(+), 6 deletions(-)