[PATCH] drm: rip out vma accounting for gem mmaps

2012-12-18 Thread Daniel Vetter
Doesn't really add anything which can't be figured out through proc files. And more clearly separates the new gem mmap handling code from the old drm maps mmap handling code, which is surely a good thing. Cc: Martin Peres Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_gem.c | 11 +-

[PATCH] drm: rip out vma accounting for gem mmaps

2012-12-18 Thread Chris Wilson
On Tue, 18 Dec 2012 14:57:45 +0100, Daniel Vetter wrote: > Doesn't really add anything which can't be figured out through > proc files. (grep /dev/dri /proc/$pid/maps) > And more clearly separates the new gem mmap handling > code from the old drm maps mmap handling code, which is surely a > goo

Re: [PATCH] drm: rip out vma accounting for gem mmaps

2012-12-18 Thread Chris Wilson
On Tue, 18 Dec 2012 14:57:45 +0100, Daniel Vetter wrote: > Doesn't really add anything which can't be figured out through > proc files. (grep /dev/dri /proc/$pid/maps) > And more clearly separates the new gem mmap handling > code from the old drm maps mmap handling code, which is surely a > goo

[PATCH] drm: rip out vma accounting for gem mmaps

2012-12-18 Thread Daniel Vetter
Doesn't really add anything which can't be figured out through proc files. And more clearly separates the new gem mmap handling code from the old drm maps mmap handling code, which is surely a good thing. Cc: Martin Peres Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_gem.c | 11 +-