commit | a8bc8c6510d64b759644647a03f8aec55056bded | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Aug 15 15:42:40 2017 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Aug 17 17:57:18 2017 +0200 |
tree | d12efe90dde9f0938ac7c3a79a5c93a67c73ebef | |
parent | 6c68b71776e760c67f10fbdbe56908793a7b1763 [diff] |
drm/tegra: gem: Implement mmap() for PRIME buffers The mapping of PRIME buffers can reuse much of the GEM mapping code, so extract the common bits into a new tegra_gem_mmap() helper. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Thierry Reding <treding@nvidia.com>