Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4930259ybi; Sat, 20 Jul 2019 09:04:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqy3rk+hGp5L4HcmRz8Pcfjmr/RC+Pu7WBAoGleWzIpr54+Aiuq0nNVsLnECiNKTmdR2vXmb X-Received: by 2002:a63:f401:: with SMTP id g1mr62188096pgi.314.1563638686371; Sat, 20 Jul 2019 09:04:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563638686; cv=none; d=google.com; s=arc-20160816; b=g7pYnU4YtnXIU+c+L4N5bGT/5P5HiT9mRa/pigmCTZNvkMB1Hm+SZoy5yLwL/R5hKu zeBw0D1QKG9HMWFcQEd0HPB9Agu29g62WhfEqiUgDAXYjeZs92WRaAZURouk6d67WA8w JMbbITP1qQDVaElR5xE+AeAtsenbS2BcP4aZTLowdyPkGcWvNRGtHOTBwRp8pJkGSRWf JDW9e4ubO4+w/aepWnPCOLlDBeezFYFH3m75ql7XVM3yAFOCeJ0DY7OfjJ1sRy+2m48b RTD6RIvMHfd7ICjxpTx4xVZPQihfsqqwOJRG5yVtnuP9iF1SIkSoferDuDy62l2Vw5Vt q1ug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kEP8HL5dEZzchSMMN2ExPn/NQeXmZyVrGL9v0LMR/3U=; b=Hqj1eTGI9eQnok9dRE7rQmCfKxhU+Qk88IdPRsy1JW0qqjvYrmRl4c2Yrv7pd0J0TF u35yxzgUAAmummb2TqipIP+Vc0XAWT0p8gt5f4iF5x4My9jz6X020BC5VflKl1FenfX6 UIwQ8bd/15wzS6L8kTTqqca8CGOJ/oQue/hSEpYrsi3Vag6sIw099zJu9jFs46wEitLc wnKRJ+7k/s9ObtDxzXiM/sj8pE0EKv2D+a9pV2hjylxoSVIR/AEiDxuyZ4TBLNHaGdk1 bKsbBd3AUDJhVJR1ZZ0cYLNdCIH+G1wG88MJ7oEnpoA7tmcRXmgxFwDJScGPYMA2BTQS 2JaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h6si5859066plr.105.2019.07.20.09.04.16; Sat, 20 Jul 2019 09:04:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726141AbfGTFnA (ORCPT + 99 others); Sat, 20 Jul 2019 01:43:00 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:50971 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726094AbfGTFnA (ORCPT ); Sat, 20 Jul 2019 01:43:00 -0400 Received: from localhost (91-163-65-175.subs.proxad.net [91.163.65.175]) (Authenticated sender: maxime.ripard@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 4F917100005; Sat, 20 Jul 2019 05:42:56 +0000 (UTC) Date: Sat, 20 Jul 2019 07:42:55 +0200 From: Maxime Ripard To: Jernej Skrabec Cc: wens@csie.org, airlied@linux.ie, daniel@ffwll.ch, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH 0/3] drm/sun4i: Add support for color encoding and range Message-ID: <20190720054255.vyma2lyiu2tohl74@flea> References: <20190713120346.30349-1-jernej.skrabec@siol.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4bp3a2hzmkf5ifze" Content-Disposition: inline In-Reply-To: <20190713120346.30349-1-jernej.skrabec@siol.net> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --4bp3a2hzmkf5ifze Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 13, 2019 at 02:03:43PM +0200, Jernej Skrabec wrote: > In order to correctly convert image between YUV and RGB, you have to > know color encoding and color range. This patch set adds appropriate > properties and considers them when choosing CSC conversion matrix for > DE2 and DE3. > > Note that this is only the half of needed changes when using HDMI output. > DW HDMI bridge driver has to be extended to have a property to select > limited (TVs) or full (PC monitors) range. But that will be done at a > later time. > > Please take a look. Sorry for the delay, I applied all three. Thanks! Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --4bp3a2hzmkf5ifze Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXTKp3wAKCRDj7w1vZxhR xb/MAP0YGFEL32Wso4KP7I+AUWQBVf1s5y0UbrS6kdiCC1q+pwD+IxvTlGoVYE3C XSeD1QTADsnw4LRHiB1TTiZsmdd3rw4= =gCkd -----END PGP SIGNATURE----- --4bp3a2hzmkf5ifze--