| commit | 7501d450f5791e17d3be9cbd0f991c02c131d7bb | [log] [tgz] |
|---|---|---|
| author | Jordan Crouse <jcrouse@codeaurora.org> | Thu Apr 19 08:58:44 2012 -0600 |
| committer | Jordan Crouse <jcrouse@codeaurora.org> | Fri Apr 20 09:38:48 2012 -0600 |
| tree | acbc42d5e74577215f1f7aecd619e3e890859adb | |
| parent | cafb63a555c9dfb9960f503d9e697a6a87a31bc1 [diff] |
msm: kgsl: Cleanup a superfluous structure in kgsl_device.h struct kgsl_memregion was used to store the MMIO and GMEM addressing for KGSL and adreno but it didn't serve much purpose other than another level of redirection in the structures. Remove it and add the necessary pointer and size members directly to the KGSL and adreno structs. Change-Id: Ic0dedbad8ec3f0a2c63383fa451cc39a25cab087 Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>