<div dir="ltr"><div dir="ltr">Hi all,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 29 Jan 2021 at 11:16, Naushir Patuck <<a href="mailto:naush@raspberrypi.com">naush@raspberrypi.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,<br>
<br>
Here is the next revision of the patch series.  The only difference between this<br>
and v3 is a change to the comment text as suggested by Laurent in patch 2/5.<br>
<br></blockquote><div><br></div><div>With the recent merge of DelayedCtrls, patch 5/5 in this series is now redundant.  All other patches still remain unchanged and can be merged without patch 5/5 for this work.</div><div><br></div><div>As discussed with Niklas, I will work to port the changes from patch 5/5 into DelayedCtrls at some point in the near future.</div><div><br></div><div>Regards,</div><div>Naush</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">Jacopo Mondi (1):<br>
  libcamera: camera_sensor: Make VBLANK mandatory<br>
<br>
Naushir Patuck (4):<br>
  libcamera: camera_sensor: Add frame length limits to CameraSensorInfo<br>
  ipa: raspberrypi: Limit the calculated vblank based on the sensor mode<br>
  ipa: raspberrypi: Pass the maximum allowable shutter speed into the<br>
    AGC<br>
  pipeline: raspberrypi: Add notion of priority write to StaggeredCtrl<br>
<br>
 Documentation/sensor_driver_requirements.rst  |  6 +-<br>
 include/libcamera/internal/camera_sensor.h    |  3 +<br>
 src/ipa/raspberrypi/cam_helper.cpp            | 16 ++---<br>
 src/ipa/raspberrypi/cam_helper.hpp            |  5 +-<br>
 src/ipa/raspberrypi/cam_helper_imx219.cpp     |  6 +-<br>
 src/ipa/raspberrypi/cam_helper_imx477.cpp     |  4 +-<br>
 src/ipa/raspberrypi/cam_helper_ov5647.cpp     |  4 +-<br>
 .../raspberrypi/controller/agc_algorithm.hpp  |  1 +<br>
 src/ipa/raspberrypi/controller/camera_mode.h  |  2 +<br>
 src/ipa/raspberrypi/controller/rpi/agc.cpp    | 48 +++++++++-----<br>
 src/ipa/raspberrypi/controller/rpi/agc.hpp    |  3 +<br>
 src/ipa/raspberrypi/raspberrypi.cpp           | 66 ++++++++++++++-----<br>
 src/libcamera/camera_sensor.cpp               | 44 +++++++++++--<br>
 .../pipeline/raspberrypi/raspberrypi.cpp      | 12 +++-<br>
 .../pipeline/raspberrypi/staggered_ctrl.cpp   | 41 ++++++++----<br>
 .../pipeline/raspberrypi/staggered_ctrl.h     | 17 ++++-<br>
 test/ipa/ipa_wrappers_test.cpp                |  2 +<br>
 17 files changed, 199 insertions(+), 81 deletions(-)<br>
<br>
-- <br>
2.25.1<br>
<br>
</blockquote></div></div>