summaryrefslogtreecommitdiff
path: root/projects/linux/mm
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2021-03-12 17:17:18 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2021-03-17 14:28:48 +0100
commit8a3115803e3be14b941cf166f9015e4bfc45a9c0 (patch)
tree6237bedca12647cab840d3785ac7245dd252220c /projects/linux/mm
parent44b21d1397f4a2d5897f50f0c0e6fc22be4628b9 (diff)
linux: mm Add task for V4L2 multiplexed streams
There have been much debate about how multiplexed streams should be modeled in V4L2. There are multiple touch points in the BSP for this both for CSI-2 buses and to some extend GMSL. Add a catch all task that can collect all BSP use-cases where the current V4L2 limitations are worked around. Then when the upstream design is prepared we can make sure it will be able to cover all of the BSP needs. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'projects/linux/mm')
-rw-r--r--projects/linux/mm/v4l2_multiplexed_streams.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/projects/linux/mm/v4l2_multiplexed_streams.yaml b/projects/linux/mm/v4l2_multiplexed_streams.yaml
new file mode 100644
index 0000000..4be9412
--- /dev/null
+++ b/projects/linux/mm/v4l2_multiplexed_streams.yaml
@@ -0,0 +1,11 @@
+title: "Add multiplexed streams support to V4L2"
+team: MM
+key: 66ef7b92-834e-11eb-9641-8fb5c1ed239d
+status: New
+
+bsp41x:
+ - e487871dbee697b6c1b2471578e0904463f15174 # media: i2c: adv748x: Add virtual channel option
+
+comments:
+ - Needed to deal with CSI-2 virtual channels from user-space.
+ - Needed for better media graph format validation.