Searched refs:move_notify (Results 1 – 6 of 6) sorted by relevance
320 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()321 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()328 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()329 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()341 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem()345 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()393 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use()394 bo->bdev->driver->move_notify(bo, NULL); in ttm_bo_cleanup_memtype_use()
418 void (*move_notify)(struct ttm_buffer_object *bo, member
386 .move_notify = &qxl_bo_move_notify,
841 .move_notify = vmw_move_notify,
859 .move_notify = &radeon_bo_move_notify,
1610 .move_notify = nouveau_bo_move_ntfy,