diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2021-03-12 18:57:40 +0100 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2021-03-17 14:28:48 +0100 |
commit | 28893c8e62b4af80cf029d676313b37d11c235db (patch) | |
tree | 88ae1c02097ab0a6ec0c675ffab2a43f78064b50 | |
parent | 0d5fc6fa4032904e59aab83d876fe2c21a8a341f (diff) |
linux: bsp-41x: non-target: Move VIN continues mode switch
The upstream VIN driver have moved to use an internal scratch buffers
which side steps all the problems with continuous vs non-continuous
capture.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | projects/linux/bsp-41x-non-target.yaml | 2 | ||||
-rw-r--r-- | projects/linux/bsp-41x-upport-request.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/linux/bsp-41x-non-target.yaml b/projects/linux/bsp-41x-non-target.yaml index 7e326ab..6f9f6d3 100644 --- a/projects/linux/bsp-41x-non-target.yaml +++ b/projects/linux/bsp-41x-non-target.yaml @@ -378,3 +378,5 @@ bsp41x: - 03acfeaa08f0d262def0aeec207a8988ec936116 # arm64: dts: r8a77970, r8a77980: Enable TMU and CMT (there were issues enabling multiple timers in board files by default) - 870e074188fd20a216b274e3e16586ed570b5d68 # arm64: dts: renesas: falcon: Enable TMU (there were issues enabling multiple timers in board files by default) - 1c014ba4a24881d4b4a730d171cf53f1bf6a1dbb # arm64: dts: renesas: falcon: Enable CMT (there were issues enabling multiple timers in board files by default) + - 18dd5901d5526d5f5f1e30ed22057b7740370110 # media: rcar-vin: Enable streaming based on total number of buffers (Not needed anymore as VIN has an internal scratch buffer) + - a5719d00fd22d6911d9b5abf5ad29d3d7c194242 # media: rcar-vin: Add single frame caputre support (Not needed anymore as VIN has an internal scratch buffer) diff --git a/projects/linux/bsp-41x-upport-request.yaml b/projects/linux/bsp-41x-upport-request.yaml index 262d64b..bfe0ceb 100644 --- a/projects/linux/bsp-41x-upport-request.yaml +++ b/projects/linux/bsp-41x-upport-request.yaml @@ -40,7 +40,6 @@ bsp41x: - e0349fa0052a3dc3f7577cfaed7662776ca88bb5 # mtd: spi-nor: renesass-rpc: Workaround V3x hyperflash read issue - 9dfcca631e0cfe409ade8a84e3f929752c7656c9 # drm/rcar_du: rework error handling in to avoid warnings - ce253fa0fe8ddc32941e09d63dd79188ad8e6deb # arm64: dts: r8a77980: fix vin4-7 binding - - 18dd5901d5526d5f5f1e30ed22057b7740370110 # media: rcar-vin: Enable streaming based on total number of buffers - 3026989c751e262ad800f1956ec78f240cb8d052 # arm64: dts: renesas: Add ulcb-kf-imx219 overlay - 7ecbde0b92f417484873f646f0e11b0007618ab6 # media: i2c: imx219: Set 8-bit SBGGR mode by default - 95be6972c13148e54c892974a15643b0d5128d14 # media: i2c: imx219: Set subdevice fwnode @@ -379,7 +378,6 @@ bsp41x: - 55fb8b9d056b920717816864bf102fb3b0f19159 # media: rcar-vin: Add streaming count check when streming off - 31f08726b9faf09a7502ab39c175b47da58e24a1 # media: rcar-vin: Fix clock control flow - 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 - 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 |