From: Maarten Lankhorst Date: Tue, 15 Jan 2013 13:57:20 +0000 (+0100) Subject: drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2 X-Git-Tag: v3.9-rc1~83^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c354c893dd57aac11f5d96ada7c47a20fe090a6e;p=pandora-kernel.git drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2 Similar rationale to the identical commit in drm/ttm. Instead of only waiting for unreservation, we make sure we actually own the reservation, then retry to get the rest. Changes since v1: - Increase the seqno before calling ttm_bo_reserve_slowpath Signed-off-by: Maarten Lankhorst Reviewed-by: Jerome Glisse --- Reading git-diff-tree failed