[PATCH 2/2] drm/panel: simple: Add support for Tianma TM070JDHG30

2016-12-02 Thread Gary Bisson
ff-by: Gary Bisson --- .../bindings/display/panel/tianma,tm070jdhg30.txt | 7 ++ drivers/gpu/drm/panel/panel-simple.c | 27 ++ 2 files changed, 34 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/tianma,tm070jdhg30.txt diff --g

[PATCH 1/2] of: Add vendor prefix for Tianma Micro-electronics

2016-12-02 Thread Gary Bisson
Tianma Micro-electronics Co., Ltd. (Tianma) specializes in providing display solutions and efficient support services worldwide. More info: http://en.tianma.com/about.shtml Signed-off-by: Gary Bisson --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion

[PATCH 0/2] Add support for Tianma TM070JDHG30 display

2016-12-02 Thread Gary Bisson
o the simple panel driver. Regards, Gary Gary Bisson (2): of: Add vendor prefix for Tianma Micro-electronics drm/panel: simple: Add support for Tianma TM070JDHG30 .../bindings/display/panel/tianma,tm070jdhg30.txt | 7 ++ .../devicetree/bindings/vendor-prefixes.txt| 1 + driver

[PATCH] drm/imx: parallel-display: allow to determine bus format from the connected panel

2015-11-23 Thread Gary Bisson
the data mapping is determined from > the display_info.bus_format field provided by the panel instead of from the > optional interface_pix_fmt device tree property. Tested with a SabreLite + Okaya rs800480t LCD display on 4.4-rc1 kernel. Tested-by: Gary Bisson One question though, do you

[PATCH v3 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP

2015-08-13 Thread Gary Bisson
Hi Thierry, On Thu, Aug 13, 2015 at 2:32 PM, Thierry Reding wrote: > On Wed, Jun 10, 2015 at 06:44:23PM +0200, Gary Bisson wrote: >> Add support for the Okaya RS800480T-7X0GP to the DRM simple panel >> driver. >> >> The RS800480T-7X0GP is a WVGA (800x480) panel wit

[PATCH v3 0/2] Add display timing for Okaya RS800480T-7X0

2015-08-05 Thread Gary Bisson
Hi all, On Wed, Jun 10, 2015 at 6:44 PM, Gary Bisson wrote: > Hi all, > > This patch is the follow-up of a request from Philipp to add the Okaya display > to the simple panel driver. > http://lists.infradead.org/pipermail/linux-arm-kernel/2015-May/346657.html > > v2: >

drm/imx: parallel-display: fix drm_panel support

2015-07-09 Thread Gary Bisson
org/patch/6585541/ https://patchwork.kernel.org/patch/6585551/ https://patchwork.kernel.org/patch/6504711/ https://patchwork.kernel.org/patch/6504731/ Tested-by: Gary Bisson Regards, Gary

drm: imx: multi-display support questions

2015-06-29 Thread Gary Bisson
Fabio, Eric, On Mon, Jun 29, 2015 at 6:22 PM, Eric Nelson wrote: > Thanks Fabio, > > On 06/29/2015 09:08 AM, Fabio Estevam wrote: >> Hi Gary, >> >> On Mon, Jun 29, 2015 at 1:04 PM, Gary Bisson >> wrote: >> >>> Thank you for your e-mail and sorry

drm: imx: multi-display support questions

2015-06-29 Thread Gary Bisson
Hi Fabio, On Mon, Jun 29, 2015 at 6:08 PM, Fabio Estevam wrote: > Hi Gary, > > On Mon, Jun 29, 2015 at 1:04 PM, Gary Bisson > wrote: > >> Thank you for your e-mail and sorry for the delay in my response. I >> confirm this patch, ported over to my dtsi file, make

drm: imx: multi-display support questions

2015-06-29 Thread Gary Bisson
Hi Fabio, On Tue, Jun 23, 2015 at 7:50 PM, Fabio Estevam wrote: > On Tue, Jun 23, 2015 at 2:49 PM, Fabio Estevam wrote: >> Hi Gary, >> >> On Wed, May 27, 2015 at 10:31 AM, Gary Bisson >> wrote: >> >>> Ok, thanks, I'll check and see what I ne

[PATCH v3 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP

2015-06-10 Thread Gary Bisson
-display/ Signed-off-by: Gary Bisson --- .../bindings/panel/okaya,rs800480t_7x0gp.txt | 7 + drivers/gpu/drm/panel/panel-simple.c | 33 ++ 2 files changed, 40 insertions(+) create mode 100644 Documentation/devicetree/bindings/panel/okaya

[PATCH v3 1/2] of: add Okaya Electric America vendor prefix

2015-06-10 Thread Gary Bisson
This patch adds vendor prefix for Okaya Electronic America, a provider of LCD modules and display technologies. Signed-off-by: Gary Bisson --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor

[PATCH v3 0/2] Add display timing for Okaya RS800480T-7X0

2015-06-10 Thread Gary Bisson
Thierry https://patchwork.kernel.org/patch/6503261/ v3: - add poweron/poweroff sequencing delays as suggested by Philipp. Values are based on datasheet available at: http://boundarydevices.com/datasheets/RS800480T-7X0GP-A.pdf Regards, Gary Gary Bisson (2): of: add Okaya Electric America vendor

[PATCH v2 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP

2015-06-10 Thread Gary Bisson
Hi Philipp, On Tue, Jun 9, 2015 at 7:39 PM, Philipp Zabel wrote: > Hi Gary, > > Am Dienstag, den 09.06.2015, 17:59 +0200 schrieb Gary Bisson: >> Add support for the Okaya RS800480T-7X0GP to the DRM simple panel >> driver. >> >> The RS800480T-7X0GP is a WV

[PATCH v2 2/2] drm/panel: Add display timing for Okaya RS800480T-7X0GP

2015-06-09 Thread Gary Bisson
-display/ Signed-off-by: Gary Bisson --- .../bindings/panel/okaya,rs800480t_7x0gp.txt | 7 ++ drivers/gpu/drm/panel/panel-simple.c | 27 ++ 2 files changed, 34 insertions(+) create mode 100644 Documentation/devicetree/bindings/panel/okaya

[PATCH v2 1/2] of: add Okaya Electric America vendor prefix

2015-06-09 Thread Gary Bisson
This patch adds vendor prefix for Okaya Electronic America, a provider of LCD modules and display technologies. Signed-off-by: Gary Bisson --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor

[PATCH v2 0/2] Add display timing for Okaya RS800480T-7X0

2015-06-09 Thread Gary Bisson
Thierry https://patchwork.kernel.org/patch/6503261/ Regards, Gary Gary Bisson (2): of: add Okaya Electric America vendor prefix drm/panel: Add display timing for Okaya RS800480T-7X0GP .../bindings/panel/okaya,rs800480t_7x0gp.txt | 7 ++ .../devicetree/bindings/vendor-prefixes.txt

[PATCH] drm/panel: Add display timing for Okaya RS800480T-7X0GP

2015-06-06 Thread Gary Bisson
Thierry, All, On Fri, Jun 5, 2015 at 2:28 PM, Thierry Reding wrote: > On Thu, May 28, 2015 at 05:37:46PM +0200, Gary Bisson wrote: >> Add support for the Okaya RS800480T-7X0GP to the DRM simple panel >> driver. >> >> The RS800480T-7X0GP is a WVGA (800x480) panel wit

[PATCH] drm/panel: Add display timing for Okaya RS800480T-7X0GP

2015-05-28 Thread Gary Bisson
-display/ Signed-off-by: Gary Bisson --- Hi all, This patch is the follow-up of a request from Philipp to add the Okaya display to the simple panel driver. http://lists.infradead.org/pipermail/linux-arm-kernel/2015-May/346657.html Regards, Gary --- .../bindings/panel/okaya,rs800480t_7x0gp.txt

drm: imx: multi-display support questions

2015-05-27 Thread Gary Bisson
Philipp, All, On Wed, May 27, 2015 at 11:38 AM, Philipp Zabel wrote: > Hi Gary, > > Am Dienstag, den 26.05.2015, 16:47 +0200 schrieb Gary Bisson: >> Hi all, >> >> After a few days of experimentation on multi-display support on i.MX6, I >> have some questions re

drm: imx: multi-display support questions

2015-05-26 Thread Gary Bisson
Hi all, After a few days of experimentation on multi-display support on i.MX6, I have some questions regarding the status of the imx-drm driver. Here is description of my testing setup: - Nitrogen6x (a SabreLite would work the same) - Mainline kernel 4.1-rc2 + a few patches for display support (s