[PATCH 12/19] drm/bufs: remove handling of _DRM_GEM mappings

2013-11-03 Thread David Herrmann
Hi Daniel On Sun, Nov 3, 2013 at 2:31 PM, Daniel Vetter wrote: > Gone with the new gem vma offset manager from David. > > We can also ditch the uapi header definition from the enum since > userspace never used this. It ended up in there purely for historical > reasons (for reusing the old drm mma

[PATCH 12/19] drm/bufs: remove handling of _DRM_GEM mappings

2013-11-03 Thread Daniel Vetter
Gone with the new gem vma offset manager from David. We can also ditch the uapi header definition from the enum since userspace never used this. It ended up in there purely for historical reasons (for reusing the old drm mmap code essentially), not because userspace ever needed it. Cc: David Herr