From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Brezillon Subject: Re: [PATCH] drm/vc4: Fix the "no scaling" case on multi-planar YUV formats Date: Fri, 3 Aug 2018 10:11:26 +0200 Message-ID: <20180803101126.76282da6@bbrezillon> References: <20180725122907.13702-1-boris.brezillon@bootlin.com> <8760101jrs.fsf@anholt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <8760101jrs.fsf@anholt.net> Sender: stable-owner@vger.kernel.org To: Eric Anholt Cc: David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, stable@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On Fri, 27 Jul 2018 13:55:03 -0700 Eric Anholt wrote: > Boris Brezillon writes: > > > When there's no scaling requested ->is_unity should be true no matter > > the format. > > > > Also, when no scaling is requested and we have a multi-planar YUV > > format, we should leave ->y_scaling[0] to VC4_SCALING_NONE and only > > set ->x_scaling[0] to VC4_SCALING_PPF. > > > > Doing this fixes an hardly visible artifact (seen when using modetest > > and a rather big overlay plane in YUV420). > > > > Fixes: fc04023fafec ("drm/vc4: Add support for YUV planes.") > > Cc: > > Signed-off-by: Boris Brezillon > > Reviewed-by: Eric Anholt Queued to drm-misc-fixes.