HomeSort by: relevance | last modified time | path
    Searched defs:ttm_tt_unpopulate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_tt.c 257 ttm_tt_unpopulate(ttm);
581 ttm_tt_unpopulate(ttm);
645 void ttm_tt_unpopulate(struct ttm_tt *ttm) function in typeref:typename:void
651 if (ttm->bdev->driver->ttm_tt_unpopulate)
652 ttm->bdev->driver->ttm_tt_unpopulate(ttm);
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 253 * ttm_tt_unpopulate
259 void (*ttm_tt_unpopulate)(struct ttm_tt *ttm); member in struct:ttm_bo_driver

Completed in 15 milliseconds