OSDN Git Service

Drop destroy ioctls for fences and buffer objects.
authorKristian Høgsberg <krh@redhat.com>
Wed, 10 Oct 2007 01:09:31 +0000 (21:09 -0400)
committerDave Airlie <airlied@linux.ie>
Tue, 16 Oct 2007 11:03:05 +0000 (22:03 +1100)
commita69c85fec8ed323bffb1324ea08157b3897e97db
tree8af6864cc448c13e11ee52a5bda8912bbba54e90
parentdccefba71a65566e7e1628b3be67621866000411
Drop destroy ioctls for fences and buffer objects.

We now always create a drm_ref_object for user objects and this is then the only
things that holds a reference to the user object.  This way unreference on will
destroy the user object when the last drm_ref_object goes way.
libdrm/xf86drm.c
libdrm/xf86mm.h
linux-core/drmP.h
linux-core/drm_bo.c
linux-core/drm_drv.c
linux-core/drm_fence.c
linux-core/drm_fops.c
linux-core/drm_object.c
linux-core/drm_objects.h
shared-core/drm.h