diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2021-03-12 17:17:18 +0100 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2021-03-17 14:28:48 +0100 |
commit | 8a3115803e3be14b941cf166f9015e4bfc45a9c0 (patch) | |
tree | 6237bedca12647cab840d3785ac7245dd252220c | |
parent | 44b21d1397f4a2d5897f50f0c0e6fc22be4628b9 (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>
-rw-r--r-- | projects/linux/bsp-41x-upport-request.yaml | 1 | ||||
-rw-r--r-- | projects/linux/mm/v4l2_multiplexed_streams.yaml | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/projects/linux/bsp-41x-upport-request.yaml b/projects/linux/bsp-41x-upport-request.yaml index 7c03437..3414093 100644 --- a/projects/linux/bsp-41x-upport-request.yaml +++ b/projects/linux/bsp-41x-upport-request.yaml @@ -384,7 +384,6 @@ bsp41x: - f9306e8756ae9115c6a605e6f726cc3ef019fb0b # media: rcar-vin: Add power management support - a5719d00fd22d6911d9b5abf5ad29d3d7c194242 # media: rcar-vin: Add single frame caputre support - 4568e417cab6193eb709de39ba009174252aa00d # media: rcar-vin: Add overflow debug message option - - e487871dbee697b6c1b2471578e0904463f15174 # media: i2c: adv748x: Add virtual channel option - 6b732f1bcc3333c7692bedee18f29900e8e6ce4a # rcar-vin: rcar-csi2: Don't bail out from probe on no ep - 5bb00c5751ba0041df56bbdde86301959fffbeba # media: rcar-vin: Add memory type of VB_USERPTR support - 0b806d78eb074c58c904d15080a45666eb102a51 # media: rcar-vin: Fix byte alignment for each format 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. |