original_kernel/drivers/gpu/drm/ttm
Ben Skeggs 8d3bb23609 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>
2011-08-23 09:38:30 +01:00
..
Makefile
ttm_agp_backend.c
ttm_bo.c drm/ttm: ensure ttm for new node is bound before calling move_notify() 2011-08-23 09:38:30 +01:00
ttm_bo_manager.c
ttm_bo_util.c drm/ttm: unbind ttm before destroying node in accel move cleanup 2011-08-23 09:35:16 +01:00
ttm_bo_vm.c
ttm_execbuf_util.c
ttm_lock.c
ttm_memory.c
ttm_module.c
ttm_object.c
ttm_page_alloc.c
ttm_tt.c