[PATCH 5/7] drm/gem: free vma-node during object-cleanup

2014-02-05 Thread David Herrmann
ping On Mon, Jan 20, 2014 at 8:26 PM, David Herrmann wrote: > All drivers currently need to clean up the vma-node manually. There is no > fancy logic involved so lets just clean it up unconditionally. The > vma-manager correctly catches multiple calls so we are fine. > > Signed-off-by: David

[PATCH 5/7] drm/gem: free vma-node during object-cleanup

2014-01-20 Thread David Herrmann
All drivers currently need to clean up the vma-node manually. There is no fancy logic involved so lets just clean it up unconditionally. The vma-manager correctly catches multiple calls so we are fine. Signed-off-by: David Herrmann --- drivers/gpu/drm/drm_gem.c | 2 ++ 1 file changed, 2