<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_driver.h' l='695' type='void ttm_tt_unwire(struct ttm_tt * ttm)'/>
<doc f='src/src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_driver.h' l='688'>/**
 * ttm_tt_unwire
 *
 * @ttm The struct ttm_tt.
 *
 * Unwire the pages of a ttm_tt.
 */</doc>
<def f='src/src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c' l='403' ll='418' type='void ttm_tt_unwire(struct ttm_tt * ttm)'/>
<doc f='src/src/sys/external/bsd/drm2/dist/drm/ttm/ttm_tt.c' l='395'>/*
 * ttm_tt_unwire(ttm)
 *
 *	Nullify the ttm page array and unwire the uvm pages of ttm.
 *	ttm must be unbound and must be marked swapped.  This does not
 *	change either state -- the caller is expected to include it
 *	among other operations for such a state transition.
 */</doc>
<use f='src/src/sys/external/bsd/drm2/ttm/ttm_bus_dma.c' l='100' u='c' c='ttm_bus_dma_populate'/>
<use f='src/src/sys/external/bsd/drm2/ttm/ttm_bus_dma.c' l='124' u='c' c='ttm_bus_dma_put'/>
