mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user