OMAPDSS: fix DISPC_MFLAG_THRESHOLD_OFFSET for WB
DISPC_MFLAG_THRESHOLD_OFFSET() is missing the offset for WB. Add the offset. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
e5f809171a
commit
c2c06335ba
1 changed files with 2 additions and 0 deletions
|
@ -908,6 +908,8 @@ static inline u16 DISPC_MFLAG_THRESHOLD_OFFSET(enum omap_plane plane)
|
||||||
return 0x0868;
|
return 0x0868;
|
||||||
case OMAP_DSS_VIDEO3:
|
case OMAP_DSS_VIDEO3:
|
||||||
return 0x086c;
|
return 0x086c;
|
||||||
|
case OMAP_DSS_WB:
|
||||||
|
return 0x0870;
|
||||||
default:
|
default:
|
||||||
BUG();
|
BUG();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue