Commit c2c06335 authored by Tomi Valkeinen's avatar 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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment