Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/ttm/
Dttm_bo.c456 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
457 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
464 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
465 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
477 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem()
481 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
527 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use()
528 bo->bdev->driver->move_notify(bo, NULL); in ttm_bo_cleanup_memtype_use()
Dttm_bo_driver.h435 void (*move_notify)(struct ttm_buffer_object *bo, member
/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_ttm.c695 .move_notify = &radeon_bo_move_notify,