OSDN Git Service

OMAPDSS: workaround for MFLAG + NV12 issue
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 19 Nov 2014 10:50:16 +0000 (12:50 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Feb 2015 10:15:14 +0000 (12:15 +0200)
commitfe59e5cf4abb922d37caea2ced6331cce48fb8b8
tree034c50bc3ff80ba7c89a018dd5177bbab2109e2b
parentc64aa3a6600fa5ab25c3ff535d134c8f09add5aa
OMAPDSS: workaround for MFLAG + NV12 issue

It was found that having two displays enabled and having an NV12 overlay
on one of the displays will cause underflows/synclosts. Debugging this
pointed to some issue with MFLAG.

It is unclear why this issue is happening, but it looks like there is a
HW bug related to MFLAG and FIFO management. Disabling MFLAG makes this
issue go away, but then we lose the benefit of MFLAG. Also forcing MFLAG
always on makes the issue go away.

Also, using certain values for MFLAG_START, MFLAG thresholds and PRELOAD
makes the issue go away, but there was no obvious logic to which values
work and which don't.

As a workaround until more information about this is found, force MFLAG
always on to make NV12 usable.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/dispc.c