Re: [PATCH] drm/bridge: synopsys: dw-mipi-dsi: enable EoTp by default

2024-07-30 Thread Christoph Fritz
On Fri, 2024-07-05 at 11:38 +0200, Christoph Fritz wrote: > Enable the transmission of an EoTp (end of transmission packet) by > default. EoTp should be enabled anyway because it is a Linux > necessity > that can be disabled by a dsi mod_flag if needed. > > EoTp signal

[PATCH] drm/bridge: synopsys: dw-mipi-dsi: enable EoTp by default

2024-07-07 Thread Christoph Fritz
an increased overhead. Signed-off-by: Christoph Fritz --- drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c b/drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c index c4e9d96933dce

Re: [PATCH 10/33] drm/panel-simple: Fix dotclock for AUO G104SN02 V2

2020-03-03 Thread Christoph Fritz
On Mon, 2020-03-02 at 22:34 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > The currently listed dotclock disagrees with the currently > listed vrefresh rate. Change the dotclock to match the vrefresh. > > Someone tell me which (if either) of the dotclock or vreresh is > correct? This dis

Re: [PATCH] drm/panel: simple: Add support for Innolux G070Y2-L01

2018-06-23 Thread Christoph Fritz
Hi Thierry On Tue, 2018-06-12 at 14:59 -0600, Rob Herring wrote: > On Mon, Jun 04, 2018 at 01:16:48PM +0200, Christoph Fritz wrote: > > This patch adds support for Innolux G070Y2-L01 7" WVGA (800x480) TFT LCD > > panel. > > > > Signed-off-by: Christoph Fritz &

[PATCH] drm/panel: simple: Add support for Innolux G070Y2-L01

2018-06-04 Thread Christoph Fritz
This patch adds support for Innolux G070Y2-L01 7" WVGA (800x480) TFT LCD panel. Signed-off-by: Christoph Fritz --- .../bindings/display/panel/innolux,g070y2-l01.txt | 12 +++ drivers/gpu/drm/panel/panel-simple.c | 37 -- 2 files changed, 47 inser

[PATCH v2] drm/panel: Add support for AUO G104SN02 V2 panel

2017-12-16 Thread Christoph Fritz
This patch adds support for AUO G104SN02 V2 800x600 10.4" panel to DRM simple panel driver. Signed-off-by: Christoph Fritz Signed-off-by: Stefan Riedmueller --- Changes since v1: - be explicit as to which properties apply - adapt indenting .../bindings/display/panel/auo,g104sn0

[PATCH] drm/panel: Add support for AUO G104SN02 V2 panel

2017-12-13 Thread Christoph Fritz
This patch adds support for AUO G104SN02 V2 800x600 10.4" panel to DRM simple panel driver. Signed-off-by: Christoph Fritz Signed-off-by: Stefan Riedmueller --- .../bindings/display/panel/auo,g104sn02.txt| 7 ++ drivers/gpu/drm/panel/panel-simple.c

Re: [PATCH] OMAPDSS: DPI: add dependency to DSI

2013-04-19 Thread Christoph Fritz
On Thu, 2013-04-18 at 17:37 +0300, Tomi Valkeinen wrote: > > But here with linux-next (in contrast to 3.9-rc) removing all regulator > > dependencies from drivers/video/omap2/dss/dpi.c does not make the trick. > > The display stays dark :-( ... > > That's with your DT hacked kernel, right? Not the

[PATCH] OMAPDSS: DPI: add dependency to DSI

2013-04-18 Thread Christoph Fritz
On Thu, 2013-04-18 at 17:37 +0300, Tomi Valkeinen wrote: > > But here with linux-next (in contrast to 3.9-rc) removing all regulator > > dependencies from drivers/video/omap2/dss/dpi.c does not make the trick. > > The display stays dark :-( ... > > That's with your DT hacked kernel, right? Not the

[PATCH] OMAPDSS: DPI: add dependency to DSI

2013-04-18 Thread Christoph Fritz
On Thu, 2013-04-18 at 12:21 +0300, Tomi Valkeinen wrote: > On 2013-04-18 12:09, Tomi Valkeinen wrote: > > On 2013-04-18 11:37, Christoph Fritz wrote: > > >> With linux-next this patch breaks compiling here because DPI now depends > >> on DSI - but my omap3 boa

[PATCH] OMAPDSS: DPI: add dependency to DSI

2013-04-18 Thread Christoph Fritz
_calc? Enabling OMAP2_DSS_DSI fixes this. This is my proposed patch. You may be want to merge it? From: Christoph Fritz Date: Thu, 18 Apr 2013 10:26:54 +0200 Subject: [PATCH] OMAPDSS: DPI: add dependency to DSI A dependency from DPI to DSI is introduced by commit 100c82623 "OMAPD

Re: [PATCH] OMAPDSS: DPI: add dependency to DSI

2013-04-18 Thread Christoph Fritz
On Thu, 2013-04-18 at 12:21 +0300, Tomi Valkeinen wrote: > On 2013-04-18 12:09, Tomi Valkeinen wrote: > > On 2013-04-18 11:37, Christoph Fritz wrote: > > >> With linux-next this patch breaks compiling here because DPI now depends > >> on DSI - but my omap3 boa

[PATCH] OMAPDSS: DPI: add dependency to DSI

2013-04-18 Thread Christoph Fritz
_calc’ Enabling OMAP2_DSS_DSI fixes this. This is my proposed patch. You may be want to merge it? From: Christoph Fritz Date: Thu, 18 Apr 2013 10:26:54 +0200 Subject: [PATCH] OMAPDSS: DPI: add dependency to DSI A dependency from DPI to DSI is introduced by commit 100c82623 "OMAPD