Remove the buffer manager mutex. Use dev->struct_mutex instead.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Thu, 31 Aug 2006 13:36:40 +0000 (15:36 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Thu, 31 Aug 2006 13:36:40 +0000 (15:36 +0200)
commit03c137c5f8d44c374406efe19c01105fcf34d583
tree210be3fbc22ec4cb252bccb7a1579ce2b16a36de
parentec8c79b79de6544cc09b5a2c85213a5f30e0d906
Remove the buffer manager mutex. Use dev->struct_mutex instead.
Add a function to free buffers on hold for destruction if their
  fence object has expired.
Add a timer to periodically call that function when there are
  buffers pending deletion.
linux-core/drmP.h
linux-core/drm_bo.c