diff options
-rw-r--r-- | projects/linux/bsp-41x-upport-request.yaml | 3 | ||||
-rw-r--r-- | projects/linux/mm/done/bsp41x_set-initial-resolution.yaml | 18 |
2 files changed, 18 insertions, 3 deletions
diff --git a/projects/linux/bsp-41x-upport-request.yaml b/projects/linux/bsp-41x-upport-request.yaml index 3758fdc..f28a4b8 100644 --- a/projects/linux/bsp-41x-upport-request.yaml +++ b/projects/linux/bsp-41x-upport-request.yaml @@ -198,8 +198,6 @@ bsp41x: - c29b8ebf58c7ff9572a0e76b849f935811ee292e # arm64: dts: r8a77990-ebisu: Enable simultaneous output of VGA and HDMI - f140da5a610ab866d8f1781213baa5e16772588e # arm64: dts: r8a77990-ebisu: Add LVDS panel nodes - 0d4a837949d898384f511d316e53932023ee7a77 # arm64: dts: r8a77990: Add renesas id for lvds distinction - - 8b5fec38aae58f9d17b9f18418e3f66cab62ca20 # arm64: dts: r8a77995-draak: Set preferred resolution - - 2cfcbd8da8bba6b9cb83f1cac4940360ea6b7ef5 # arm64: dts: r8a77990-ebisu: Set preferred resolution - e8ac6d4fbdd4977ea343106a9ce68f85086caee6 # arm64: dts: r8a77965: Add brs option - fb183191b068d4862d0a519b5d306281366ef4a9 # arm64: dts: r8a7795: Add brs option - 2866386193fc55159db40ea637df6193d10129fe # arm64: dts: renesas: convert to SPDX identifiers @@ -287,7 +285,6 @@ bsp41x: - b46748099c0d2c9bebfc9cf2301d727a25d78edf # drm: rcar-du: Fix possible crtcs for plane when using VSPDL - cf6e2f83129837fd7501cef41c32a2864bf3f6fc # drm: rcar-du: Fix DPLL workaround for H3 ES1.x - 88f77e34668412d13c923cc25f2c0ceb098c9c19 # drm: rcar-du: Skip EPROBE_DEFER in case of disabling LVDS and HDMI - - 6014f5f72bae0e48f12158e42bdb7072ce5911ab # drm/bridge: dumb-vga-dac: Add preferred resolution option - 1578e4250dfa934f8f8ad0e8b68557f8daea98de # drm: rcar-du: Add routing set for digital RGB previously - 065457c0fc3d7b81fa91b9caa4cde72b5ed9dd6c # drm: rcar-du: Add support for colorkey alpha blending - 278d59456d2ef2bef2332ae577fc9dfa2839517f # v4l: vsp1: Add support for colorkey alpha blending diff --git a/projects/linux/mm/done/bsp41x_set-initial-resolution.yaml b/projects/linux/mm/done/bsp41x_set-initial-resolution.yaml new file mode 100644 index 0000000..d36f6c9 --- /dev/null +++ b/projects/linux/mm/done/bsp41x_set-initial-resolution.yaml @@ -0,0 +1,18 @@ +title: Set preferred initial resolution +team: MM +key: 18e4f9f4-80ec-11eb-b441-00e04c68641b +status: Abandoned + +relationships: + +bsp39x: + - 8b5fec38aae58f9d17b9f18418e3f66cab62ca20 # arm64: dts: r8a77995-draak: Set preferred resolution + - 2cfcbd8da8bba6b9cb83f1cac4940360ea6b7ef5 # arm64: dts: r8a77990-ebisu: Set preferred resolution + - 6014f5f72bae0e48f12158e42bdb7072ce5911ab # drm/bridge: dumb-vga-dac: Add preferred resolution option + +upstream: + +comments: + - The initial preferred resolution is not a property of the board and + should not be reported in DTS. + - Above patches moved to bsp-41x-non-target.yaml |