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 34266CCA489 for ; Fri, 22 Jul 2022 06:43:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234324AbiGVGnK (ORCPT ); Fri, 22 Jul 2022 02:43:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230089AbiGVGnJ (ORCPT ); Fri, 22 Jul 2022 02:43:09 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D5FC868B9; Thu, 21 Jul 2022 23:43:07 -0700 (PDT) X-UUID: 04bcd04a01a742cdb764386f66409ece-20220722 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.8,REQID:a7825040-aa15-4457-9e25-becf99aa36e6,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:-5,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACT ION:release,TS:-5 X-CID-META: VersionHash:0f94e32,CLOUDID:4975aa33-b9e4-42b8-b28a-6364427c76bb,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,IP:nil,URL:0,File:nil ,QS:nil,BEC:nil,COL:0 X-UUID: 04bcd04a01a742cdb764386f66409ece-20220722 Received: from mtkexhb02.mediatek.inc [(172.21.101.103)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1310787261; Fri, 22 Jul 2022 14:43:03 +0800 Received: from mtkmbs11n1.mediatek.inc (172.21.101.185) by mtkmbs11n1.mediatek.inc (172.21.101.185) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.3; Fri, 22 Jul 2022 14:43:02 +0800 Received: from mhfsdcap04 (10.17.3.154) by mtkmbs11n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.3 via Frontend Transport; Fri, 22 Jul 2022 14:43:00 +0800 Message-ID: Subject: Re: [RESEND] media: mediatek: vcodec: Add to support VP9 inner racing mode From: "mingjia.zhang@mediatek.com" To: AngeloGioacchino Del Regno , Yunfei Dong , Alexandre Courbot , Nicolas Dufresne , "Hans Verkuil" , Benjamin Gaignard , Tiffany Lin , Andrew-CT Chen , Mauro Carvalho Chehab , Rob Herring , Matthias Brugger , Tomasz Figa CC: George Sun , Xiaoyong Lu , Hsin-Yi Wang , "Fritz Koenig" , Daniel Vetter , dri-devel , Irui Wang , Steve Cho , , , , , , , Date: Fri, 22 Jul 2022 14:43:00 +0800 In-Reply-To: <6d8aeee4-9732-1c62-67e0-6e8f56373aa6@collabora.com> References: <20220715064938.5812-1-mingjia.zhang@mediatek.com> <6d8aeee4-9732-1c62-67e0-6e8f56373aa6@collabora.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Angelo, Thanks for your reply and useful comments. In addition to running cts/gts test, I ran the fluster test with GStreamer locally. The test result is "Ran 240/303 tests successfully" Thanks, mingjia On Fri, 2022-07-15 at 10:34 +0200, AngeloGioacchino Del Regno wrote: > Il 15/07/22 08:49, Mingjia Zhang ha scritto: > > In order to reduce decoder latency, enable VP9 inner racing mode. > > Send lat trans buffer information to core when trigger lat to work, > > need not to wait until lat decode done. > > > > Signed-off-by: mingjia zhang > > --- > > CTS/GTS test pass > > CTS/GTS passing is a good indication but, please, test with GStreamer > (and > show the output, as well!). > > Thanks, > Angelo > > > --- > > .../vcodec/vdec/vdec_vp9_req_lat_if.c | 64 ++++++++++++ > > ------- > > 1 file changed, 40 insertions(+), 24 deletions(-) > >