Home
last modified time | relevance | path

Searched refs:move_notify (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo.c273 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
274 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
280 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
281 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
291 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem()
293 bdev->driver->move_notify(bo, false, mem); in ttm_bo_handle_move_mem()
322 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use()
323 bo->bdev->driver->move_notify(bo, false, NULL); in ttm_bo_cleanup_memtype_use()
/kernel/linux/linux-5.10/include/linux/
Ddma-buf.h380 void (*move_notify)(struct dma_buf_attachment *attach); member
/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_bo_driver.h190 void (*move_notify)(struct ttm_buffer_object *bo, member
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
Dqxl_ttm.c199 .move_notify = &qxl_bo_move_notify,
/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-buf.c717 if (WARN_ON(importer_ops && !importer_ops->move_notify)) in dma_buf_dynamic_attach()
994 attach->importer_ops->move_notify(attach); in dma_buf_move_notify()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.c570 .move_notify = amdgpu_dma_buf_move_notify
Damdgpu_ttm.c1714 .move_notify = &amdgpu_bo_move_notify,
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c804 .move_notify = vmw_move_notify,
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_gem_vram_helper.c1008 .move_notify = bo_driver_move_notify,
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_ttm.c808 .move_notify = &radeon_bo_move_notify,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1408 .move_notify = nouveau_bo_move_ntfy,