commit | 7357dcd8b39cf60a1b95995c4aff992b59dfd3c1 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Thu Feb 21 15:40:32 2019 -0800 |
committer | John Stultz <john.stultz@linaro.org> | Mon Dec 16 20:43:12 2019 +0000 |
tree | 4c60522b5f9aab2d60a8761a734c53038aa29c0b | |
parent | cd76b134a51086ca11dcc5a8c9f894b3b78c9953 [diff] |
gralloc960: Clean up previous ion api rework Some of the work done for the ION 4.12+ ABI change could be done in a cleaner fashion. This tries to consolidate the logic so we have less conditional switching depending on if we're using legacy code or not, and also utilizes ion_alloc_fd() to simplify the older ion_alloc usage. Change-Id: I0891814663eaf26c7a9625331c2fc2db93700d0f Signed-off-by: John Stultz <john.stultz@linaro.org>