Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/drm2/ttm/
Dttm_bo_api.h598 extern int ttm_bo_clean_mm(struct ttm_bo_device *bdev, unsigned mem_type);
Dttm_bo.c1391 int ttm_bo_clean_mm(struct ttm_bo_device *bdev, unsigned mem_type) in ttm_bo_clean_mm() function
1547 if ((i != TTM_PL_SYSTEM) && ttm_bo_clean_mm(bdev, i)) { in ttm_bo_device_release()
1622 ttm_bo_clean_mm(bdev, 0); in ttm_bo_device_init()
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_ttm.c776 ttm_bo_clean_mm(&rdev->mman.bdev, TTM_PL_VRAM); in radeon_ttm_fini()
777 ttm_bo_clean_mm(&rdev->mman.bdev, TTM_PL_TT); in radeon_ttm_fini()