These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
34 lines
1.6 KiB
Diff
34 lines
1.6 KiB
Diff
From ae12c376f6b876fa9627b9e5ad862e401be3f954 Mon Sep 17 00:00:00 2001
|
|
From: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
|
|
Date: Tue, 19 Nov 2024 16:17:40 +0000
|
|
Subject: [PATCH] dts: overlays: vc4-kms-dpi-generic-overlay: Add "interlaced"
|
|
property
|
|
|
|
Almost no DPI hardware supports it, but it's useful for RP1 video out.
|
|
|
|
Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 1 +
|
|
arch/arm/boot/dts/overlays/vc4-kms-dpi-generic-overlay.dts | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -5141,6 +5141,7 @@ Params: clock-frequency Display
|
|
vsync-invert Vertical sync active low
|
|
de-invert Data Enable active low
|
|
pixclk-invert Negative edge pixel clock
|
|
+ interlaced Use an interlaced mode (where supported)
|
|
width-mm Define the screen width in mm
|
|
height-mm Define the screen height in mm
|
|
rgb565 Change to RGB565 output on GPIOs 0-19
|
|
--- a/arch/arm/boot/dts/overlays/vc4-kms-dpi-generic-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/vc4-kms-dpi-generic-overlay.dts
|
|
@@ -59,6 +59,7 @@
|
|
vsync-invert = <&timing>, "vsync-active:0=0";
|
|
de-invert = <&timing>, "de-active:0=0";
|
|
pixclk-invert = <&timing>, "pixelclk-active:0=0";
|
|
+ interlaced = <&timing>, "interlaced?";
|
|
|
|
width-mm = <&panel_generic>, "width-mm:0";
|
|
height-mm = <&panel_generic>, "height-mm:0";
|