commit | a4f64205dc963b67f0d59f31a7ef6006a6ed0778 | [log] [tgz] |
---|---|---|
author | Michael Street <mstreet@codeaurora.org> | Tue Oct 30 13:36:34 2012 -0700 |
committer | Michael Street <mstreet@codeaurora.org> | Tue Oct 30 15:00:06 2012 -0700 |
tree | 8d85e6e0b6b29082a757f70e950346404f335f00 | |
parent | 14987db07c841eef246cb636d6117fada87d2e55 [diff] |
msm: kgsl: Using ion allocation instead of pmem for GEM In GEM object allocations that are requested to be in physical memory, pmem was used in the past. Since pmem has been replaced with ion, we have updated the code to use ion to manage memory in DRM/GEM that needs to be shared with MDP. Change-Id: I245b863ada6778d2206baf59a98124d39ee89d4a Signed-off-by: Michael Street <mstreet@codeaurora.org>