Searched refs:move_notify (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 273 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/ |
D | dma-buf.h | 380 void (*move_notify)(struct dma_buf_attachment *attach); member
|
/kernel/linux/linux-5.10/include/drm/ttm/ |
D | ttm_bo_driver.h | 190 void (*move_notify)(struct ttm_buffer_object *bo, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 199 .move_notify = &qxl_bo_move_notify,
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
D | dma-buf.c | 717 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/ |
D | amdgpu_dma_buf.c | 570 .move_notify = amdgpu_dma_buf_move_notify
|
D | amdgpu_ttm.c | 1714 .move_notify = &amdgpu_bo_move_notify,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 804 .move_notify = vmw_move_notify,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_gem_vram_helper.c | 1008 .move_notify = bo_driver_move_notify,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 808 .move_notify = &radeon_bo_move_notify,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1408 .move_notify = nouveau_bo_move_ntfy,
|