Searched refs:move_notify (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 320 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.4.14/include/drm/ttm/ |
D | ttm_bo_driver.h | 418 void (*move_notify)(struct ttm_buffer_object *bo, member
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_ttm.c | 427 .move_notify = &virtio_gpu_bo_move_notify,
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 386 .move_notify = &qxl_bo_move_notify,
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_buffer.c | 855 .move_notify = vmw_move_notify,
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 850 .move_notify = &amdgpu_bo_move_notify,
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 859 .move_notify = &radeon_bo_move_notify,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1608 .move_notify = nouveau_bo_move_ntfy,
|