commit | e6d80f950a77ca48eada6457a290dc5471e1dd73 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 19 14:12:26 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jul 25 10:22:05 2011 +0300 |
tree | 79ccbe680e6d777375282e318b3fe19dd40f9c2b | |
parent | aea4eb9590c6fa36e1b68b9cf5c3e4ddea402812 [diff] |
OMAP: DSS2: DISPC: remove finegrained clk enables/disables dispc.c enables and disables clocks in almost every function to make sure the clocks are enabled when the function is called. This is rather unoptimal way to handle the problem. With pm_runtime other components have to call dispc_runtime_get() to enable dispc clocks before calling any other dispc functions. Thus the finegrained clk enables/disables can be removed. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>