Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_bo.c320 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
321 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
328 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem()
329 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
341 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem()
345 bdev->driver->move_notify(bo, mem); in ttm_bo_handle_move_mem()
393 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use()
394 bo->bdev->driver->move_notify(bo, NULL); in ttm_bo_cleanup_memtype_use()
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h418 void (*move_notify)(struct ttm_buffer_object *bo, member
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_ttm.c386 .move_notify = &qxl_bo_move_notify,
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c841 .move_notify = vmw_move_notify,
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_ttm.c859 .move_notify = &radeon_bo_move_notify,
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1610 .move_notify = nouveau_bo_move_ntfy,