commit | c81a3c6d1891a0dd33a5b91ed2fa14243125ec68 | [log] [tgz] |
---|---|---|
author | Jeremy Gebben <jgebben@codeaurora.org> | Tue Feb 07 16:10:23 2012 -0700 |
committer | Jeremy Gebben <jgebben@codeaurora.org> | Mon Feb 13 12:52:28 2012 -0700 |
tree | de8d80fb26b230fe81fa055e7dd85978424beec4 | |
parent | fd87f9ac2c7dd9b8931c7109c9999584846f6414 [diff] |
msm: kgsl: change timestamp frees to use kgsl_event The timestamp memqueue was unsorted, which could cause memory to not be freed soon enough. The kgsl_event list is sorted and does almost exactly the same thing as the memqueue did, so freememontimestamp is now implemented using the kgsl_event list. CRs-Fixed: 327647 Change-Id: Ia93431bc5f31a9286cc78a92271b43a3a6ac9baf Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>