Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf.h484 void (*move_notify)(struct dma_buf_attachment *attach); member
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_bo_driver.h190 void (*move_notify)(struct ttm_buffer_object *bo, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c199 .move_notify = &qxl_bo_move_notify,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c570 .move_notify = amdgpu_dma_buf_move_notify
H A Damdgpu_ttm.c1714 .move_notify = &amdgpu_bo_move_notify,
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c871 if (WARN_ON(importer_ops && !importer_ops->move_notify)) in dma_buf_dynamic_attach()
1148 attach->importer_ops->move_notify(attach); in dma_buf_move_notify()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c804 .move_notify = vmw_move_notify,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c1008 .move_notify = bo_driver_move_notify,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c808 .move_notify = &radeon_bo_move_notify,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1408 .move_notify = nouveau_bo_move_ntfy,