diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-09 16:02:49 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-09 16:15:49 +0100 |
commit | f5240568501c8e9aa57ca02c55fb0552def5c15d (patch) | |
tree | 9bdea379ac3cd867fb77dda4f87864418087063a /projects/linux/mm/done | |
parent | fec98d214a23a6c1f3e31e80bb7fd74342a0d188 (diff) |
bsp-51x-upport-request: Move identical requests to tasks (part 2)
Several upport requests for bsp-51x existed in bsp-41x with the same
patch summary, and were broken out in tasks before.
Move them to the existing tasks.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'projects/linux/mm/done')
-rw-r--r-- | projects/linux/mm/done/bsp41x_rcar-du-Assign-VSPDL-planes-to-single-CRTC.yaml | 3 | ||||
-rw-r--r-- | projects/linux/mm/done/bsp41x_vsp-Add-vmute-function.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/projects/linux/mm/done/bsp41x_rcar-du-Assign-VSPDL-planes-to-single-CRTC.yaml b/projects/linux/mm/done/bsp41x_rcar-du-Assign-VSPDL-planes-to-single-CRTC.yaml index 2a92183..ab5e323 100644 --- a/projects/linux/mm/done/bsp41x_rcar-du-Assign-VSPDL-planes-to-single-CRTC.yaml +++ b/projects/linux/mm/done/bsp41x_rcar-du-Assign-VSPDL-planes-to-single-CRTC.yaml @@ -9,6 +9,9 @@ bsp41x: - e8ac6d4fbdd4977ea343106a9ce68f85086caee6 # arm64: dts: r8a77965: Add brs option - fb183191b068d4862d0a519b5d306281366ef4a9 # arm64: dts: r8a7795: Add brs option +bsp51x: + - 25bcce52e0f0c850fbaac6cd55bc03279b8fcf7f # drm: rcar-du: Fix possible crtcs for plane when using VSPDL + comments: - DRM/KMS doesn't support moving planes between active CRTCs, and fails atomic commits that attempt to do so (with a message printed to the kernel log if diff --git a/projects/linux/mm/done/bsp41x_vsp-Add-vmute-function.yaml b/projects/linux/mm/done/bsp41x_vsp-Add-vmute-function.yaml index bb47b40..546add7 100644 --- a/projects/linux/mm/done/bsp41x_vsp-Add-vmute-function.yaml +++ b/projects/linux/mm/done/bsp41x_vsp-Add-vmute-function.yaml @@ -7,5 +7,8 @@ assignee: Laurent bsp41x: - a72679bdc5908055684d24ef052f3607d620607b # v4l: vsp1: Add Vmute function support +bsp51x: + - 6c8002906df9765e83095923aeafb43339a2e24b # v4l: vsp1: Add Vmute function support + comments: - More information about use case is needed. |