projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f8091
)
OMAPDSS: fix DISPC_MFLAG_THRESHOLD_OFFSET for WB
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 4 Nov 2015 15:10:41 +0000
(17:10 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 29 Dec 2015 09:06:24 +0000
(11:06 +0200)
DISPC_MFLAG_THRESHOLD_OFFSET() is missing the offset for WB. Add the
offset.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dispc.h
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/omap2/dss/dispc.h
b/drivers/video/fbdev/omap2/dss/dispc.h
index 3043d6e0a5f93c465f7da73b96b308632a4c6c5f..483744223dd1a34bb06a08777c3886d721d963d3 100644
(file)
--- a/
drivers/video/fbdev/omap2/dss/dispc.h
+++ b/
drivers/video/fbdev/omap2/dss/dispc.h
@@
-908,6
+908,8
@@
static inline u16 DISPC_MFLAG_THRESHOLD_OFFSET(enum omap_plane plane)
return 0x0868;
case OMAP_DSS_VIDEO3:
return 0x086c;
+ case OMAP_DSS_WB:
+ return 0x0870;
default:
BUG();
return 0;