From: Ben Skeggs Date: Mon, 22 Aug 2011 03:15:05 +0000 (+0000) Subject: drm/ttm: ensure ttm for new node is bound before calling move_notify() X-Git-Tag: v3.1-rc4~56^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d3bb23609d4ae22803a15d232289fc09a7b61c4;p=pandora-kernel.git drm/ttm: ensure ttm for new node is bound before calling move_notify() This was true for new TTM_PL_SYSTEM and new TTM_PL_TT cases, but wasn't the case on TTM_PL_SYSTEM<->TTM_PL_TT moves, which causes trouble on some paths as nouveau's move_notify() hook requires that the dma addresses be valid at this point. Signed-off-by: Ben Skeggs Signed-off-by: Dave Airlie --- Reading git-diff-tree failed