commit | 8d3bb23609d4ae22803a15d232289fc09a7b61c4 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Mon Aug 22 03:15:05 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Aug 23 09:38:30 2011 +0100 |
tree | f48c0874a1e5c25f39c140af99a3ba722142db98 | |
parent | eac2095398668f989a3dd8d00be1b87850d78c01 [diff] |
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 <bskeggs@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>