Searched refs:move_notify (Results 1 – 3 of 3) sorted by relevance
456 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()457 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()464 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()465 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()477 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem()481 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()527 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use()528 bo->bdev->driver->move_notify(bo, NULL); in ttm_bo_cleanup_memtype_use()
435 void (*move_notify)(struct ttm_buffer_object *bo, member
695 .move_notify = &radeon_bo_move_notify,