Skip to content

Commit

Permalink
OMAP: DSS2: DISPC: remove finegrained clk enables/disables
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomi Valkeinen committed Jul 25, 2011
1 parent aea4eb9 commit e6d80f9
Showing 1 changed file with 19 additions and 146 deletions.
Loading

0 comments on commit e6d80f9

Please sign in to comment.