[PATCH 2/2] drm/ttm: ensure ttm for new node is bound before calling move_notify()

2011-08-22 Thread skeg...@gmail.com
From: Ben Skeggs 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 --- drivers

[PATCH 2/2] drm/ttm: ensure ttm for new node is bound before calling move_notify()

2011-08-21 Thread skeggsb
From: Ben Skeggs 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 --- drivers