Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c269 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
270 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
277 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
278 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
289 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem()
291 bdev->driver->move_notify(bo, false, mem); in ttm_bo_handle_move_mem()
337 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use()
338 bo->bdev->driver->move_notify(bo, false, NULL); in ttm_bo_cleanup_memtype_use()
/Linux-v4.19/include/drm/ttm/
Dttm_bo_driver.h337 void (*move_notify)(struct ttm_buffer_object *bo, member
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c413 .move_notify = &virtio_gpu_bo_move_notify,
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_ttm.c368 .move_notify = &qxl_bo_move_notify,
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c882 .move_notify = vmw_move_notify,
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_ttm.c840 .move_notify = &radeon_bo_move_notify,
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1671 .move_notify = nouveau_bo_move_ntfy,
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1594 .move_notify = &amdgpu_bo_move_notify,