Searched refs:ttm_tt_destroy (Results 1 – 12 of 12) sorted by relevance
| /linux/include/drm/ttm/ |
| A D | ttm_tt.h | 171 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm);
|
| A D | ttm_device.h | 110 void (*ttm_tt_destroy)(struct ttm_device *bdev, struct ttm_tt *ttm); member
|
| /linux/drivers/gpu/drm/ttm/ |
| A D | ttm_tt.c | 129 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_destroy() function 131 bdev->funcs->ttm_tt_destroy(bdev, ttm); in ttm_tt_destroy()
|
| A D | ttm_bo_util.c | 645 ttm_tt_destroy(bo->bdev, ttm); in ttm_bo_pipeline_gutting()
|
| A D | ttm_bo.c | 1186 ttm_tt_destroy(bo->bdev, bo->ttm); in ttm_bo_tt_destroy()
|
| /linux/drivers/gpu/drm/qxl/ |
| A D | qxl_ttm.c | 166 .ttm_tt_destroy = &qxl_ttm_backend_destroy,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ttm_buffer.c | 719 .ttm_tt_destroy = &vmw_ttm_destroy,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_gem_vram_helper.c | 940 .ttm_tt_destroy = bo_driver_ttm_tt_destroy,
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_ttm.c | 624 .ttm_tt_destroy = i915_ttm_tt_destroy,
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_ttm.c | 696 .ttm_tt_destroy = &radeon_ttm_tt_destroy,
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_bo.c | 1320 .ttm_tt_destroy = &nouveau_ttm_tt_destroy,
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ttm.c | 1511 .ttm_tt_destroy = &amdgpu_ttm_backend_destroy,
|
Completed in 24 milliseconds