diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2009-12-06 15:46:27 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-07 00:22:07 -0500 |
commit | 4bfd75cb08a362cb1df35dc6a5032d12843c6d87 (patch) | |
tree | 1363edb589855b593d916411bf3d2f2b5e6cfcf1 /include/drm | |
parent | c078aa2fc4d8e022c3b611e07b25ff77afdf9b73 (diff) |
drm/ttm: Export symbols needed for the vmwgfx driver.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
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. |