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 ED676C25B41 for ; Mon, 23 Oct 2023 08:56:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232202AbjJWI44 (ORCPT ); Mon, 23 Oct 2023 04:56:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbjJWI4w (ORCPT ); Mon, 23 Oct 2023 04:56:52 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9EB3A9; Mon, 23 Oct 2023 01:56:50 -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 6500F660708F; Mon, 23 Oct 2023 09:56:48 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1698051409; bh=dFvx+49S3jFnjbYP/SDDTVnsInLkM7iL6PkoHtIthX0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=RVEWfNph9KqE4Mw6VpLodWjXCU7tkP1G4gPeA8oZlDQDYvFHMonzcvegivjtuR+6O MuTAoFZnfyuIfml2eGL9n8iWHiTXVaphfrcjswc4g4irTF4L9xOAVD8n01gGUSgd2d Kk2mSmsawIkFL8l4qKcUMktO6VEXfaOMvF62HywGQGJn8crXHZvogvfkn2CALdlNg5 fNmLuQ+qgg9PEi25UhA2rPp60RedCock6MdA0+Fjgh3ESlZoNWPpIAGHn7RLKMRmgV zokbhLQBjzj/YXXBjhU9kO1n56xrvm6C40rP1IaLq15JnuhVOfatBgzuBeGrGGxoBN 2HIeAA/O3N3xQ== Message-ID: <5bdb0e3a-e3d9-4014-8f0b-014f8d2f6f9a@collabora.com> Date: Mon, 23 Oct 2023 10:56:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2,7/7] media: mediatek: vcodec: Set the supported vp9 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-8-yunfei.dong@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20231023030640.16393-8-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 VP9 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