drm/ttm: call ttm_bo_wait while inside a reservation
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Tue, 21 Jan 2014 12:07:01 +0000 (13:07 +0100)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Mon, 1 Sep 2014 08:16:43 +0000 (10:16 +0200)
commit7040138ff85501931138970663a988f48c0666f0
tree66152b3f394328070d4dbe409fd5fddbb5bc069e
parentbdaf7ddf652ef51fd363b052e320711c06f6f553
drm/ttm: call ttm_bo_wait while inside a reservation

This is the last remaining function that doesn't use the reservation
lock completely to fence off access to a buffer.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
drivers/gpu/drm/ttm/ttm_bo.c