Searched refs:ttm_tt_unpopulate (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/ |
| H A D | ttm_tt.c | 212 ttm_tt_unpopulate(bdev, ttm); in ttm_tt_destroy_common() 397 ttm_tt_unpopulate(bdev, ttm); in ttm_tt_swapout() 457 void ttm_tt_unpopulate(struct ttm_bo_device *bdev, in ttm_tt_unpopulate() function 464 if (bdev->driver->ttm_tt_unpopulate) in ttm_tt_unpopulate() 465 bdev->driver->ttm_tt_unpopulate(bdev, ttm); in ttm_tt_unpopulate()
|
| /OK3568_Linux_fs/kernel/include/drm/ttm/ |
| H A D | ttm_tt.h | 206 void ttm_tt_unpopulate(struct ttm_bo_device *bdev, struct ttm_tt *ttm);
|
| H A D | ttm_bo_driver.h | 91 void (*ttm_tt_unpopulate)(struct ttm_bo_device *bdev, struct ttm_tt *ttm); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ttm_buffer.c | 796 .ttm_tt_unpopulate = &vmw_ttm_unpopulate,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_ttm.c | 800 .ttm_tt_unpopulate = &radeon_ttm_tt_unpopulate,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo.c | 1402 .ttm_tt_unpopulate = &nouveau_ttm_tt_unpopulate,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 1706 .ttm_tt_unpopulate = &amdgpu_ttm_tt_unpopulate,
|