Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo.c371 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()
379 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
380 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
391 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem()
393 bdev->driver->move_notify(bo, false, mem); in ttm_bo_handle_move_mem()
439 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use()
440 bo->bdev->driver->move_notify(bo, false, NULL); in ttm_bo_cleanup_memtype_use()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h347 void (*move_notify)(struct ttm_buffer_object *bo, member
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ttm.c271 .move_notify = &qxl_bo_move_notify,
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c880 .move_notify = vmw_move_notify,
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ttm.c967 .move_notify = &radeon_bo_move_notify,
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.c1839 .move_notify = nouveau_bo_move_ntfy,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ttm.c1751 .move_notify = &amdgpu_bo_move_notify,