drm/ttm: Add TTM execbuf utilities.
authorThomas Hellstrom <thellstrom@vmware.com>
Sun, 6 Dec 2009 20:46:26 +0000 (21:46 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 7 Dec 2009 05:22:05 +0000 (15:22 +1000)
commitc078aa2fc4d8e022c3b611e07b25ff77afdf9b73
tree60349ecc7344001b3824529be376b4677012583d
parent4aff1013f5e4ae08a24155c029a2c5e1a7929de6
drm/ttm: Add TTM execbuf utilities.

Utilities to reserve, unreserve and fence a list of TTM
buffer objects in a deadlock-safe manner.

Used by the vmwgfx driver.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ttm/Makefile
drivers/gpu/drm/ttm/ttm_execbuf_util.c [new file with mode: 0644]
include/drm/ttm/ttm_execbuf_util.h [new file with mode: 0644]