Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2c06335 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;