[PATCH 2/2] dt-bindings: display/panel: add Innolux N125HCE-GN1

2020-11-25 Thread Lukas F. Hartmann
The Innolux N125HCE-GN1 display is used in the MNT Reform 2.0 laptop, attached via eDP to a SN65DSI86 MIPI-DSI to eDP bridge. This patch contains the DT binding for "innolux,n125hce-gn1". Signed-off-by: Lukas F. Hartmann --- .../devicetree/bindings/display/panel/panel-simple.yaml

[PATCH 1/2] panel-simple: add Innolux N125HCE-GN1

2020-11-25 Thread Lukas F. Hartmann
The Innolux N125HCE-GN1 display is used in the MNT Reform 2.0 laptop, attached via eDP to a SN65DSI86 MIPI-DSI to eDP bridge. Signed-off-by: Lukas F. Hartmann --- drivers/gpu/drm/panel/panel-simple.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/gpu

[RFC] dcss: fix attaching to sn56dsi86 bridge

2020-11-25 Thread Lukas F. Hartmann
The sn56dsi86 DSI to eDP bridge driver does not support attaching without a drm connector. This patch makes the attachment work. Required for the display chain in MNT Reform 2.0 (DCSS->NWL DSI->SN56DSI86->EDP). Signed-off-by: Lukas F. Hartmann --- drivers/gpu/drm/imx/dcss/dcss-k

nwl-dsi: fixup mode only for LCDIF input, not DCSS

2020-11-25 Thread Lukas F. Hartmann
The fixup of HSYNC and VSYNC should not be done when the input source is DCSS, or internal display does not work on MNT Reform 2 (open hardware laptop based on NXP i.MX8M using DCSS->DSI->eDP for internal display). Signed-off-by: Lukas F. Hartmann --- drivers/gpu/drm/bridge/nwl-dsi.