Searched refs:move_notify (Results 1 – 5 of 5) sorted by relevance
324 .move_notify = NULL,
443 void (*move_notify)(struct ttm_buffer_object *bo, member
409 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()410 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()417 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()418 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
502 .move_notify = &radeon_bo_move_notify,
1103 .move_notify = nouveau_bo_move_ntfy,