From mboxrd@z Thu Jan 1 00:00:00 1970
From: Philipp Zabel
Subject: Re: [PATCH v4 2/4] gpu: ipu-v3: ipu-ic: Simplify selection of
encoding matrix
Date: Mon, 11 Feb 2019 11:00:10 +0100
Message-ID: <1549879210.7687.4.camel@pengutronix.de>
References: <20190209014748.10427-1-slongerbeam@gmail.com>
<20190209014748.10427-3-slongerbeam@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Return-path:
In-Reply-To: <20190209014748.10427-3-slongerbeam@gmail.com>
Sender: linux-kernel-owner@vger.kernel.org
To: Steve Longerbeam , linux-media@vger.kernel.org
Cc: Tim Harvey , "open list:DRM DRIVERS FOR FREESCALE IMX" , open list
List-Id: dri-devel@lists.freedesktop.org
On Fri, 2019-02-08 at 17:47 -0800, Steve Longerbeam wrote:
> Simplify the selection of the Y'CbCr encoding matrices in init_csc().
> A side-effect of this change is that init_csc() now allows YUV->YUV
> using the identity matrix, intead of returning error.
>
> Signed-off-by: Steve Longerbeam
Note that this only works if both YUV encodings have the same range.
regards
Philipp