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 22169C7EE2F for ; Tue, 30 May 2023 10:06:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231358AbjE3KGC (ORCPT ); Tue, 30 May 2023 06:06:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230305AbjE3KF6 (ORCPT ); Tue, 30 May 2023 06:05:58 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D38A9C; Tue, 30 May 2023 03:05:57 -0700 (PDT) Received: from [IPV6:2001:b07:2ed:14ed:a962:cd4d:a84:1eab] (unknown [IPv6:2001:b07:2ed:14ed:a962:cd4d:a84:1eab]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 109156601F54; Tue, 30 May 2023 11:05:55 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1685441156; bh=AZ184lm4DFK2T6MKQmesqJJtsTeSZhaeVIOOM3dp9z0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ae4twUX/nzJABQDkveTl1edb3HwoQKq2r4rTJ2pipXJ74hk20r9W55vss2+cjxlzQ OfZkRaNpTUHZgI+7rTMtkPH0Ni5XdoliIm4r+YiYuEDX4kjxkeYdFy9HSbN44ehOPL XrZtCNvRQxX9WePNkBdiO/MRY45DrwjJxB4cd/5Wb5MsQhGwzOGjeo4WkYD0n+LAle N9Ke4lbEODytoSlIzolpyoskj067UnfhPeLT6QnqZdVIVbPyKYOtw5R25h/uSdUbJR ilfPdvcDoHiNHFTCCCnI7gk9mTxjUScxAPNQPBPJntBWByj1XO2tn1BML7rdkya1FF TkpbQTJU9D4qw== Message-ID: <7e83e62c-bb53-1b57-46ca-6d1e2e35aba8@collabora.com> Date: Tue, 30 May 2023 12:05:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [PATCH v5,5/8] media: mediatek: vcodec: Get each instance format type Content-Language: en-US To: Yunfei Dong , Chen-Yu Tsai , Nicolas Dufresne , Hans Verkuil , Benjamin Gaignard , =?UTF-8?Q?N=c3=adcolas_F_=2e_R_=2e_A_=2e_Prado?= , Nathan Hebert Cc: 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: <20230525021219.23638-1-yunfei.dong@mediatek.com> <20230525021219.23638-6-yunfei.dong@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230525021219.23638-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-media@vger.kernel.org Il 25/05/23 04:12, Yunfei Dong ha scritto: > Adding echo command to get capture and output queue format > type of each instance:"echo '-format' > vdec", not current > hardware supported. > > Signed-off-by: Yunfei Dong Reviewed-by: AngeloGioacchino Del Regno