Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo.c363 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
364 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
371 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
372 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
383 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem()
385 bdev->driver->move_notify(bo, false, mem); in ttm_bo_handle_move_mem()
431 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use()
432 bo->bdev->driver->move_notify(bo, false, NULL); in ttm_bo_cleanup_memtype_use()
/Linux-v5.4/include/drm/ttm/
Dttm_bo_driver.h336 void (*move_notify)(struct ttm_buffer_object *bo, member
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_ttm.c316 .move_notify = &qxl_bo_move_notify,
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c875 .move_notify = vmw_move_notify,
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ttm.c783 .move_notify = &radeon_bo_move_notify,
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1703 .move_notify = nouveau_bo_move_ntfy,
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1602 .move_notify = &amdgpu_bo_move_notify,