commit | 49fd08baa36ac10b13ea7b23fc6bbee8b4a6fcfe | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Mon May 08 14:35:01 2017 -0600 |
committer | Rob Clark <robdclark@gmail.com> | Fri Jun 16 11:15:47 2017 -0400 |
tree | 9d167c6ce28adbf1aeed4bae9497dc315d96927c | |
parent | e895c7bd31f5ca7dbd315001cfbdcaee98ee16c4 [diff] |
drm/msm: Add hint to DRM_IOCTL_MSM_GEM_INFO to return an object IOVA Modify the 'pad' member of struct drm_msm_gem_info to 'flags'. If the user sets 'flags' to non-zero it means that they want a IOVA for the GEM object instead of a mmap() offset. Return the iova in the 'offset' member. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> [robclark: s/hint/flags in commit msg] Signed-off-by: Rob Clark <robdclark@gmail.com>