Home
last modified time | relevance | path

Searched refs:ttm_pool_unpopulate (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc.h57 extern void ttm_pool_unpopulate(struct ttm_tt *ttm);
H A Dttm_page_alloc.c860 ttm_pool_unpopulate(ttm); in ttm_pool_populate()
867 ttm_pool_unpopulate(ttm); in ttm_pool_populate()
875 ttm_pool_unpopulate(ttm); in ttm_pool_populate()
884 void ttm_pool_unpopulate(struct ttm_tt *ttm) in ttm_pool_unpopulate() function
H A Dttm_agp_backend.c131 ttm_pool_unpopulate(ttm); in ttm_agp_tt_unpopulate()