[libcamera-devel] [PATCH v4 0/5] test: Add IPA interface test support
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Oct 8 03:49:50 CEST 2019
Hi Jacopo,
Thank you for the patches.
On Mon, Oct 07, 2019 at 10:58:37AM +0200, Jacopo Mondi wrote:
> With the small changes in patches 4 and 5:
> - Define the FIFO path as a macro in 4/5
> - Adjust path printout in error paths in 5/5
>
> I would push this version.
So would I, but the new test fails on my system :-S Could you
double-check on your side ? If you get no failure I'll investigate.
> Jacopo Mondi (5):
> ipa: vimc: Rename ipa_dummy to ipa_vimc
> test: ipa: Rename the ipa_test to ipa_module_test
> ipa: meson: Give IPAs access to internal libcamera APIs
> ipa: vimc: Add support for tracing operations
> test: ipa: Add test for the IPA Interface
>
> include/ipa/ipa_vimc.h | 22 +++
> src/ipa/ipa_dummy.cpp | 46 ------
> src/ipa/ipa_vimc.cpp | 112 ++++++++++++++
> src/ipa/meson.build | 18 ++-
> test/ipa/ipa_interface_test.cpp | 142 ++++++++++++++++++
> .../ipa/{ipa_test.cpp => ipa_module_test.cpp} | 4 +-
> test/ipa/meson.build | 3 +-
> 7 files changed, 292 insertions(+), 55 deletions(-)
> create mode 100644 include/ipa/ipa_vimc.h
> delete mode 100644 src/ipa/ipa_dummy.cpp
> create mode 100644 src/ipa/ipa_vimc.cpp
> create mode 100644 test/ipa/ipa_interface_test.cpp
> rename test/ipa/{ipa_test.cpp => ipa_module_test.cpp} (92%)
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list