diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index e8cd6d20aed2..7a39ab9aa1d1 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h | |||
@@ -545,6 +545,15 @@ extern int ttm_tt_set_user(struct ttm_tt *ttm, | |||
545 | extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); | 545 | extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); |
546 | 546 | ||
547 | /** | 547 | /** |
548 | * ttm_tt_populate: | ||
549 | * | ||
550 | * @ttm: The struct ttm_tt to contain the backing pages. | ||
551 | * | ||
552 | * Add backing pages to all of @ttm | ||
553 | */ | ||
554 | extern int ttm_tt_populate(struct ttm_tt *ttm); | ||
555 | |||
556 | /** | ||
548 | * ttm_ttm_destroy: | 557 | * ttm_ttm_destroy: |
549 | * | 558 | * |
550 | * @ttm: The struct ttm_tt. | 559 | * @ttm: The struct ttm_tt. |