commit | 8223286d62e296fb762e11894fbdaa84f471915d | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Thu Jul 27 10:42:40 2017 -0600 |
committer | Rob Clark <robdclark@gmail.com> | Tue Aug 22 13:19:17 2017 -0400 |
tree | 2ff09fb48b0fb212ba9c2917d71ccaa20812aa40 | |
parent | 1267a4dfe045df42faea5fc1dfe379b480595406 [diff] |
drm/msm: Add a helper function for in-kernel buffer allocations Nearly all of the buffer allocations for kernel allocate an buffer object, virtual address and GPU iova at the same time. Make a helper function to handle the details. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> [dropped msm_fbdev conversion to new helper, since it interferes with display-handover work, where we want to separate allocation and mapping] Signed-off-by: Rob Clark <robdclark@gmail.com>