From 7077e8ff21a5cb0ca7f953d4948c363d6dcbf5c3 Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Wed, 22 Feb 2012 12:23:16 +0530 Subject: [PATCH] OMAPDSS: MANAGER/APPLY: Add runtime_pm protection around wait_for_go/vsync functions If DSS suspends within the functions dss_mgr_wait_for_go(), dss_mgr_wait_for_go_ovl() or dss_mgr_wait_for_vsync(). It may lose it's clock and lead to a register access failure. Request runtime_pm around these functions. [archit@ti.com: Moved runtime_pm calls to wait_for_go/vsync functions rather then calling them from omap_dispc_wait_for_irq_interruptible_timeout()] [notasas@gmail.com: backported from 3.4] Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed