Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_api.h660 int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type);
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1394 int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type) in ttm_bo_evict_mm() function
1410 EXPORT_SYMBOL(ttm_bo_evict_mm);
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_debugfs.c924 seq_printf(m, "(%d)\n", ttm_bo_evict_mm(&adev->mman.bdev, TTM_PL_TT)); in amdgpu_debugfs_evict_gtt()
H A Damdgpu_object.c1032 return ttm_bo_evict_mm(&adev->mman.bdev, TTM_PL_VRAM); in amdgpu_bo_evict_vram()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_object.c428 return ttm_bo_evict_mm(&rdev->mman.bdev, TTM_PL_VRAM); in radeon_bo_evict_vram()