Re: [PATCH v3 1/2] dt-bindings: drm/bridge: Add no-hpd property

2025-03-20 Thread Dominik Haller
Hi, On Wed, 2025-02-05 at 17:20 +0530, Harikrishna Shenoy wrote: > From: Rahul T R > > The mhdp bridge can work without its HPD pin hooked up to the > connector, > but the current bridge driver throws an error when hpd line is not > connected to the connector. For such cases, we need an indicat

Re: [EXTERNAL] [PATCH 3/7] drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be ready

2024-05-22 Thread Dominik Haller
Hi Aradhya, this fixes the color-shift bug on our setup: j721s2 -> ti,sn65dsi83 -> edt,etml1010g3dra Tested-by: Dominik Haller On Sat, 2024-05-11 at 21:00 +0530, Aradhya Bhatia wrote: > Once the DSI Link and DSI Phy are initialized, the code needs to wait > for Clk and Data

Re: [PATCH 2/2] drm/panel: simple: Add EDT ETML1010G0DKA panel

2023-02-06 Thread Dominik Haller
Hello, ping here, this one got forgotten. It still applies on drm-misc-next and v6.2-rc7 On 18.08.22 14:45, Dominik Haller wrote: > Add support for the EDT ETML1010G0DKA 10.1" 1280x800 LVDS panel. > > Signed-off-by: Dominik Haller > --- > drivers/gpu/drm/panel

[PATCH 2/2] drm/panel: simple: Add EDT ETML1010G0DKA panel

2022-08-24 Thread Dominik Haller
Add support for the EDT ETML1010G0DKA 10.1" 1280x800 LVDS panel. Signed-off-by: Dominik Haller --- drivers/gpu/drm/panel/panel-simple.c | 29 1 file changed, 29 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-sim

[PATCH 1/2] dt-bindings: display: simple: Add EDT ETML1010G0DKA panel

2022-08-18 Thread Dominik Haller
Add binding for the Emerging Display Technology ETML1010G0DKA panel. It's a 10.1" WXGA (1280 x 800) LVDS panel with backlight and capacitive touch. Signed-off-by: Dominik Haller --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertion