Searched refs:move_notify (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ttm/ |
| D | ttm_bo.c | 363 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem() 364 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem() 371 if (bdev->driver->move_notify) in ttm_bo_handle_move_mem() 372 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem() 383 if (bdev->driver->move_notify) { in ttm_bo_handle_move_mem() 385 bdev->driver->move_notify(bo, false, mem); in ttm_bo_handle_move_mem() 431 if (bo->bdev->driver->move_notify) in ttm_bo_cleanup_memtype_use() 432 bo->bdev->driver->move_notify(bo, false, NULL); in ttm_bo_cleanup_memtype_use()
|
| /Linux-v5.4/include/drm/ttm/ |
| D | ttm_bo_driver.h | 336 void (*move_notify)(struct ttm_buffer_object *bo, member
|
| /Linux-v5.4/drivers/gpu/drm/qxl/ |
| D | qxl_ttm.c | 316 .move_notify = &qxl_bo_move_notify,
|
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_ttm_buffer.c | 875 .move_notify = vmw_move_notify,
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | radeon_ttm.c | 783 .move_notify = &radeon_bo_move_notify,
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_bo.c | 1703 .move_notify = nouveau_bo_move_ntfy,
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ttm.c | 1602 .move_notify = &amdgpu_bo_move_notify,
|