From fec98d214a23a6c1f3e31e80bb7fd74342a0d188 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 9 Feb 2022 14:44:14 +0100 Subject: bsp-51x-upport-request: Move identical requests to tasks (part 1) Several upport requests for bsp-51x existed in bsp-41x with the same patch ID, and were broken out in tasks before. Move them to the existing tasks. Signed-off-by: Geert Uytterhoeven --- projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml | 3 +++ ..._display-Conform-to-registers-and-operations-documentation.yaml | 5 +++++ projects/linux/mm/bsp41x_r8a779a0-V3U-display-integration.yaml | 3 +++ projects/linux/mm/bsp41x_rcar-du-Add-V3U-DSI-encoder-support.yaml | 2 ++ projects/linux/mm/bsp41x_rcar-du-Add-V3U-display-support.yaml | 7 +++++++ projects/linux/mm/bsp41x_rcar-du-Add-color-keying.yaml | 4 ++++ .../linux/mm/bsp41x_rcar-du-Handle-hotplug-during-suspend.yaml | 3 +++ .../mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml | 4 ++++ projects/linux/mm/bsp41x_simple-bridge-Validate-pixel-clock.yaml | 5 +++++ projects/linux/mm/bsp41x_vsp-Add-V3U-support.yaml | 7 +++++++ projects/linux/mm/done/bsp41x_adv748x_suspend_and_resume.yaml | 3 +++ .../mm/done/bsp41x_drm-bridge-adv7511-Add-hotplug-support.yaml | 3 +++ .../done/bsp41x_drm-bridge-adv7511-Add-suspend-resume-support.yaml | 3 +++ .../linux/mm/done/bsp41x_r8a779[78]0-Enable-dual-link-LVDS.yaml | 3 +++ .../linux/mm/done/bsp41x_r8a779xx-Add-display-panel-to-DT.yaml | 5 +++++ projects/linux/mm/done/bsp41x_rcar-du-Add-writeback-support.yaml | 3 +++ .../linux/mm/done/bsp41x_rcar-du-Disable-unused-DPAD-outputs.yaml | 3 +++ projects/linux/mm/done/bsp41x_rcar-du-Fix-DPLL-clock-divider.yaml | 3 +++ .../linux/mm/done/bsp41x_rcar-du-Force-VGA-connector-status.yaml | 3 +++ projects/linux/mm/done/bsp41x_vin_add_r8a779a0_support.yaml | 3 +++ projects/linux/mm/done/bsp41x_vsp-Add-alpha-blending-support.yaml | 3 +++ projects/linux/mm/v4l2_multiplexed_streams.yaml | 3 +++ 22 files changed, 81 insertions(+) (limited to 'projects/linux/mm') diff --git a/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml b/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml index b93d586..a583fb8 100644 --- a/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml +++ b/projects/linux/mm/bsp41x_adv7604_suspend_and_resume.yaml @@ -6,5 +6,8 @@ status: New bsp41x: - 16965230fa9f1c8995b63eeb40eb02a14f531455 # media: i2c: adv7604: Add suspend and resume support +bsp51x: + - 8a0ed3cd3115c985f84a622f8cabac2ffcb95df9 # media: i2c: adv7604: Add suspend and resume support + comments: - Present on Lager, Koelsch and Gose diff --git a/projects/linux/mm/bsp41x_display-Conform-to-registers-and-operations-documentation.yaml b/projects/linux/mm/bsp41x_display-Conform-to-registers-and-operations-documentation.yaml index 1931ee3..1fe4024 100644 --- a/projects/linux/mm/bsp41x_display-Conform-to-registers-and-operations-documentation.yaml +++ b/projects/linux/mm/bsp41x_display-Conform-to-registers-and-operations-documentation.yaml @@ -11,6 +11,11 @@ bsp41x: - d2db7ee7b3a5141d161f614f748fdbce2ea11469 # rcar-fcp: Add FCPVD reset sequence for VSPD - 4e290a3f392fe06b73d137054bda4ce4e4b237ea # vsp1: Add display interrupt wait after setting STRCMD bit +bsp51x: + - 1b6b628fcd3b9d1218cbfec6de6127581bde5f5d # drm: rcar-du: Add register access check + - 006f3547ab98c42e0644c2d8514825cc78fef0e9 # drm: rcar-du: Fix DPLL workaround for H3 ES1.x + - 4c581d640f7e5be6f923bdb4139223b8ee2c2e4f # vsp1: Add display interrupt wait after setting STRCMD bit + comments: - These commits bring the FCP, VSP, DU and LVDS drivers in conformance with the registers and operations documentation. Some changes are likely not diff --git a/projects/linux/mm/bsp41x_r8a779a0-V3U-display-integration.yaml b/projects/linux/mm/bsp41x_r8a779a0-V3U-display-integration.yaml index 9b3ed35..72dd5cc 100644 --- a/projects/linux/mm/bsp41x_r8a779a0-V3U-display-integration.yaml +++ b/projects/linux/mm/bsp41x_r8a779a0-V3U-display-integration.yaml @@ -9,3 +9,6 @@ bsp41x: - 6b89c07aa8ba67bef3e572c86bd0f1f41b241df1 # arm64: renesas: r8a779a0-falcon: Enable Display Module (DU) - 6e457296f7d93a197b38e56660bc950eb59b7f0b # arm64: renesas: r8a779a0: Add Display Module (FCPVD, VSPD, DU, DSI encoder) - ba07a3de8592e33a5b9790aedd26592090259eb9 # arm64: configs: Enable R-Car DSI Driver in defconfigs + +bsp51x: + - b2eb57a2c8d7bb26c10844a2d46c59d321be4816 # arm64: dts: r8a779a0-falcon: Enable Display Module (DU) diff --git a/projects/linux/mm/bsp41x_rcar-du-Add-V3U-DSI-encoder-support.yaml b/projects/linux/mm/bsp41x_rcar-du-Add-V3U-DSI-encoder-support.yaml index 68b66e6..29d87f4 100644 --- a/projects/linux/mm/bsp41x_rcar-du-Add-V3U-DSI-encoder-support.yaml +++ b/projects/linux/mm/bsp41x_rcar-du-Add-V3U-DSI-encoder-support.yaml @@ -8,3 +8,5 @@ bsp41x: - 4a985861b7fac20445f2185096e496e0df8c387e # drm: rcar-du: Add R-Car DSI driver - 150a33183dbede63a35e5e1c6157a395bdbeed65 # drm: rcar-du: Add R-Car DSI registers in V3U +bsp51x: + - 70d84035bb78a03f5a65cb8dda387ba8baa15a2e # drm: rcar-du: Add R-Car DSI registers in V3U diff --git a/projects/linux/mm/bsp41x_rcar-du-Add-V3U-display-support.yaml b/projects/linux/mm/bsp41x_rcar-du-Add-V3U-display-support.yaml index 204e1f9..37ce8da 100644 --- a/projects/linux/mm/bsp41x_rcar-du-Add-V3U-display-support.yaml +++ b/projects/linux/mm/bsp41x_rcar-du-Add-V3U-display-support.yaml @@ -15,3 +15,10 @@ bsp41x: - 0eb7d4e3992459b2872c4ac63d236f271523975b # drm: rcar-du: Add output checking in encoder for DSI port. - 808429efad93065d4f7ddfd956e4d2753ca4f9fa # drm: rcar-du: Add DU device information for V3U +bsp51x: + - cce256a4397fa7fbc587cc7ce2cf2fd630d6e195 # dt-bindings: display: renesas: du: Document the r8a779a0 bindings + - e92168f9f576da973e72a30541beebbb1751a9da # drm: rcar-du: Change supporting format of DU in R8A779A0 + - 7a317a2dbf30a4094ffecf46de86ef92d07f814d # drm: rcar-du: Add setting for PnMR for R8A779A0 + - 01d730ba2278056e6a672c8d889944ff9f1cf7a5 # drm: rcar-du: Disable TV synchronized mode in V3U + - 14e13004b8a59aae4b28a80efe18ffba48463669 # drm: rcar-du: Add DIDSRO register setting for V3U + - 6317f8b3b151487036b2742408525903045011f4 # drm: rcar-du: Add output checking in encoder for DSI port. diff --git a/projects/linux/mm/bsp41x_rcar-du-Add-color-keying.yaml b/projects/linux/mm/bsp41x_rcar-du-Add-color-keying.yaml index 8097b0f..69c4cae 100644 --- a/projects/linux/mm/bsp41x_rcar-du-Add-color-keying.yaml +++ b/projects/linux/mm/bsp41x_rcar-du-Add-color-keying.yaml @@ -7,6 +7,10 @@ bsp41x: - 278d59456d2ef2bef2332ae577fc9dfa2839517f # v4l: vsp1: Add support for colorkey alpha blending - 065457c0fc3d7b81fa91b9caa4cde72b5ed9dd6c # drm: rcar-du: Add support for colorkey alpha blending +bsp51x: + - 3a4345a62ce059ad19546f1469072b6616ea21ec # v4l: vsp1: Add support for colorkey alpha blending + - cbc4ace335874efa4751f88efe1d208fe5f6248e # drm: rcar-du: Add support for colorkey alpha blending + upstream: - lore: 20171217001724.1348-4-laurent.pinchart+renesas@ideasonboard.com # v4l: vsp1: Add support for colorkey alpha blending - lore: 20171217001724.1348-5-laurent.pinchart+renesas@ideasonboard.com # drm: rcar-du: Add support for colorkey alpha blending diff --git a/projects/linux/mm/bsp41x_rcar-du-Handle-hotplug-during-suspend.yaml b/projects/linux/mm/bsp41x_rcar-du-Handle-hotplug-during-suspend.yaml index 0513d20..89ec03c 100644 --- a/projects/linux/mm/bsp41x_rcar-du-Handle-hotplug-during-suspend.yaml +++ b/projects/linux/mm/bsp41x_rcar-du-Handle-hotplug-during-suspend.yaml @@ -6,6 +6,9 @@ status: New bsp41x: - 7ec9182a4daa4f44db1061d36425f9347d898da7 # drm: rcar-du: Add hot plug event function at resume +bsp51x: + - 95bfaf2f9d828d8a89201d5fbf05132dddb37dbc # drm: rcar-du: Add hot plug event function at resume + comments: - The BSP commit seems to be have been developed to handle hotplug events that occurred during system suspend, and thus didn't generate any interrupt. This diff --git a/projects/linux/mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml b/projects/linux/mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml index 4243040..d912d3d 100644 --- a/projects/linux/mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml +++ b/projects/linux/mm/bsp41x_rcar-du-Shutdown-device-at-remote-or-reboot.yaml @@ -8,6 +8,10 @@ bsp41x: - 2ab6ab24c4822ad710ccae260480fd34ba5d66df # drm: rcar-du: Add drm_atomic_helper_shutdown() - 923112594d5c8f704b4c546079f00707d8d9c245 # drm: rcar-du: Add shutdown callback function in platform_driver +bsp51x: + - f5abbf0482ef487c08c2043bc51a77800e6a0fd5 # drm: rcar-du: Add drm_atomic_helper_shutdown() + - cc7e5e26772d4baa5a77e4769bd8258dffea0e43 # drm: rcar-du: Add shutdown callback function in platform_driver + upstream: - torvalds: 015f2ebb93767d40c442e749642fffaf10316d78 # drm: rcar-du: Shutdown the display on system shutdown - torvalds: c29b6b0b126e9ee69a5d6339475e831a149295bd # drm: rcar-du: Don't put reference to drm_device in rcar_du_remove() diff --git a/projects/linux/mm/bsp41x_simple-bridge-Validate-pixel-clock.yaml b/projects/linux/mm/bsp41x_simple-bridge-Validate-pixel-clock.yaml index 845c390..81eea24 100644 --- a/projects/linux/mm/bsp41x_simple-bridge-Validate-pixel-clock.yaml +++ b/projects/linux/mm/bsp41x_simple-bridge-Validate-pixel-clock.yaml @@ -9,6 +9,11 @@ bsp41x: - 64ee34a191cefc9fd10042f785996c811c336992 # arm64: dts: r8a77990-ebisu: Set max dot clock for vga - a117af5977b652da0abece0b1a17049db4a76d09 # arm64: dts: salvator-common: Set max dot clock for vga +bsp51x: + - b4f1a56ac6c04bdf7ea93c3007c4806e45b6ff2e # arm64: dts: renesas: r8a77995-draak: Set max dot clock for vga + - 9d841a4ca98457458d9e1dd204da855a678490e0 # arm64: dts: renesas: r8a77990-ebisu: Set max dot clock for vga + - d30ef0c32c45035f86639621cc55a9d425cfdebf # arm64: dts: renesas: salvator-common: Set max dot clock for vga + comments: - The ADV7123 VGA DAC used on the Draak, Ebisu and Salvator-X boards has a pixel clock rate limit of 140MHz. The simple-bridge driver should implement diff --git a/projects/linux/mm/bsp41x_vsp-Add-V3U-support.yaml b/projects/linux/mm/bsp41x_vsp-Add-V3U-support.yaml index fbd88a1..67533a4 100644 --- a/projects/linux/mm/bsp41x_vsp-Add-V3U-support.yaml +++ b/projects/linux/mm/bsp41x_vsp-Add-V3U-support.yaml @@ -10,3 +10,10 @@ bsp41x: - 84f02dd6bdc910d7b988c8bea024cda5d359bfe9 # v4l: vsp1: Add support for new VSPD device in V3U - d8d5d2915f2d602479cf8df86bf23bec19400664 # v4l: vsp1: Add new registers which are introduced in V3U - 034570a26df9dc13bf100e9d3281e926cd1d9624 # media: videodev2.h: Add new pixel format for R8A779A0 + +bsp51x: + - d1f86c4000772a09dfa895a23ce004d0c01adbaa # media: vsp1: Add setting for new pixel formats in R8A779A0 + - dea0476fc6d991429fbea367695f484498ca3d7a # media: vsp1: Add support for new pixel formats in R8A779A0 + - 93e27c4c00cd71a694f8a9c96366179f8532c1e7 # v4l: vsp1: Add support for new VSPD device in V3U + - da3e3f16c1e00731d1a4e256f032d1c2285b529a # v4l: vsp1: Add new registers which are introduced in V3U + - a832702dfe5e03a1139c6411e87709655c6c1565 # media: videodev2.h: Add new pixel format for R8A779A0 diff --git a/projects/linux/mm/done/bsp41x_adv748x_suspend_and_resume.yaml b/projects/linux/mm/done/bsp41x_adv748x_suspend_and_resume.yaml index fa0857f..e8c3a41 100644 --- a/projects/linux/mm/done/bsp41x_adv748x_suspend_and_resume.yaml +++ b/projects/linux/mm/done/bsp41x_adv748x_suspend_and_resume.yaml @@ -7,6 +7,9 @@ assignee: Niklas bsp41x: - 40255ee94334f119838349e93d4c1f779bb6c4a3 # media: i2c: adv748x: Add power management +bsp51x: + - 936347b002590e95befa74db1f2f4b6b8725ee3c # media: i2c: adv748x: Add power management + upstream: - torvalds: 4deff542d70aa8ffe83cf6de0e14b4e0cb24b95b # media: adv748x: Only set i2c addresses once during probe - torvalds: c30ed81afe890eb021cb4737fa82c127817b5e69 # media: adv748x: afe: Select input port when device is reset diff --git a/projects/linux/mm/done/bsp41x_drm-bridge-adv7511-Add-hotplug-support.yaml b/projects/linux/mm/done/bsp41x_drm-bridge-adv7511-Add-hotplug-support.yaml index 273f9c6..5f6f30f 100644 --- a/projects/linux/mm/done/bsp41x_drm-bridge-adv7511-Add-hotplug-support.yaml +++ b/projects/linux/mm/done/bsp41x_drm-bridge-adv7511-Add-hotplug-support.yaml @@ -7,6 +7,9 @@ assignee: Laurent bsp41x: - 0f987e5a275b623b842b0ec8588624c273a3538c # drm: adv7511: Enable HPD interrupts to support hotplug +bsp51x: + - 1570d2bd811b37edfd48c616aa4fa95f6ac55f48 # drm: adv7511: Enable HPD interrupts to support hotplug + comments: - The change is incorrect according to the ADV7511 datasheet, as bits 5 and 6 are documented as reserved and required to be set to 1. More information is diff --git a/projects/linux/mm/done/bsp41x_drm-bridge-adv7511-Add-suspend-resume-support.yaml b/projects/linux/mm/done/bsp41x_drm-bridge-adv7511-Add-suspend-resume-support.yaml index 4588cfa..6d89aa7 100644 --- a/projects/linux/mm/done/bsp41x_drm-bridge-adv7511-Add-suspend-resume-support.yaml +++ b/projects/linux/mm/done/bsp41x_drm-bridge-adv7511-Add-suspend-resume-support.yaml @@ -7,6 +7,9 @@ assignee: Laurent bsp41x: - e773484765f0ccde590690cbf2ac0cbfdabef291 # drm/bridge: adv7511: Add function of suspend and resume +bsp51x: + - 7e58c9742a68e055030b4e8b35ab0cdea42d1150 # drm/bridge: adv7511: Add function of suspend and resume + comments: - The DU driver disables the display pipeline on suspend, no special handling is needed in the adv7511 driver diff --git a/projects/linux/mm/done/bsp41x_r8a779[78]0-Enable-dual-link-LVDS.yaml b/projects/linux/mm/done/bsp41x_r8a779[78]0-Enable-dual-link-LVDS.yaml index a7f6687..aded307 100644 --- a/projects/linux/mm/done/bsp41x_r8a779[78]0-Enable-dual-link-LVDS.yaml +++ b/projects/linux/mm/done/bsp41x_r8a779[78]0-Enable-dual-link-LVDS.yaml @@ -7,6 +7,9 @@ assignee: Laurent bsp41x: - 7556e081e01cfd0e1108676605b28b9ea1912bc6 # arm64: dts: renesas: v3x: Set thc63lvd1024 dual link mode +bsp51x: + - 78cdb9c11a87d01c2c62d6637b7743e69a266c6c # arm64: dts: renesas: v3x: Set thc63lvd1024 dual link mode + comments: - This is a hack to overclock the THC63LVDS1024, dual-link mode isn't actually in operation. If overclocking is required, it should be handled differently. diff --git a/projects/linux/mm/done/bsp41x_r8a779xx-Add-display-panel-to-DT.yaml b/projects/linux/mm/done/bsp41x_r8a779xx-Add-display-panel-to-DT.yaml index f403b12..0c45dcf 100644 --- a/projects/linux/mm/done/bsp41x_r8a779xx-Add-display-panel-to-DT.yaml +++ b/projects/linux/mm/done/bsp41x_r8a779xx-Add-display-panel-to-DT.yaml @@ -13,6 +13,11 @@ bsp41x: - a2fe679df3f7dc400425fd5079c95ac51fe3536d # arm64: dts: r8a77995-draak: Enable display driver relation node - f140da5a610ab866d8f1781213baa5e16772588e # arm64: dts: r8a77990-ebisu: Add LVDS panel nodes +bsp51x: + - f4aef5be894ebf400a724ec7cfb9e13aefe9929b # arm64: dts: renesas: salvator-common: Add lvds driver relation node + - d3dab044b4e8dfee35c8ae92bb087a0c85f8ded4 # arm64: dts: renesas: r8a77995-draak: Enable display driver relation node + - f6fea6b5660febd0f309b365b7f3ec1e3487883e # arm64: dts: renesas: r8a77990-ebisu: Add LVDS panel nodes + comments: - None of those boards have a fixed display panel. As this is meant to support a configurable hardware option, the best solution is to support panels diff --git a/projects/linux/mm/done/bsp41x_rcar-du-Add-writeback-support.yaml b/projects/linux/mm/done/bsp41x_rcar-du-Add-writeback-support.yaml index b6369a5..97b9274 100644 --- a/projects/linux/mm/done/bsp41x_rcar-du-Add-writeback-support.yaml +++ b/projects/linux/mm/done/bsp41x_rcar-du-Add-writeback-support.yaml @@ -7,6 +7,9 @@ assignee: Laurent bsp41x: - 922f13d41561664c61411bdb5264cd08c33492cf # v4l: vsp1: Add write back support +bsp51x: + - 69e1563ce6903a1e8e656420ebbe86908171c8f0 # v4l: vsp1: Add write back support + upstream: - torvalds: 12e32f554d8ddd121f17aaaa9cda25d0be612af9 # drm: rcar-du: Add writeback support for R-Car Gen diff --git a/projects/linux/mm/done/bsp41x_rcar-du-Disable-unused-DPAD-outputs.yaml b/projects/linux/mm/done/bsp41x_rcar-du-Disable-unused-DPAD-outputs.yaml index 3f5b8aa..d728b80 100644 --- a/projects/linux/mm/done/bsp41x_rcar-du-Disable-unused-DPAD-outputs.yaml +++ b/projects/linux/mm/done/bsp41x_rcar-du-Disable-unused-DPAD-outputs.yaml @@ -7,5 +7,8 @@ assignee: Laurent bsp41x: - 1578e4250dfa934f8f8ad0e8b68557f8daea98de # drm: rcar-du: Add routing set for digital RGB previously +bsp51x: + - d303dac9ac5a0618d2fddcb8be333fba27729f8c # drm: rcar-du: Add routing set for digital RGB previously + upstream: - torvalds: dedd876c949e56351f27aa52bf2eddd4a447f5bb # drm: rcar-du: Disable unused DPAD outputs diff --git a/projects/linux/mm/done/bsp41x_rcar-du-Fix-DPLL-clock-divider.yaml b/projects/linux/mm/done/bsp41x_rcar-du-Fix-DPLL-clock-divider.yaml index de22004..d5e8bde 100644 --- a/projects/linux/mm/done/bsp41x_rcar-du-Fix-DPLL-clock-divider.yaml +++ b/projects/linux/mm/done/bsp41x_rcar-du-Fix-DPLL-clock-divider.yaml @@ -7,5 +7,8 @@ assignee: Laurent bsp41x: - 42beaeb93347eab04ad468dd243e164ce0b01360 # drm: rcar-du: Fix DPLL clock divider judgement +bsp51x: + - 0ec0c48bf1181b0f01edca1cf1ba191f48e44013 # drm: rcar-du: Fix DPLL clock divider judgement + comments: - More information about the exact problem is needed. diff --git a/projects/linux/mm/done/bsp41x_rcar-du-Force-VGA-connector-status.yaml b/projects/linux/mm/done/bsp41x_rcar-du-Force-VGA-connector-status.yaml index 956bc17..20a1c6d 100644 --- a/projects/linux/mm/done/bsp41x_rcar-du-Force-VGA-connector-status.yaml +++ b/projects/linux/mm/done/bsp41x_rcar-du-Force-VGA-connector-status.yaml @@ -10,6 +10,9 @@ bsp41x: - d713bb0b4dff0d4439d282253232634adb3f023a # arm64: dts: r8a77990-ebisu: Add no use ddc option for VGA connector - ca7c7682bb2c4a1fb169465d71233f3bb33daafa # arm64: dts: salvator-common: Add no use ddc option for VGA connector +bsp51x: + - 08bb2c164a6272712e6a481d46c1e506f4f14f66 # arm64: dts: renesas: salvator-common: Add no use ddc option for VGA connector + comments: - The kernel shouldn't cheat when it can't detect the monitor, userspace should be able to cope with connectors have an unknown state. If there's a diff --git a/projects/linux/mm/done/bsp41x_vin_add_r8a779a0_support.yaml b/projects/linux/mm/done/bsp41x_vin_add_r8a779a0_support.yaml index 2cb7100..2fb699f 100644 --- a/projects/linux/mm/done/bsp41x_vin_add_r8a779a0_support.yaml +++ b/projects/linux/mm/done/bsp41x_vin_add_r8a779a0_support.yaml @@ -9,6 +9,9 @@ bsp41x: - 6de2f5406625348aa36879315a2b7270ba58a33e # arm64: renesas: r8a779a0: Add capture module - 034570a26df9dc13bf100e9d3281e926cd1d9624 # media: videodev2.h: Add new pixel format for R8A779A0 +bsp51x: + - a832702dfe5e03a1139c6411e87709655c6c1565 # media: videodev2.h: Add new pixel format for R8A779A0 + upstream: - torvalds: 406bb586dec096274b598944033fad220dfc0d00 # media: rcar-vin: Add r8a779a0 support - torvalds: 688565db3f9d84026969afd3f081f26afd12a9cc # media: rcar-vin: Move and rename CSI-2 link notifications diff --git a/projects/linux/mm/done/bsp41x_vsp-Add-alpha-blending-support.yaml b/projects/linux/mm/done/bsp41x_vsp-Add-alpha-blending-support.yaml index 0d8ac75..4fe7280 100644 --- a/projects/linux/mm/done/bsp41x_vsp-Add-alpha-blending-support.yaml +++ b/projects/linux/mm/done/bsp41x_vsp-Add-alpha-blending-support.yaml @@ -7,6 +7,9 @@ assignee: Laurent bsp41x: - 35d8bdb4bcc29c27967f86a72779af1f87408833 # v4l: vsp1: Add pixel alpha blending supoprt +bsp51x: + - c957de89dc6f20b70d55bc7bb1c63d4ba6dba0b6 # v4l: vsp1: Add pixel alpha blending supoprt + comments: - Alpha blending is already supported upstream. The use case for this change isn't clear, and is needed to decide whether addition upstream work is diff --git a/projects/linux/mm/v4l2_multiplexed_streams.yaml b/projects/linux/mm/v4l2_multiplexed_streams.yaml index 4be9412..e5de813 100644 --- a/projects/linux/mm/v4l2_multiplexed_streams.yaml +++ b/projects/linux/mm/v4l2_multiplexed_streams.yaml @@ -6,6 +6,9 @@ status: New bsp41x: - e487871dbee697b6c1b2471578e0904463f15174 # media: i2c: adv748x: Add virtual channel option +bsp51x: + - 8340a028b21a5ba1dc09a55a6d2ec6cbd47d557b # 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. -- cgit v1.2.3