commit | 85f8bbce728076b93e9bcb4b59bfc6c03de4a90e | [log] [tgz] |
---|---|---|
author | Benet Clark <benetc@codeaurora.org> | Wed Jan 08 18:31:41 2014 -0800 |
committer | Benet Clark <benetc@codeaurora.org> | Wed Jan 08 18:59:10 2014 -0800 |
tree | 9fccec28bf1a8c776c1e32d5a84ade6a791a9cdf | |
parent | d41fb26815dfbbff930f19b6978b31eadda2c154 [diff] |
msm: mdss: Fix ARGC error when writing LUT to registers When updating the ARGC LUT registers, the data is incorrectly written such that the arrays are off by one index. This patch fixes that error by starting from the correct index. Also, when the READ flag is enabled for ARGC, the dirty flag is no longer set. Change-Id: I7e8e19c51d5891cd11344a425f1a8ac47d57368c Signed-off-by: Benet Clark <benetc@codeaurora.org>