Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/tegra: gem: Return 64-bit offset for mmap(2)
On 64-bit targets, tegra_gem_mmap() only returns a partial offset to userspace. As such, subsequent calls to mmap(2) may fail. Change the arguments to use a 64-bit offset to fix this. Signed-off-by: Sean Paul <[email protected]> Acked-by: Erik Faye-Lund <[email protected]> [[email protected]: tweak commit message] Signed-off-by: Thierry Reding <[email protected]>
- Loading branch information