commit | 3fcdb3301fc08eabfe82d75bcbb2d8545de7fdbf | [log] [tgz] |
---|---|---|
author | Ranjhith Kalisamy <ranjhith@codeaurora.org> | Fri Sep 02 20:01:06 2011 +0530 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:17:54 2011 -0700 |
tree | 9b828dfb4c80fed7da1f348383b57cf3f431ca94 | |
parent | 3246739c232742f67e8bab8b2ddbf6a30580ef8d [diff] |
msm: kgsl: Prevent writes to ringbuffer WPTR from being dropped Sometimes, the writes to ringbuffer WPTR register are dropped. This will make the GPU to go to idle before completing all the commands that it is submitted with. This workaround prevents the writes from being dropped. CRs-Fixed: 302173 Signed-off-by: Ranjhith Kalisamy <ranjhith@codeaurora.org>