move_notify 1607 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c .move_notify = &amdgpu_bo_move_notify, move_notify 1703 drivers/gpu/drm/nouveau/nouveau_bo.c .move_notify = nouveau_bo_move_ntfy, move_notify 316 drivers/gpu/drm/qxl/qxl_ttm.c .move_notify = &qxl_bo_move_notify, move_notify 783 drivers/gpu/drm/radeon/radeon_ttm.c .move_notify = &radeon_bo_move_notify, move_notify 363 drivers/gpu/drm/ttm/ttm_bo.c if (bdev->driver->move_notify) move_notify 364 drivers/gpu/drm/ttm/ttm_bo.c bdev->driver->move_notify(bo, evict, mem); move_notify 371 drivers/gpu/drm/ttm/ttm_bo.c if (bdev->driver->move_notify) move_notify 372 drivers/gpu/drm/ttm/ttm_bo.c bdev->driver->move_notify(bo, evict, mem); move_notify 383 drivers/gpu/drm/ttm/ttm_bo.c if (bdev->driver->move_notify) { move_notify 385 drivers/gpu/drm/ttm/ttm_bo.c bdev->driver->move_notify(bo, false, mem); move_notify 431 drivers/gpu/drm/ttm/ttm_bo.c if (bo->bdev->driver->move_notify) move_notify 432 drivers/gpu/drm/ttm/ttm_bo.c bo->bdev->driver->move_notify(bo, false, NULL); move_notify 875 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c .move_notify = vmw_move_notify, move_notify 336 include/drm/ttm/ttm_bo_driver.h void (*move_notify)(struct ttm_buffer_object *bo,