We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806fd6d commit 2799804Copy full SHA for 2799804
include/drm/ttm/ttm_bo.h
@@ -355,8 +355,6 @@ int ttm_bo_validate(struct ttm_buffer_object *bo,
355
void ttm_bo_put(struct ttm_buffer_object *bo);
356
void ttm_bo_set_bulk_move(struct ttm_buffer_object *bo,
357
struct ttm_lru_bulk_move *bulk);
358
-int ttm_bo_lock_delayed_workqueue(struct ttm_device *bdev);
359
-void ttm_bo_unlock_delayed_workqueue(struct ttm_device *bdev, int resched);
360
bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
361
const struct ttm_place *place);
362
int ttm_bo_init_reserved(struct ttm_device *bdev, struct ttm_buffer_object *bo,
0 commit comments