winsys/svga: Remove some unneeded debug code
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 19 Oct 2011 11:49:09 +0000 (13:49 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 19 Oct 2011 13:33:26 +0000 (15:33 +0200)
commit60f67cd1f17d13c0be3caa9a8c0b9a4600970230
treeeba6a97a0efce5800214859aff056a5a39eb0bfb
parent116b7bb5eac836953fbfbc627cabca4a7ee39937
winsys/svga: Remove some unneeded debug code

This code isn't really relevant since the kernel takes care not
to destroy busy GMR buffers.

Also with the advent of fence objects, the code was incorrect since
it didn't refcount fence handles.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
src/gallium/winsys/svga/drm/vmw_buffer.c