diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2009-12-06 21:46:27 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-07 15:22:07 +1000 |
commit | 4bfd75cb08a362cb1df35dc6a5032d12843c6d87 (patch) | |
tree | 1363edb589855b593d916411bf3d2f2b5e6cfcf1 /include/drm/ttm | |
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/ttm')
-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, extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); /** + * ttm_tt_populate: + * + * @ttm: The struct ttm_tt to contain the backing pages. + * + * Add backing pages to all of @ttm + */ +extern int ttm_tt_populate(struct ttm_tt *ttm); + +/** * ttm_ttm_destroy: * * @ttm: The struct ttm_tt. |