Searched refs:ttm_tt_destroy (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/include/drm/ttm/ |
H A D | ttm_tt.h | 180 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm);
|
H A D | ttm_device.h | 108 void (*ttm_tt_destroy)(struct ttm_device *bdev, struct ttm_tt *ttm); member
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_tt.c | 141 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_destroy() function 143 bdev->funcs->ttm_tt_destroy(bdev, ttm); in ttm_tt_destroy()
|
H A D | ttm_bo_util.c | 768 ttm_tt_destroy(bo->bdev, ttm); in ttm_bo_pipeline_gutting()
|
H A D | ttm_bo.c | 1221 ttm_tt_destroy(bo->bdev, bo->ttm); in ttm_bo_tt_destroy()
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_ttm.c | 177 .ttm_tt_destroy = &qxl_ttm_backend_destroy,
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ttm_buffer.c | 584 .ttm_tt_destroy = &vmw_ttm_destroy,
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.c | 247 .ttm_tt_destroy = lsdc_ttm_tt_destroy,
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_vram_helper.c | 957 .ttm_tt_destroy = bo_driver_ttm_tt_destroy,
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_ttm.c | 679 .ttm_tt_destroy = &radeon_ttm_tt_destroy,
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm.c | 759 .ttm_tt_destroy = i915_ttm_tt_destroy,
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | 1397 .ttm_tt_destroy = &nouveau_ttm_tt_destroy,
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 1582 .ttm_tt_destroy = &amdgpu_ttm_backend_destroy,
|