]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: don't check dispc timings for DSI
authorSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 23 May 2019 20:07:54 +0000 (22:07 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 10 Jun 2019 14:04:15 +0000 (17:04 +0300)
commite94ced70a870ebe32ad6451658ae7e7ac0c97855
treed519e2669d4b5de3ea4402ac67a077a06d575691
parentc15b706bc75bb692f00741e40c8bccbc746f5416
drm/omap: don't check dispc timings for DSI

While most display types only forward their VM to the DISPC, this
is not true for DSI. DSI calculates the VM for DISPC based on its
own, but it's not identical. Actually the DSI VM is not even a valid
DISPC VM making this check fail. Let's restore the old behaviour
and avoid checking the DISPC VM for DSI here.

Fixes: 51b31c61e07b ("drm/omap: Call dispc timings check operation directly")
Acked-by: Pavel Machek <pavel@ucw.cz>
Tested-by: Tony Lindgren <tony@atomide.com>
Tested-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c