diff options
Diffstat (limited to 'projects')
-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. |