[PATCH libdrm] tegra: Sync with Linux kernel UAPI header

2016-04-07 Thread Emil Velikov
On 31 March 2016 at 15:09, Daniel Vetter wrote: > On Thu, Mar 31, 2016 at 12:41:10PM +0200, Thierry Reding wrote: >> From: Thierry Reding >> >> Update the UAPI header to the latest version in the Linux kernel. This >> changes the struct drm_tegra_gem_mmap to properly handle offsets on 64- >> bit

[PATCH libdrm] tegra: Sync with Linux kernel UAPI header

2016-03-31 Thread Daniel Vetter
On Thu, Mar 31, 2016 at 12:41:10PM +0200, Thierry Reding wrote: > From: Thierry Reding > > Update the UAPI header to the latest version in the Linux kernel. This > changes the struct drm_tegra_gem_mmap to properly handle offsets on 64- > bit architectures. > > See commit bdf765071a8b ("drm/tegra

[PATCH libdrm] tegra: Sync with Linux kernel UAPI header

2016-03-31 Thread Thierry Reding
From: Thierry Reding Update the UAPI header to the latest version in the Linux kernel. This changes the struct drm_tegra_gem_mmap to properly handle offsets on 64- bit architectures. See commit bdf765071a8b ("drm/tegra: gem: Return 64-bit offset for mmap(2)") in the Linux kernel (as of v4.1). S