commit | f389606af78f0a8a32c32d9f4a0124afbc1d6a1f | [log] [tgz] |
---|---|---|
author | Sushmita Susheelendra <ssusheel@codeaurora.org> | Fri Aug 12 16:33:10 2011 -0600 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:17:07 2011 -0700 |
tree | 3e32e639fb453aabce20cb418198ae86498ed171 | |
parent | 0a8ad170516c9610d2c2781839ab97c6ec79fb04 [diff] |
msm: kgsl: Record missing memory writes to the cff dump The buffers memstore and dummyspace were being memset before memory for them was allocated and mapped. kgsl_cff_parse_ibs should record the write instead of returning upon encoutering a hostaddr with no physical addr. Writes to GMEM were not being recorded. Adding the mem syncs for that Signed-off-by: Sushmita Susheelendra <ssusheel@codeaurora.org>