HomeSort by: relevance | last modified time | path
    Searched refs:move_notify (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 371 if (bdev->driver->move_notify)
372 bdev->driver->move_notify(bo, evict, mem);
379 if (bdev->driver->move_notify)
380 bdev->driver->move_notify(bo, evict, mem);
391 if (bdev->driver->move_notify) {
393 bdev->driver->move_notify(bo, false, mem);
439 if (bo->bdev->driver->move_notify)
440 bo->bdev->driver->move_notify(bo, false, NULL);
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 347 void (*move_notify)(struct ttm_buffer_object *bo, member in struct:ttm_bo_driver
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_ttm.c 271 .move_notify = &qxl_bo_move_notify,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ttm_buffer.c 846 * Calls move_notify for all subsystems needing it.
880 .move_notify = vmw_move_notify,
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 967 .move_notify = &radeon_bo_move_notify,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c 1841 .move_notify = nouveau_bo_move_ntfy,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.c 1751 .move_notify = &amdgpu_bo_move_notify,

Completed in 17 milliseconds