projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0856eba
)
OMAPDSS: DISPC: fix mflag offset
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 29 Sep 2014 20:46:15 +0000
(20:46 +0000)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 08:33:10 +0000
(11:33 +0300)
The register offset for DISPC_OVL_MFLAG_THRESHOLD is wrong, fix it.
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 78edb449c763bf3efc448c3d95c4bd459c3c9002..3043d6e0a5f93c465f7da73b96b308632a4c6c5f 100644
(file)
--- a/
drivers/video/fbdev/omap2/dss/dispc.h
+++ b/
drivers/video/fbdev/omap2/dss/dispc.h
@@
-101,8
+101,7
@@
DISPC_FIR_COEF_V2_OFFSET(n, i))
#define DISPC_OVL_PRELOAD(n) (DISPC_OVL_BASE(n) + \
DISPC_PRELOAD_OFFSET(n))
-#define DISPC_OVL_MFLAG_THRESHOLD(n) (DISPC_OVL_BASE(n) + \
- DISPC_MFLAG_THRESHOLD_OFFSET(n))
+#define DISPC_OVL_MFLAG_THRESHOLD(n) DISPC_MFLAG_THRESHOLD_OFFSET(n)
/* DISPC up/downsampling FIR filter coefficient structure */
struct dispc_coef {