]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit17cc63153c896d1a686a344d1a3899b36db33caa
tree60349ecc7344001b3824529be376b4677012583d
parenta34819ac66bfe895a3eb49f6150365658b7c2e26
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]