Hello, This patch series adds a test to the VSP unit test suite for the BRS module. The BRS is the Blend/ROP Secondary unit, a stripped-down version of the BRU that supports two inputs only. It is present in some VSPD instances, in particular on the H3 ES2.0. As the VSPD is used for display pipelines only the BRS can't be tested through the V4L2 API with the upstream VSP driver. A simple hack that exposes the VSPD through V4L2 is needed. Laurent Pinchart (3): vsp-lib: Use the correct media device name to count BRU inputs vsp-lib: Add support for RPF-BRS-WPF pipelines tests: Add BRS test scripts/vsp-lib.sh | 63 +++++++++++++++++++++++++++++++-------------- tests/vsp-unit-test-0024.sh | 45 ++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 20 deletions(-) create mode 100755 tests/vsp-unit-test-0024.sh -- Regards, Laurent Pinchart