Searched refs:move_notify (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 269 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/ |
D | ttm_bo_driver.h | 337 void (*move_notify)(struct ttm_buffer_object *bo, member
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_ttm.c | 413 .move_notify = &virtio_gpu_bo_move_notify,
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 368 .move_notify = &qxl_bo_move_notify,
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 882 .move_notify = vmw_move_notify,
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 840 .move_notify = &radeon_bo_move_notify,
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1671 .move_notify = nouveau_bo_move_ntfy,
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1594 .move_notify = &amdgpu_bo_move_notify,
|