Home
last modified time | relevance | path

Searched refs:ttm_bo_unlock_delayed_workqueue (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/drm/ttm/
Dttm_bo_api.h429 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched);
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c611 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched) in ttm_bo_unlock_delayed_workqueue() function
617 EXPORT_SYMBOL(ttm_bo_unlock_delayed_workqueue);
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_device.c1862 ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); in radeon_gpu_reset()
Dradeon_pm.c1851 ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); in radeon_dynpm_idle_work_handler()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c3362 ttm_bo_unlock_delayed_workqueue(&adev->mman.bdev, resched); in amdgpu_device_gpu_recover()