From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9F39C3E5EC6; Mon, 20 Jul 2026 23:18:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784589502; cv=none; b=VzeOLcQulhCMiEZDM8DPhksXGnbeblFasfcGoZxs5cYPJZODESoPSAM/5sjT1g/vJxbHFx4fSjIcwmT6wKfqtIwYITQe2ii+cuVXNA108khYwGJcZ3/+wv37W9MhIcU5kC5jZaRIIQl39O7h4zxOdAYhlV8cMgNEndnQx0XXnI0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784589502; c=relaxed/simple; bh=E3sdT3o+6WpSJr7fCr9NTMdAbC9MhuLYIrPuCVmMHSI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=d1+q5z/Fn7DveTbUc5DILnscN3+ZzfP0KAbfew2eTqY9o6ZhdhQCzeYpPBpVG3VCWzdYuOtomqYpS2jTFfVz5CE37cualgbuQI8P0Ev0byDH6RW0phOhI5+PcYOEkIjzKSbZ0jRIpMBJrvwCOInwv6ngmMdyq9kDRojeqwqoY68= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=vsnzvkZ8; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="vsnzvkZ8" Received: from killaraus.ideasonboard.com (2001-14ba-70f3-e800--a06.rev.dnainternet.fi [IPv6:2001:14ba:70f3:e800::a06]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A6CAD838; Tue, 21 Jul 2026 01:17:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1784589435; bh=E3sdT3o+6WpSJr7fCr9NTMdAbC9MhuLYIrPuCVmMHSI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vsnzvkZ8S/6+1JZKdKZWX2Fm/ea9Huss9N3AnWA2Qu8J1jXaKIOpCq2stdsKvCRq9 P+BPY/k2PEIiE4ZwRw+1Jz7Li23AZCw5brs1Up8nbR3/AcF6rL2uidiDAP/3b3Z8iM BFTRF5AHsnzJypQRhgjAGPl3WohSFxVn1nKsDZDE= Date: Tue, 21 Jul 2026 02:18:12 +0300 From: Laurent Pinchart To: Guoniu Zhou Cc: Mauro Carvalho Chehab , Frank Li , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Christian Hemp , Stefan Riedmueller , Jacopo Mondi , Loic Poulain , Bryan O'Donoghue , Dong Aisheng , Guoniu Zhou , linux-media@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2 5/6] media: nxp: imx8-isi: Correct color map between V4L2 and ISI Message-ID: <20260720231812.GB27524@killaraus.ideasonboard.com> References: <20260720-isi-v2-0-45845bc5d4fa@oss.nxp.com> <20260720-isi-v2-5-45845bc5d4fa@oss.nxp.com> <20260720174002.GC50424@killaraus.ideasonboard.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260720174002.GC50424@killaraus.ideasonboard.com> On Mon, Jul 20, 2026 at 08:40:04PM +0300, Laurent Pinchart wrote: > On Mon, Jul 20, 2026 at 11:34:07AM +0800, Guoniu Zhou wrote: > > Fix the ISI input format for the color map V4L2_PIX_FMT_XBGR32 in > > memory-to-memory mode. > > > > Fixes: cf21f328fcaf ("media: nxp: Add i.MX8 ISI driver") > > Cc: stable@vger.kernel.org > > Signed-off-by: Guoniu Zhou > > Tentatively, > > Reviewed-by: Laurent Pinchart > > I'm running a build to test this change. Tested-by: Laurent Pinchart > > --- > > Changes in v2: > > - Reword commit description for clarity (Frank Li) > > --- > > drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c b/drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c > > index 5eb448f4c26f..05b51b98344b 100644 > > --- a/drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c > > +++ b/drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c > > @@ -151,7 +151,7 @@ static const struct mxc_isi_format_info mxc_isi_formats[] = { > > .fourcc = V4L2_PIX_FMT_XBGR32, > > .type = MXC_ISI_VIDEO_CAP | MXC_ISI_VIDEO_M2M_OUT > > | MXC_ISI_VIDEO_M2M_CAP, > > - .isi_in_format = CHNL_MEM_RD_CTRL_IMG_TYPE_XBGR8, > > + .isi_in_format = CHNL_MEM_RD_CTRL_IMG_TYPE_XRGB8, > > .isi_out_format = CHNL_IMG_CTRL_FORMAT_XRGB888, > > .mem_planes = 1, > > .color_planes = 1, -- Regards, Laurent Pinchart