Home
last modified time | relevance | path

Searched refs:ttm_tt_unpopulate (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c357 ttm_tt_unpopulate(bdev, ttm); in ttm_tt_swapout()
411 ttm_tt_unpopulate(bdev, ttm); in ttm_tt_populate()
432 void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_unpopulate() function
437 if (bdev->funcs->ttm_tt_unpopulate) in ttm_tt_unpopulate()
438 bdev->funcs->ttm_tt_unpopulate(bdev, ttm); in ttm_tt_unpopulate()
451 EXPORT_SYMBOL_FOR_TESTS_ONLY(ttm_tt_unpopulate);
H A Dttm_bo_util.c777 ttm_tt_unpopulate(bo->bdev, bo->ttm); in ttm_bo_pipeline_gutting()
/linux/include/drm/ttm/
H A Dttm_device.h97 void (*ttm_tt_unpopulate)(struct ttm_device *bdev, member
H A Dttm_tt.h263 void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm);
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_tt_test.c314 ttm_tt_unpopulate(devs->ttm_dev, tt); in ttm_tt_unpopulate_basic()
333 ttm_tt_unpopulate(devs->ttm_dev, tt); in ttm_tt_unpopulate_empty_ttm()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c551 .ttm_tt_unpopulate = &vmw_ttm_unpopulate,
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c245 .ttm_tt_unpopulate = lsdc_ttm_tt_unpopulate,
/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c670 .ttm_tt_unpopulate = &radeon_ttm_tt_unpopulate,