commit | ac89328c6e9747956c5b0a7fad79cc61dd278d67 | [log] [tgz] |
---|---|---|
author | Benet Clark <benetc@codeaurora.org> | Mon Mar 17 17:53:35 2014 -0700 |
committer | Benet Clark <benetc@codeaurora.org> | Tue Mar 18 11:45:56 2014 -0700 |
tree | a4ff0603427c95937d37d0ecf295ab99417860bb | |
parent | 16ff41ab54ce50a32d98728314b978e7c8ff130c [diff] |
msm: mdss: Move histogram completion initialization to pp_init The histogram completion structure only needs to be initialized fully once, and this can be done when the pp resource structure is created. Otherwise, when enabling the histograms, it is sufficient to use the reusable INIT_COMPLETION, in order to avoid any wait_queue errors. Change-Id: Id4bfb19c91bd5ab07c01a5eb347ba50621fe8a97 Signed-off-by: Benet Clark <benetc@codeaurora.org>