Re: [Letux-kernel] [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b

2019-07-23 Thread H. Nikolaus Schaller
Hi Sam, > Am 17.07.2019 um 20:14 schrieb Sam Ravnborg : > > Hi Nikolaus. > >> BTW: should also be applied to 5.2 > The drm bits are reviewed. The DT bits needs OK from DT people. > When we have OK from DT people we can apply them all to drm-misc-next. I got OK on irc from

Re: [Letux-kernel] [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b

2019-07-17 Thread H. Nikolaus Schaller
Hi Sam, > Am 26.06.2019 um 14:40 schrieb H. Nikolaus Schaller : > > Hi Sam, > >> Am 26.06.2019 um 09:33 schrieb Sam Ravnborg : >> >> Hi Nikolaus. >> >>>> >>>> any progress towards merging this somewhere? It did not yet arrive in &g

Re: [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b

2019-06-27 Thread H. Nikolaus Schaller
Hi Sam, > Am 26.06.2019 um 09:33 schrieb Sam Ravnborg : > > Hi Nikolaus. > >>> >>> any progress towards merging this somewhere? It did not yet arrive in >>> linux-next. >>> >>> BTW: should also be applied to 5.2 >> The drm bits are reviewed. The DT bits needs OK from DT people. >> When we

Re: [PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b

2019-06-24 Thread H. Nikolaus Schaller
Hi, > Am 07.06.2019 um 13:11 schrieb H. Nikolaus Schaller : > > V3: > * add bindings documentation (suggested by s...@ravnborg.org) > > V2 2019-06-05 07:07:05: > * fix typo in 99dtc panel compatible string (reported by imir...@alum.mit.edu) > > V1 2019-06-04 14:53:0

[PATCH v3 1/5] drm/panel: simple: Add Sharp LQ070Y3DG3B panel support

2019-06-07 Thread H. Nikolaus Schaller
The change adds support for the Sharp LQ070Y3DG3B 7.0" TFT LCD panel. Tested on Letux7004. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/panel/panel-simple.c | 30 1 file changed, 30 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple

[PATCH v3 5/5] dt-bindings: drm/panel: simple: add sharp,lq070y3dg3b panel

2019-06-07 Thread H. Nikolaus Schaller
Signed-off-by: H. Nikolaus Schaller --- .../bindings/display/panel/sharp,lq070y3dg3b.txt | 12 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq070y3dg3b.txt diff --git a/Documentation/devicetree/bindings/display

[PATCH v3 4/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m99dtc panel

2019-06-07 Thread H. Nikolaus Schaller
Signed-off-by: H. Nikolaus Schaller --- .../display/panel/ortustech,com37h3m99dtc.txt| 12 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ortustech,com37h3m99dtc.txt diff --git a/Documentation/devicetree/bindings

[PATCH v3 0/5] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b

2019-06-07 Thread H. Nikolaus Schaller
the general drm/panel/panel-simple. So we finally can add SoC independent panel definitions for two panel models which we already had worked on quite a while ago (before device tree was introduced): https://patchwork.kernel.org/patch/2851295/ H. Nikolaus Schaller (5): drm/panel

[PATCH v3 2/5] drm/panel: simple: Add Ortustech COM37H3M panel support

2019-06-07 Thread H. Nikolaus Schaller
The change adds support for the Ortustech COM37H3M05DTC/99DTC 3.7" TFT LCD panel. Tested on Letux3704. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/panel/panel-simple.c | 33 1 file changed, 33 insertions(+) diff --git a/drivers/gpu/drm/panel/

[PATCH v3 3/5] dt-bindings: drm/panel: simple: add ortustech,com37h3m05dtc panel

2019-06-07 Thread H. Nikolaus Schaller
Signed-off-by: H. Nikolaus Schaller --- .../display/panel/ortustech,com37h3m05dtc.txt| 12 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ortustech,com37h3m05dtc.txt diff --git a/Documentation/devicetree/bindings

Re: [PATCH v2 0/2] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b

2019-06-05 Thread H. Nikolaus Schaller
Hi Sam, > Am 05.06.2019 um 10:29 schrieb Sam Ravnborg : > > Hi Nikolaus. > > Thanks for the new panel patches. > On Wed, Jun 05, 2019 at 07:07:01AM +0200, H. Nikolaus Schaller wrote: >> V2: >> * fix typo in 99dtc panel compatible string (reported by >

[PATCH v2 1/2] drm/panel: simple: Add Sharp LQ070Y3DG3B panel support

2019-06-04 Thread H. Nikolaus Schaller
The change adds support for the Sharp LQ070Y3DG3B 7.0" TFT LCD panel. Tested on Letux7004. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/panel/panel-simple.c | 30 1 file changed, 30 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple

[PATCH v2 2/2] drm/panel: simple: Add Ortustech COM37H3M panel support

2019-06-04 Thread H. Nikolaus Schaller
The change adds support for the Ortustech COM37H3M05DTC/99DTC 3.7" TFT LCD panel. Tested on Letux3704. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/panel/panel-simple.c | 33 1 file changed, 33 insertions(+) diff --git a/drivers/gpu/drm/panel/

[PATCH v2 0/2] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b

2019-06-04 Thread H. Nikolaus Schaller
models which we already had worked on quite a while ago (before device tree was introduced): https://patchwork.kernel.org/patch/2851295/ H. Nikolaus Schaller (2): drm/panel: simple: Add Sharp LQ070Y3DG3B panel support drm/panel: simple: Add Ortustech COM37H3M panel support drivers

[PATCH 1/2] drm/panel: simple: Add Sharp LQ070Y3DG3B panel support

2019-06-04 Thread H. Nikolaus Schaller
The change adds support for the Sharp LQ070Y3DG3B 7.0" TFT LCD panel. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/panel/panel-simple.c | 30 1 file changed, 30 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/

[PATCH 2/2] drm/panel: simple: Add Ortustech COM37H3M panel support

2019-06-04 Thread H. Nikolaus Schaller
The change adds support for the Ortustech COM37H3M05DTC/99DTC 3.7" TFT LCD panel. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/panel/panel-simple.c | 33 1 file changed, 33 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/driver

[PATCH 0/2] drm/panel-simple: Add panel parameters for ortustech-com37h3m05dtc/99dtc and sharp-lq070y3dg3b

2019-06-04 Thread H. Nikolaus Schaller
was introduced): https://patchwork.kernel.org/patch/2851295/ H. Nikolaus Schaller (2): drm/panel: simple: Add Sharp LQ070Y3DG3B panel support drm/panel: simple: Add Ortustech COM37H3M panel support drivers/gpu/drm/panel/panel-simple.c | 63 1 file changed, 63

Re: [PATCH] drm/omap: Migrate minimum FCK/PCK ratio from Kconfig to dts

2019-05-28 Thread H. Nikolaus Schaller
> Am 28.05.2019 um 17:09 schrieb Adam Ford : > > On Tue, May 28, 2019 at 4:11 AM Tomi Valkeinen wrote: >> >> Hi, >> >> On 10/05/2019 22:42, Adam Ford wrote: >>> Currently the source code is compiled using hard-coded values >>> from CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK. This patch allows this

Re: [PATCH] drm: omapdrm: displays: fix port_num for opa362 output

2018-08-23 Thread H. Nikolaus Schaller
Hi Laurent, > Am 19.08.2018 um 16:07 schrieb Laurent Pinchart > : > > Hi Nikolaus, > > Thank you for the patch. > > On Friday, 27 July 2018 17:24:32 EEST H. Nikolaus Schaller wrote: >> The opa362 amplifier has two ports, an input (usually connected >> t

[PATCH] drm: omapdrm: displays: fix port_num for opa362 output

2018-07-28 Thread H. Nikolaus Schaller
to define the output port as number 1 so it does not match the DT entry. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/omapdrm/displays/encoder-opa362.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/omapdrm/displays/encoder-opa362.c b/drivers/gpu/drm/omapdrm/displays

Re: [PATCH v3 4/4] DTS: Pandora: fix panel compatibility string

2017-12-01 Thread H. Nikolaus Schaller
Hi Tomi, > Am 01.12.2017 um 09:13 schrieb Tomi Valkeinen : > > On 01/12/17 00:06, Sebastian Reichel wrote: > > How about let's call it a "typo fix" then? :) Well, it is not really a typo. >>> >>> Well what if the stable people pick it into earlier stable

Re: [PATCH v3 1/4] omapdrm: panel: fix compatible vendor string for td028ttec1

2017-12-01 Thread H. Nikolaus Schaller
> Am 01.12.2017 um 02:57 schrieb Rob Herring <r...@kernel.org>: > > On Tue, Nov 28, 2017 at 04:48:54PM +0100, H. Nikolaus Schaller wrote: >> The vendor name was "toppoly" but other panels and the vendor list >> have defined it as "tpo". So let'

[PATCH v4 1/2] DTS: GTA04: improve panel compatibility string

2017-12-01 Thread H. Nikolaus Schaller
Official vendor string is now "tpo" and not "toppoly". Requires patch "omapdrm: panel: fix compatible vendor string for td028ttec1" so that the driver understands both. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- arch/arm/boot/dts/omap3-

[PATCH v4 2/2] DTS: Pandora: fix panel compatibility string

2017-12-01 Thread H. Nikolaus Schaller
We can remove the unnecessary "omapdss," prefix because the omapdrm driver takes care of it when matching with the driver table. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- arch/arm/boot/dts/omap3-pandora-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 d

[PATCH v4 0/2] Fixes for omapdrm on OpenPandora and GTA04

2017-12-01 Thread H. Nikolaus Schaller
1-08 22:09:36: This patch set fixes vendor names of the panels and fixes a problem on omapdrm with enabling VDD_DSI for OMAP3 which is needed for displaying the Red and Green channel on OMAP3530 (Pandora). H. Nikolaus Schaller (2): DTS: GTA04: improve panel compatibility string DTS: Pandora:

Re: [PATCH v3 4/4] DTS: Pandora: fix panel compatibility string

2017-12-01 Thread H. Nikolaus Schaller
> Am 30.11.2017 um 16:24 schrieb Tony Lindgren <t...@atomide.com>: > > * H. Nikolaus Schaller <h...@goldelico.com> [171128 18:35]: >> Hi, >> >>> Am 28.11.2017 um 17:18 schrieb Tony Lindgren <t...@atomide.com>: >>> >>> * H. N

Re: [PATCH v2 2/4] DTS: GTA04: fix panel compatibility string

2017-11-29 Thread H. Nikolaus Schaller
Hi Tony, > Am 28.11.2017 um 16:10 schrieb Tony Lindgren <t...@atomide.com>: > > * H. Nikolaus Schaller <h...@goldelico.com> [171128 15:04]: >> Hi Tony, >> >>> Am 28.11.2017 um 15:57 schrieb Tony Lindgren <t...@atomide.com>: >>> >

[PATCH v3 0/4] Fixes for omapdrm on OpenPandora and GTA04

2017-11-29 Thread H. Nikolaus Schaller
for OMAP3 which is needed for displaying the Red and Green channel on OMAP3530 (Pandora). H. Nikolaus Schaller (4): omapdrm: panel: fix compatible vendor string for td028ttec1 omapdrm: panel: td028ttec1: replace MODULE_ALIAS by MODULE_DEVICE_TABLE DTS: GTA04: fix panel compatibility st

[PATCH v3 1/4] omapdrm: panel: fix compatible vendor string for td028ttec1

2017-11-29 Thread H. Nikolaus Schaller
The vendor name was "toppoly" but other panels and the vendor list have defined it as "tpo". So let's fix it in driver and bindings. We keep the old definition in parallel to stay compatible with potential older DTB setup. Signed-off-by: H. Nikolaus Schaller <h...@goldelic

Re: [PATCH v3 4/4] DTS: Pandora: fix panel compatibility string

2017-11-29 Thread H . Nikolaus Schaller
Hi, > Am 28.11.2017 um 17:18 schrieb Tony Lindgren <t...@atomide.com>: > > * H. Nikolaus Schaller <h...@goldelico.com> [171128 16:17]: >> Hi Tony, >> >>> Am 28.11.2017 um 17:04 schrieb Tony Lindgren <t...@atomide.com>: >>> >>> *

Re: [PATCH v3 4/4] DTS: Pandora: fix panel compatibility string

2017-11-29 Thread H. Nikolaus Schaller
Hi Tony, > Am 28.11.2017 um 17:04 schrieb Tony Lindgren <t...@atomide.com>: > > * H. Nikolaus Schaller <h...@goldelico.com> [171128 15:52]: >> We can remove the unnecessary "omapdss," prefix because >> the omapdrm driver takes care of it when

[PATCH v3 3/4] DTS: GTA04: fix panel compatibility string

2017-11-29 Thread H. Nikolaus Schaller
Official vendor string is now "tpo" and not "toppoly". Requires patch "omapdrm: panel: fix compatible vendor string for td028ttec1" Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- arch/arm/boot/dts/omap3-gta04.dtsi | 2 +- 1 file changed, 1 ins

Re: [PATCH v2 2/4] DTS: GTA04: fix panel compatibility string

2017-11-29 Thread H. Nikolaus Schaller
Hi Tony, > Am 28.11.2017 um 15:57 schrieb Tony Lindgren <t...@atomide.com>: > > * H. Nikolaus Schaller <h...@goldelico.com> [171116 08:53]: >> Vendor string is "tpo" and not "toppoly". >> >> Signed-off-by: H. Nikolaus Schaller <h.

Re: [PATCH v2 2/4] DTS: GTA04: fix panel compatibility string

2017-11-29 Thread H. Nikolaus Schaller
> Am 28.11.2017 um 17:00 schrieb Tony Lindgren <t...@atomide.com>: > > * H. Nikolaus Schaller <h...@goldelico.com> [171128 15:51]: >>> Am 28.11.2017 um 16:10 schrieb Tony Lindgren <t...@atomide.com>: >>> OK fine dropping both. Please update th

[PATCH v3 4/4] DTS: Pandora: fix panel compatibility string

2017-11-29 Thread H. Nikolaus Schaller
We can remove the unnecessary "omapdss," prefix because the omapdrm driver takes care of it when matching with the driver table. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- arch/arm/boot/dts/omap3-pandora-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 d

[PATCH v3 2/4] omapdrm: panel: td028ttec1: replace MODULE_ALIAS by MODULE_DEVICE_TABLE

2017-11-29 Thread H. Nikolaus Schaller
to make it easier to keep in sync with the OF device table. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c | 12 ++-- .../video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c | 11 +-- 2 files c

Re: [PATCH v2 4/4] drm: omapdrm: Fix DPI on platforms using the DSI VDDS

2017-11-21 Thread H. Nikolaus Schaller
Hi, > Am 21.11.2017 um 11:25 schrieb Tomi Valkeinen <tomi.valkei...@ti.com>: > > On 16/11/17 10:50, H. Nikolaus Schaller wrote: >> From: Laurent Pinchart <laurent.pinch...@ideasonboard.com> >> >> Commit d178e034d565 ("drm: omapdrm: Move FEAT_DPI_USE

Re: [PATCH v2 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-20 Thread H. Nikolaus Schaller
Hi Andrew, > Am 16.11.2017 um 19:56 schrieb H. Nikolaus Schaller <h...@goldelico.com>: > > Hi Andrew, > >> Am 16.11.2017 um 19:32 schrieb Andrew F. Davis <a...@ti.com>: >> >> On 11/16/2017 12:18 PM, H. Nikolaus Schaller wrote: >>>

Re: [PATCH v2 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-17 Thread H. Nikolaus Schaller
Hi Andrew, > Am 16.11.2017 um 19:32 schrieb Andrew F. Davis <a...@ti.com>: > > On 11/16/2017 12:18 PM, H. Nikolaus Schaller wrote: >> >>> Am 16.11.2017 um 18:08 schrieb Andrew F. Davis <a...@ti.com>: >>> >>> On 11/16/2017 10:10 AM, H. N

Re: [PATCH v2 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-17 Thread H. Nikolaus Schaller
> Am 16.11.2017 um 18:08 schrieb Andrew F. Davis <a...@ti.com>: > > On 11/16/2017 10:10 AM, H. Nikolaus Schaller wrote: >> Hi Andrew, >> >>> Am 16.11.2017 um 16:53 schrieb Andrew F. Davis <a...@ti.com>: >>> >>> On 11/16/2017 07:43 AM,

Re: [PATCH v2 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-17 Thread H. Nikolaus Schaller
Hi Andrew, > Am 16.11.2017 um 16:53 schrieb Andrew F. Davis <a...@ti.com>: > > On 11/16/2017 07:43 AM, H. Nikolaus Schaller wrote: >> >>> Am 16.11.2017 um 13:32 schrieb Tomi Valkeinen <tomi.valkei...@ti.com>: >>> >>> On 16/11/17 1

[PATCH v2 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-16 Thread H. Nikolaus Schaller
The vendor name was "toppoly" but other panels and the vendor list have defined it as "tpo". So let's fix it in driver and bindings. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- .../display/panel/{toppoly,td028ttec1.txt => tpo,td028ttec1.txt}

[PATCH v2 3/4] DTS: Pandora: fix panel compatibility string

2017-11-16 Thread H. Nikolaus Schaller
We can remove the "omapdss," prefix because the omapdrm driver takes care of it. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- arch/arm/boot/dts/omap3-pandora-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/d

[PATCH v2 4/4] drm: omapdrm: Fix DPI on platforms using the DSI VDDS

2017-11-16 Thread H. Nikolaus Schaller
feature to dpi code") Signed-off-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> Reported-by: H. Nikolaus Schaller <h...@goldelico.com> Tested-by: H. Nikolaus Schaller <h...@goldelico.com> --- drivers/gpu/drm/omapdrm/dss/dpi.c | 4 ++-- 1 file changed, 2 insertions(+),

Re: [PATCH v2 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-16 Thread H. Nikolaus Schaller
> Am 16.11.2017 um 13:32 schrieb Tomi Valkeinen <tomi.valkei...@ti.com>: > > On 16/11/17 10:50, H. Nikolaus Schaller wrote: >> The vendor name was "toppoly" but other panels and the vendor list >> have defined it as "tpo". So let's fix it in driver

[PATCH v2 2/4] DTS: GTA04: fix panel compatibility string

2017-11-16 Thread H. Nikolaus Schaller
Vendor string is "tpo" and not "toppoly". Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- arch/arm/boot/dts/omap3-gta04.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/

[PATCH v2 0/4] Fixes for omapdrm on OpenPandora and GTA04

2017-11-16 Thread H. Nikolaus Schaller
VDD_DSI for OMAP3 which is needed for displaying the Red and Green channel on OMAP3530 (Pandora). H. Nikolaus Schaller (3): omapdrm: fix compatible string for td028ttec1 DTS: GTA04: fix panel compatibility string DTS: Pandora: fix panel compatibility string Laurent Pinchart (1): drm: omapdrm

Re: [PATCH 4/4] omapdss: fix problem enabling VDDS_DSI on OMAP3530 (OpenPandora)

2017-11-09 Thread H. Nikolaus Schaller
Hi Laurent, > Am 09.11.2017 um 04:45 schrieb Laurent Pinchart > <laurent.pinch...@ideasonboard.com>: > > Hi Nikolaus, > > Thank you for the patch. > > On Wednesday, 8 November 2017 23:09:32 EET H. Nikolaus Schaller wrote: >> commit d178e034d565 ("

[PATCH 3/4] DTS: Pandora: fix panel compatibility string

2017-11-09 Thread H. Nikolaus Schaller
We can remove the "omapdss," prefix. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- arch/arm/boot/dts/omap3-pandora-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-pandora-common.dtsi b/arch/arm/boot/d

Re: [PATCH 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-09 Thread H. Nikolaus Schaller
Hi Laurent, > Am 09.11.2017 um 07:35 schrieb Laurent Pinchart > <laurent.pinch...@ideasonboard.com>: > > Hi Nikolaus, > > On Thursday, 9 November 2017 08:05:15 EET H. Nikolaus Schaller wrote: >>> Am 09.11.2017 um 04:33 schrieb Laurent Pinchart: >>> On

Re: [PATCH 3/4] DTS: Pandora: fix panel compatibility string

2017-11-09 Thread H. Nikolaus Schaller
> Am 09.11.2017 um 04:36 schrieb Laurent Pinchart > <laurent.pinch...@ideasonboard.com>: > > Hi Nikolaus, > > Thank you for the patch. > > On Wednesday, 8 November 2017 23:09:31 EET H. Nikolaus Schaller wrote: >> We can remove the "omapdss," prefi

[PATCH 2/4] DTS: GTA04: fix panel compatibility string

2017-11-09 Thread H. Nikolaus Schaller
Vendor string is "tpo" and not "toppoly". Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- arch/arm/boot/dts/omap3-gta04.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/

[PATCH 4/4] omapdss: fix problem enabling VDDS_DSI on OMAP3530 (OpenPandora)

2017-11-09 Thread H. Nikolaus Schaller
herefore we match the .machine attribute. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- drivers/gpu/drm/omapdrm/dss/dpi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/dss/dpi.c b/drivers/gpu/drm/omapdrm/dss/dpi.c index 4ed5fde1131

[PATCH 0/4] Fixes for omapdrm on OpenPandora and GTA04

2017-11-09 Thread H. Nikolaus Schaller
This patch set fixes vendor names of the panels and fixes a problem on omapdrm with enabling VDD_DSI for OMAP3 which is needed for displaying the Red and Green channel on OMAP3530 (Pandora). H. Nikolaus Schaller (4): omapdrm: fix compatible string for td028ttec1 DTS: GTA04: fix panel

Re: [PATCH 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-09 Thread H. Nikolaus Schaller
Hi Laurent, > Am 09.11.2017 um 04:33 schrieb Laurent Pinchart > <laurent.pinch...@ideasonboard.com>: > > Hi Nikolaus, > > Thank you for the patch. > > On Wednesday, 8 November 2017 23:09:29 EET H. Nikolaus Schaller wrote: >> The vendor name was "topp

[PATCH 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-09 Thread H. Nikolaus Schaller
The vendor name was "toppoly" but other panels and the vendor list have defined it as "tpo". So let's fix it in driver and bindings. Signed-off-by: H. Nikolaus Schaller <h...@goldelico.com> --- .../display/panel/{toppoly,td028ttec1.txt => tpo,td028ttec1.txt}

Re: [PATCH 0/3] drm/omap: misc fixes

2017-06-14 Thread H. Nikolaus Schaller
Hi Tomi, > Am 13.06.2017 um 11:02 schrieb Tomi Valkeinen : > > Hi, > > Here's three fixes for omapdrm: > > - fix synclost flood on omap3 > - fix analog tv-out videomode check > - fix DSI PLL setup > > Tony, Aaro, Nikolaus, can you see if these fix the issues you're

[PATCH] omap drm: fix compile errors where the conversion from omap_timing to videomode was not perfect

2017-01-04 Thread H. Nikolaus Schaller
> Am 04.01.2017 um 13:03 schrieb Tomi Valkeinen : > > Hi, > > On 26/12/16 21:23, H. Nikolaus Schaller wrote: >> Signed-off-by: H. Nikolaus Schaller >> --- >> drivers/gpu/drm/omapdrm/dss/dsi.c | 18 +- >> 1 file changed, 9 insertions(+

[PATCH] omap drm: fix compile errors where the conversion from omap_timing to videomode was not perfect

2016-12-26 Thread H. Nikolaus Schaller
Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/omapdrm/dss/dsi.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c b/drivers/gpu/drm/omapdrm/dss/dsi.c index f060bda..f74615d 100644 --- a/drivers/gpu/drm/omapdrm/dss

[PATCH 1/2] video:omap2:dss: fix timings for VENC to match what omapdrm expects

2015-12-13 Thread H. Nikolaus Schaller
Hi Tomi, Am 09.12.2015 um 09:18 schrieb Tomi Valkeinen : > > On 13/11/15 12:29, H. Nikolaus Schaller wrote: >> Otherwise check_timings fails and we get a "has no modes" message >> from xrandr. >> >> This fix makes the venc assume PAL and NTSC timin

[PATCH 2/2] video:omapdrm: make omapdrm assume the tv-out cable is always connected

2015-11-13 Thread H. Nikolaus Schaller
Here the test results: Am 13.11.2015 um 13:01 schrieb Laurent Pinchart : > On Friday 13 November 2015 13:46:01 Tomi Valkeinen wrote: >> On 13/11/15 12:29, H. Nikolaus Schaller wrote: >>> Include VENC in the set of drivers where it is assimed that the cable >>> is alwa

[PATCH 2/2] video:omapdrm: make omapdrm assume the tv-out cable is always connected

2015-11-13 Thread H. Nikolaus Schaller
Hi Laurent and Tomi, Am 13.11.2015 um 13:01 schrieb Laurent Pinchart : > On Friday 13 November 2015 13:46:01 Tomi Valkeinen wrote: >> On 13/11/15 12:29, H. Nikolaus Schaller wrote: >>> Include VENC in the set of drivers where it is assimed that the cable >>> is alwa

[PATCH 2/2] video:omapdrm: make omapdrm assume the tv-out cable is always connected

2015-11-13 Thread H. Nikolaus Schaller
XM, GTA04 and OpenPandora Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/omapdrm/omap_connector.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/omapdrm/omap_connector.c b/drivers/gpu/drm/omapdrm/omap_connector.c index 83f2a91..98ddb5d 100644 --- a/drivers/gpu/drm/omapdrm/omap_c

[PATCH 1/2] video:omap2:dss: fix timings for VENC to match what omapdrm expects

2015-11-13 Thread H. Nikolaus Schaller
XM, GTA04 and OpenPandora Signed-off-by: H. Nikolaus Schaller --- drivers/video/fbdev/omap2/dss/venc.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/video/fbdev/omap2/dss/venc.c b/drivers/video/fbdev/omap2/dss/venc.c index 99ca268..d05a549 100644 --- a/drivers/video/fbdev

[PATCH 0/2] Fix omap VENC (PAL/NTSC TV out) operation with omapdrm driver

2015-11-13 Thread H. Nikolaus Schaller
This patch set fixes some issues with the OMAP VENC when used with the omapdrm driver. Tested on: BeagleBoard XM, GTA04 and OpenPandora H. Nikolaus Schaller (2): video:omap2:dss: fix timings for VENC to match what omapdrm expects video:omapdrm: make omapdrm assume the tv-out cable is always

<    1   2   3   4   5   6