commit | c0ee9794693c1ff5bf540fc642fac954e39234a0 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Wed Nov 07 15:35:48 2018 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Tue Dec 11 13:05:31 2018 -0500 |
tree | 1ca89be98fadad513d8abcf896abff892dd0879f | |
parent | 70dc51b447f570ba3881e289b8134d364977a6f0 [diff] |
drm/msm: Split msm_gem_get_iova into two steps Split the operation of msm_gem_get_iova into two operations: 1) allocate an iova and 2) map (pin) the backing memory int the iommu. This is the first step toward allowing memory pinning to occur independently of the iova management. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>