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 X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4595C433E1 for ; Thu, 30 Jul 2020 00:20:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B45422075D for ; Thu, 30 Jul 2020 00:20:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="dyQEfSTo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728112AbgG3AUC (ORCPT ); Wed, 29 Jul 2020 20:20:02 -0400 Received: from hqnvemgate25.nvidia.com ([216.228.121.64]:2464 "EHLO hqnvemgate25.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726709AbgG3AUC (ORCPT ); Wed, 29 Jul 2020 20:20:02 -0400 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Wed, 29 Jul 2020 17:19:16 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Wed, 29 Jul 2020 17:20:02 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Wed, 29 Jul 2020 17:20:02 -0700 Received: from [10.2.160.194] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Thu, 30 Jul 2020 00:20:01 +0000 Subject: Re: [RFC PATCH v5 13/14] media: tegra-video: Add CSI MIPI pads calibration From: Sowjanya Komatineni To: Dmitry Osipenko , , , , , , , CC: , , , , , , References: <1595883452-17343-1-git-send-email-skomatineni@nvidia.com> <1595883452-17343-14-git-send-email-skomatineni@nvidia.com> <01ee0805-3d57-d857-48e3-5c2245cd4500@nvidia.com> <2ec535c9-55e8-8834-6002-36c75aeb097c@gmail.com> <021707b9-5f72-6f8b-d125-43627ef64a6d@nvidia.com> Message-ID: Date: Wed, 29 Jul 2020 17:27:16 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <021707b9-5f72-6f8b-d125-43627ef64a6d@nvidia.com> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL111.nvidia.com (172.20.187.18) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable Content-Language: en-US DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1596068356; bh=hV+Rb57UmhCj8pm6WTLYiOwES0CnuMuyE+cAvTI8bYU=; h=X-PGP-Universal:Subject:From:To:CC:References:Message-ID:Date: User-Agent:MIME-Version:In-Reply-To:X-Originating-IP: X-ClientProxiedBy:Content-Type:Content-Transfer-Encoding: Content-Language; b=dyQEfSToFkFK5Ao+j9IJdx52QAx74A1w4Knhlb63k2k+/PBa19roLzwO7B7GvfEfV /xE4nmXQmaIa8c+cE3GPby4Hb45lL2K7IV2+KAgr8qGTQ0xB93afvae0yrNnnWwc89 yYB4JBzGngaKMtnHg/3JzF6CaCbCKjbA5BenBmL7WTnMXrn73TD4IT6Kc92g01Mi8q WDWqWhMsxSm7z8N3H6/wL5BNdHDQL5p8rFqg7zYQdNPlhi6hHMs8+q3M0DqcjLoEyy pfdy2oo3ejbKUIc3FlRGx3DoGjEIp7kgNMwrJchlx72Mf6jhoJPV2HPAdZ9RLN66ld pLqtjXbxgWHVQ== Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On 7/29/20 4:59 PM, Sowjanya Komatineni wrote: > > On 7/29/20 4:25 PM, Dmitry Osipenko wrote: >> 28.07.2020 18:59, Sowjanya Komatineni =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> ... >>>>> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ret =3D tegra_mipi_finish= _calibration(csi_chan->mipi); >>>>> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 if (ret < 0) >>>>> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 d= ev_err(csi_chan->csi->dev, >>>>> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 "MIPI calibration failed: %d\n", ret); >>>> Doesn't v4l2_subdev_call(OFF) need to be invoked here on error? >>> Not required as on error streaming fails and runtime PM will turn off >>> power anyway. >> I see that camera drivers bump theirs RPM on s_stream=3D1, and thus, >> s_stream=3D0 should be invoked in order to balance the RPM. What am I=20 >> missing? >> >> https://elixir.bootlin.com/linux/v5.8-rc4/source/drivers/media/i2c/ov274= 0.c#L634=20 >> > > Sensor drivers take care of RPM put when any failure happens during=20 > s_stream. > > So bridge driver don't have to call v4l2_subdev_call s_stream off=20 > incase if sensor subdev stream on fails. > >>> Also we only did csi subdev s_stream on and during sensor subdev >>> s_stream on fail, actual stream dont happen and on tegra side frame >>> capture by HW happens only when kthreads run. >> Secondly, perhaps a failed calibration isn't a very critical error? >> Hence just printing a warning message should be enough. > > Using dev_err to report calibration failure. Are you suggesting to use=20 > dev_warn instead of dev_err? > >> >> Could you please make a patch that factors all ON/OFF code paths into a >> separate functions? It's a bit difficult to follow the combined code, >> especially partial changes in the patches. Thanks in advance! > > what do you mean by partial changes in patches? > > Can you please be more clear? Also please specify what ON/OFF code paths you are referring to when you=20 say to move into separate functions? > > Thanks > > Sowjanya >