linux/drivers/gpu/drm/ttm
Maarten Lankhorst 5e45d7dfd7 drm/ttm: add ttm_bo_reserve_slowpath
Instead of dropping everything, waiting for the bo to be unreserved
and trying over, a better strategy would be to do a blocking wait.

This can be mapped a lot better to a mutex_lock-like call.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
2013-01-15 14:57:05 +01:00
..
Makefile
ttm_agp_backend.c
ttm_bo.c drm/ttm: add ttm_bo_reserve_slowpath 2013-01-15 14:57:05 +01:00
ttm_bo_manager.c
ttm_bo_util.c
ttm_bo_vm.c
ttm_execbuf_util.c drm/ttm: cleanup ttm_eu_reserve_buffers handling 2013-01-15 14:56:48 +01:00
ttm_lock.c
ttm_memory.c
ttm_module.c
ttm_object.c
ttm_page_alloc.c
ttm_page_alloc_dma.c
ttm_tt.c