projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d44610
)
OMAPDSS: DSI: Add new linebuffer size for OMAP5
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 22 Aug 2012 13:00:47 +0000
(16:00 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 24 Sep 2012 13:50:10 +0000
(16:50 +0300)
OMAP5's DSI has a larger line buffer than earlier OMAPs. This patch adds
support for this to the DSI driver.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dsi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/omap2/dss/dsi.c
b/drivers/video/omap2/dss/dsi.c
index a16c8b229ea717544d3057a8c21cef8f5f877f1c..0dc24f2689c72038d0326c3c10df3917ab0aa51d 100644
(file)
--- a/
drivers/video/omap2/dss/dsi.c
+++ b/
drivers/video/omap2/dss/dsi.c
@@
-2155,6
+2155,8
@@
static unsigned dsi_get_line_buf_size(struct platform_device *dsidev)
return 1194 * 3; /* 1194x24 bits */
case 6:
return 1365 * 3; /* 1365x24 bits */
+ case 7:
+ return 1920 * 3; /* 1920x24 bits */
default:
BUG();
return 0;