Generic DRM support base-class support for user-space objects, like
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Mon, 21 Aug 2006 18:30:19 +0000 (20:30 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Mon, 21 Aug 2006 18:30:19 +0000 (20:30 +0200)
commit42c2cfcf7d5730a2961d425228e042f533b312fa
tree50cd98133445a2e3af6309f35c7bdf7af5603eaa
parent11f9e404fb66927146de30227fa05c5485aa1726
Generic DRM support base-class support for user-space objects, like
fence objects and buffer objects:
Refcounting,
Inter-process sharing,
Synchronization
Destruction.
linux-core/Makefile.kernel
linux-core/drmP.h
linux-core/drm_drv.c
linux-core/drm_fops.c
linux-core/drm_lock.c
linux-core/drm_object.c [new file with mode: 0644]
linux-core/drm_stub.c