linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/2] OMAP: DSS: Support new dpi panels
@ 2011-05-03  7:07 Enric Balletbo i Serra
  2011-05-03  7:07 ` [PATCHv2 1/2] OMAP: DSS2: Support for Seiko 70WVW1TZ3 Enric Balletbo i Serra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Enric Balletbo i Serra @ 2011-05-03  7:07 UTC (permalink / raw)
  To: tomi.valkeinen, linux-omap, linux-fbdev; +Cc: Enric Balletbo i Serra

Hi all,

These patches add support for two new panels to the generic-dpi-panel.

The first patch adds support for the Seiko 70WVW1TZ3 LCD panel, and the second
adds support for the Powertip PH480272T LCD panel.

Tested with an IGEP v2 board.

Changes since v1:
  - Change the names of both panels in the panel_config struct to
    include the name of the manufacturer.
  - Mention the board which uses those panels.

Please consider to add in next merge window, thanks,

Enric Balletbo i Serra (2):
  OMAP: DSS2: Support for Seiko 70WVW1TZ3
  OMAP: DSS2: Support for Powertip PH480272T

 drivers/video/omap2/displays/panel-generic-dpi.c |   50 ++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCHv2 1/2] OMAP: DSS2: Support for Seiko 70WVW1TZ3
  2011-05-03  7:07 [PATCHv2 0/2] OMAP: DSS: Support new dpi panels Enric Balletbo i Serra
@ 2011-05-03  7:07 ` Enric Balletbo i Serra
  2011-05-03  7:07 ` [PATCHv2 2/2] OMAP: DSS2: Support for Powertip PH480272T Enric Balletbo i Serra
  2011-05-03  7:54 ` [PATCHv2 0/2] OMAP: DSS: Support new dpi panels Tomi Valkeinen
  2 siblings, 0 replies; 4+ messages in thread
From: Enric Balletbo i Serra @ 2011-05-03  7:07 UTC (permalink / raw)
  To: tomi.valkeinen, linux-omap, linux-fbdev; +Cc: Enric Balletbo i Serra

Add support for Seiko 70WVW1TZ3, a LCD 7.0inch WVGA (800x480) display
type with 24-bit RGB interface and Touch-Panel, to panel-generic-dpi

Tested with IGEP v2 board.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
---
 drivers/video/omap2/displays/panel-generic-dpi.c |   25 ++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c
index 4a9b9ff..644d370 100644
--- a/drivers/video/omap2/displays/panel-generic-dpi.c
+++ b/drivers/video/omap2/displays/panel-generic-dpi.c
@@ -181,6 +181,31 @@ static struct panel_config generic_dpi_panels[] = {
 		.power_off_delay	= 0,
 		.name			= "samsung_lte430wq_f0c",
 	},
+
+	/* Seiko 70WVW1TZ3Z3 */
+	{
+		{
+			.x_res		= 800,
+			.y_res		= 480,
+
+			.pixel_clock	= 33000,
+
+			.hsw		= 128,
+			.hfp		= 10,
+			.hbp		= 10,
+
+			.vsw		= 2,
+			.vfp		= 4,
+			.vbp		= 11,
+		},
+		.acbi			= 0x0,
+		.acb			= 0x0,
+		.config			= OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
+						OMAP_DSS_LCD_IHS,
+		.power_on_delay		= 0,
+		.power_off_delay	= 0,
+		.name			= "seiko_70wvw1tz3",
+	},
 };
 
 struct panel_drv_data {
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCHv2 2/2] OMAP: DSS2: Support for Powertip PH480272T
  2011-05-03  7:07 [PATCHv2 0/2] OMAP: DSS: Support new dpi panels Enric Balletbo i Serra
  2011-05-03  7:07 ` [PATCHv2 1/2] OMAP: DSS2: Support for Seiko 70WVW1TZ3 Enric Balletbo i Serra
@ 2011-05-03  7:07 ` Enric Balletbo i Serra
  2011-05-03  7:54 ` [PATCHv2 0/2] OMAP: DSS: Support new dpi panels Tomi Valkeinen
  2 siblings, 0 replies; 4+ messages in thread
From: Enric Balletbo i Serra @ 2011-05-03  7:07 UTC (permalink / raw)
  To: tomi.valkeinen, linux-omap, linux-fbdev; +Cc: Enric Balletbo i Serra

Add support for Powertip PH480242T, a LCD 4.3inch (480x242) display
type with 24-bit RGB interface, to panel-generic-dpi.

Tested with IGEP v2 board.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
---
 drivers/video/omap2/displays/panel-generic-dpi.c |   25 ++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c
index 644d370..416e645 100644
--- a/drivers/video/omap2/displays/panel-generic-dpi.c
+++ b/drivers/video/omap2/displays/panel-generic-dpi.c
@@ -206,6 +206,31 @@ static struct panel_config generic_dpi_panels[] = {
 		.power_off_delay	= 0,
 		.name			= "seiko_70wvw1tz3",
 	},
+
+	/* Powertip PH480272T */
+	{
+		{
+			.x_res		= 480,
+			.y_res		= 272,
+
+			.pixel_clock	= 9000,
+
+			.hsw		= 40,
+			.hfp		= 2,
+			.hbp		= 2,
+
+			.vsw		= 10,
+			.vfp		= 2,
+			.vbp		= 2,
+		},
+		.acbi			= 0x0,
+		.acb			= 0x0,
+		.config			= OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
+					  OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IEO,
+		.power_on_delay		= 0,
+		.power_off_delay	= 0,
+		.name			= "powertip_ph480272t",
+	},
 };
 
 struct panel_drv_data {
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCHv2 0/2] OMAP: DSS: Support new dpi panels
  2011-05-03  7:07 [PATCHv2 0/2] OMAP: DSS: Support new dpi panels Enric Balletbo i Serra
  2011-05-03  7:07 ` [PATCHv2 1/2] OMAP: DSS2: Support for Seiko 70WVW1TZ3 Enric Balletbo i Serra
  2011-05-03  7:07 ` [PATCHv2 2/2] OMAP: DSS2: Support for Powertip PH480272T Enric Balletbo i Serra
@ 2011-05-03  7:54 ` Tomi Valkeinen
  2 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2011-05-03  7:54 UTC (permalink / raw)
  To: Enric Balletbo i Serra; +Cc: linux-omap, linux-fbdev

On Tue, 2011-05-03 at 09:07 +0200, Enric Balletbo i Serra wrote:
> Hi all,
> 
> These patches add support for two new panels to the generic-dpi-panel.
> 
> The first patch adds support for the Seiko 70WVW1TZ3 LCD panel, and the second
> adds support for the Powertip PH480272T LCD panel.
> 
> Tested with an IGEP v2 board.
> 
> Changes since v1:
>   - Change the names of both panels in the panel_config struct to
>     include the name of the manufacturer.
>   - Mention the board which uses those panels.
> 
> Please consider to add in next merge window, thanks,
> 
> Enric Balletbo i Serra (2):
>   OMAP: DSS2: Support for Seiko 70WVW1TZ3
>   OMAP: DSS2: Support for Powertip PH480272T
> 
>  drivers/video/omap2/displays/panel-generic-dpi.c |   50 ++++++++++++++++++++++
>  1 files changed, 50 insertions(+), 0 deletions(-)

Thanks, applied to DSS tree.

 Tomi




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-03  7:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03  7:07 [PATCHv2 0/2] OMAP: DSS: Support new dpi panels Enric Balletbo i Serra
2011-05-03  7:07 ` [PATCHv2 1/2] OMAP: DSS2: Support for Seiko 70WVW1TZ3 Enric Balletbo i Serra
2011-05-03  7:07 ` [PATCHv2 2/2] OMAP: DSS2: Support for Powertip PH480272T Enric Balletbo i Serra
2011-05-03  7:54 ` [PATCHv2 0/2] OMAP: DSS: Support new dpi panels Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).