Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/ttm/
HDttm_bo_api.h619 extern int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type);
HDttm_bo.c1420 int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type) in ttm_bo_evict_mm() function
/NextBSD/sys/dev/drm2/radeon/
HDradeon_object.c310 return ttm_bo_evict_mm(&rdev->mman.bdev, TTM_PL_VRAM); in radeon_bo_evict_vram()