From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A59DACDB474 for ; Mon, 23 Oct 2023 08:57:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232734AbjJWI5F (ORCPT ); Mon, 23 Oct 2023 04:57:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbjJWI46 (ORCPT ); Mon, 23 Oct 2023 04:56:58 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EDC3E6; Mon, 23 Oct 2023 01:56:52 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 9473366071F8; Mon, 23 Oct 2023 09:56:50 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1698051411; bh=clZyRu30rpVtkfwwry2/X03KJDHSjbrHEcDVqVykg5Y=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ZSxAV6UDlF769MyKYIpVLajGb3lqWfQorc6aWBVW2HIYzKX52hOEbtk39DL7I2WvO e8Y6fsNPX03XrwPYTBSSOtDdDTDgA/ro8R5gG++kp8v29gRmbJElZaahb2dN9PMbm6 BKK8eyNfhP8+KTh0p3kUq9BQmoync1nXao8++XfMnyF8XOxgaDm9FIRBi5ic9f7Pqv 3nJoNDX3+UqvqTAOASfTpEb09OvyZ9RNZAMgeb/fh1vaRK1aMrZTkYUWLDE4neLvcn ccmHsL4NStBuX2PzcqsOgyWVVOZJ6i6/Y+rrc1CqHqJc0oE6RBPyHvtbPBeFDz3y3r G2fR5sGbKJ98w== Message-ID: <4e510655-aee4-4417-9211-90fb4327b345@collabora.com> Date: Mon, 23 Oct 2023 10:56:50 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2,5/7] media: mediatek: vcodec: Set the supported h265 profile for each platform Content-Language: en-US To: Yunfei Dong , Sebastian Fricke , =?UTF-8?Q?N=C3=ADcolas_F_=2E_R_=2E_A_=2E_Prado?= , Nicolas Dufresne , Hans Verkuil , Benjamin Gaignard , Nathan Hebert Cc: Chen-Yu Tsai , Hsin-Yi Wang , Fritz Koenig , Daniel Vetter , Steve Cho , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20231023030640.16393-1-yunfei.dong@mediatek.com> <20231023030640.16393-6-yunfei.dong@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20231023030640.16393-6-yunfei.dong@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 23/10/23 05:06, Yunfei Dong ha scritto: > Set the maximum H265 codec profile for each platform. > The various mediatek platforms support different profiles for decoding, > the profile of the codec limits the capabilities for decoding. > > Signed-off-by: Yunfei Dong > Reviewed-by: Sebastian Fricke Reviewed-by: AngeloGioacchino Del Regno