commit | 1d8fd163b8b5c1c3960bc3846285d4956694846b | [log] [tgz] |
---|---|---|
author | Shubhraprakash Das <sadas@codeaurora.org> | Tue Nov 05 10:24:44 2013 -0700 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Tue Nov 05 11:37:11 2013 -0700 |
tree | 355284bdb8a4c3550e46f24b5570d203f539b3cf | |
parent | 2371c9bae69c0298fb2bad47c91cb0889ce57f03 [diff] |
msm: kgsl: Store process private pointer in context Store the process private pointer in the context. Earlier the process private pointer was referenced through the dev_priv pointer in the context, but the dev_priv pointer can be destroyed before the context process private so store this pointer locally. Change-Id: Ic07680b79db55d6306306bd61bda5a1288813914 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>