Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310306
b: refs/heads/master
c: 3dd606e
h: refs/heads/master
v: v3
  • Loading branch information
Jan Weitzel authored and Tomi Valkeinen committed Apr 23, 2012
1 parent 6ff4101 commit 2657fd6
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f366162d213f21d9d77560429085033278830c5
refs/heads/master: 3dd606e435b36f8461d4c89227a41ac6976969c3
63 changes: 63 additions & 0 deletions trunk/drivers/video/omap2/displays/panel-generic-dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,69 @@ static struct panel_config generic_dpi_panels[] = {
.config = OMAP_DSS_LCD_TFT,
.name = "edt_et0500g0dh6",
},

/* Prime-View PD050VL1 */
{
{
.x_res = 640,
.y_res = 480,

.pixel_clock = 25000,

.hsw = 96,
.hfp = 18,
.hbp = 46,

.vsw = 2,
.vfp = 10,
.vbp = 33,
},
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IPC,
.name = "primeview_pd050vl1",
},

/* Prime-View PM070WL4 */
{
{
.x_res = 800,
.y_res = 480,

.pixel_clock = 32000,

.hsw = 128,
.hfp = 42,
.hbp = 86,

.vsw = 2,
.vfp = 10,
.vbp = 33,
},
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IPC,
.name = "primeview_pm070wl4",
},

/* Prime-View PD104SLF */
{
{
.x_res = 800,
.y_res = 600,

.pixel_clock = 40000,

.hsw = 128,
.hfp = 42,
.hbp = 86,

.vsw = 4,
.vfp = 1,
.vbp = 23,
},
.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IPC,
.name = "primeview_pd104slf",
},
};

struct panel_drv_data {
Expand Down

0 comments on commit 2657fd6

Please sign in to comment.