commit | 30c60298d4ef488f34c008f1d76926d9fac536fb | [log] [tgz] |
---|---|---|
author | Manoj Rao <manojraj@codeaurora.org> | Thu May 30 12:20:02 2013 -0700 |
committer | Manoj Rao <manojraj@codeaurora.org> | Thu May 30 12:33:08 2013 -0700 |
tree | 16fecb15d042056daf7967ba0ab8af090454bf2b | |
parent | c1965640a04852c48834c2139e1f3d39a31ef221 [diff] |
msm8974: mdss: dsi: uncached alloc for dsi buffer Use uncached allocation for DSI buffers to avoid cache inconsistency issues introduced with SLUB DEBUG option enabled. With SLUB_DEBUG, the entries in cache are somehow polluted which results in incorrect dsi command values sent to the panel. This change avoids cached allocation by using dma allocation instead. Change-Id: Ib769e91d411bf856e7d2e860cff7c1188ff0236e CRs-Fixed: 488236 Signed-off-by: Manoj Rao <manojraj@codeaurora.org>