<div dir="ltr"><div dir="ltr">Hi Laurent,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 9 Feb 2021 at 00:40, Laurent Pinchart <<a href="mailto:laurent.pinchart@ideasonboard.com">laurent.pinchart@ideasonboard.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Naush,<br>
<br>
On Mon, Feb 08, 2021 at 03:07:32PM +0000, Naushir Patuck wrote:<br>
> Hi all,<br>
> <br>
> Here is the next revision of the colour denoise work.<br>
> <br>
> This version includes all of the small typos pointed out in the last round of reviews.<br>
> I've also added a \todo for the following items:<br>
> 1) Disable ISP output 1 if we know colour denoise will not be running due to a resolution/format mismatch.<br>
> 2) Return out the correct metadata status for CDN if it is not running.<br>
<br>
There's a typo in patch 2/6, and I think there's also a bug in 4/6 that<br>
was likely cause by a rebase problem. I can fix these when applying if<br>
my analysis is correct.<br></blockquote><div><br></div><div>Yes, if it's not too much trouble, please go ahead and fix all the issues you raised before merging.</div><div><br></div><div>Thanks again!</div><div>Naush<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
> Naushir Patuck (6):<br>
>   pipeline: raspberrypi: Refactor stream configuration routine<br>
>   pipeline: raspberrypi: Set the ISP Output1 to 1/4 resolution if unused<br>
>   uapi: raspberrypi: Update the bcm2835-isp header definition<br>
>   ipa: raspberrypi: Rename SdnStatus to DenoiseStatus<br>
>   ipa: raspberrypi: Add a DenoiseAlgorithm class to the Controller<br>
>   ipa: raspberrypi: Handle control::NoiseReductionMode in the controller<br>
> <br>
>  include/libcamera/ipa/raspberrypi.h           |  1 +<br>
>  include/linux/bcm2835-isp.h                   | 32 +++++-<br>
>  .../controller/denoise_algorithm.hpp          | 23 +++++<br>
>  .../raspberrypi/controller/denoise_status.h   | 24 +++++<br>
>  src/ipa/raspberrypi/controller/rpi/sdn.cpp    | 15 ++-<br>
>  src/ipa/raspberrypi/controller/rpi/sdn.hpp    |  5 +-<br>
>  src/ipa/raspberrypi/controller/sdn_status.h   | 23 -----<br>
>  src/ipa/raspberrypi/raspberrypi.cpp           | 65 ++++++++++++-<br>
>  .../pipeline/raspberrypi/raspberrypi.cpp      | 97 +++++++++++--------<br>
>  9 files changed, 210 insertions(+), 75 deletions(-)<br>
>  create mode 100644 src/ipa/raspberrypi/controller/denoise_algorithm.hpp<br>
>  create mode 100644 src/ipa/raspberrypi/controller/denoise_status.h<br>
>  delete mode 100644 src/ipa/raspberrypi/controller/sdn_status.h<br>
<br>
-- <br>
Regards,<br>
<br>
Laurent Pinchart<br>
</blockquote></div></div>