提交 c2c06335 编写于 作者: T Tomi Valkeinen

OMAPDSS: fix DISPC_MFLAG_THRESHOLD_OFFSET for WB

DISPC_MFLAG_THRESHOLD_OFFSET() is missing the offset for WB. Add the
offset.
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 e5f80917
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册