From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) (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 57C767C; Mon, 4 Apr 2022 09:02:32 +0000 (UTC) Received: from [IPV6:2a01:e0a:120:3210:52e1:bbc1:ca8:7fa9] (unknown [IPv6:2a01:e0a:120:3210:52e1:bbc1:ca8:7fa9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: benjamin.gaignard) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id B7F841F459F5; Mon, 4 Apr 2022 10:02:24 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1649062945; bh=Fq1cNgcG71vKarNXb1KWa+6C35UQPBCHFFeK77y16GU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hVG0HSDA8rE5xmxrpe4VsIiBt3wsvYi6+asdDW1r+DdHlUycVaXdd3/kjxQkbEG1e RQx8L6oOTNzvOcDD4TNaH03l7VDseaM0l8ceVPki+QpOBXuyClPIg5ac/Q/pSRWVV0 ZK9JGt8sKkRmo09xfGYostker5HfHvm6SuS7re2kEjKxqbDc/WV+X7nvplqSiKDL7j 2hjZ1EZ7dWCsWX/dGFuBZmr6Y6QkkmrWx6qO5jxeCjY/746yANDLjSX0Mi04ar1ZO/ N/KWL1f6OQERJdteXsAUNOM22dgkGMRz4k7Ivmuqo43Ehs9YuAI5hZ/1IpTw+BGE98 SIUWJDIqvfC+Q== Message-ID: Date: Mon, 4 Apr 2022 11:02:22 +0200 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [RFC PATCH 2/8] media: Add P010 format Content-Language: en-US To: Ezequiel Garcia , Nicolas Dufresne Cc: Jernej Skrabec , Philipp Zabel , Mauro Carvalho Chehab , Hans Verkuil , Greg KH , Chen-Yu Tsai , Samuel Holland , linux-media , Linux Kernel Mailing List , "open list:ARM/Rockchip SoC..." , "open list:STAGING SUBSYSTEM" , linux-arm-kernel , linux-sunxi@lists.linux.dev References: <20220227144926.3006585-1-jernej.skrabec@gmail.com> <20220227144926.3006585-3-jernej.skrabec@gmail.com> <1b2ce01fb04f29cca58d40bd81d9f4cc46dcebf8.camel@ndufresne.ca> From: Benjamin Gaignard In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 04/04/2022 à 02:04, Ezequiel Garcia a écrit : > Hi Nicolas, Benjamin, > > On Mon, Feb 28, 2022 at 9:48 AM Nicolas Dufresne wrote: >> Le dimanche 27 février 2022 à 15:49 +0100, Jernej Skrabec a écrit : >>> Add P010 format, which is commonly used for 10-bit videos. >> There is a much more complete patch that was sent previously (with documentation >> and all): >> >> https://patchwork.kernel.org/project/linux-rockchip/patch/20210618131526.566762-5-benjamin.gaignard@collabora.com/ >> > I believe "media: Add P010 video format" should be good to go, I think > we could merge it. > > I can't find it on my gmail inbox, for some reason.. can you guys > please repost it, > and/or reply to with a gently ping for Hans (and please Cc me on this mail) ? I have rebased it on v5-18-rc1 tag and send it. You should have it in your mailbox now. Regards, Benjamin > > Thanks! > Ezequiel