mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-16 15:57:39 +07: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;
|
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…
Reference in New Issue
Block a user