Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_api.h431 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched);
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c618 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched) in ttm_bo_unlock_delayed_workqueue() function
624 EXPORT_SYMBOL(ttm_bo_unlock_delayed_workqueue);
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_device.c1941 ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); in radeon_gpu_reset()
H A Dradeon_pm.c1949 ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched); in radeon_dynpm_idle_work_handler()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_device.c3430 ttm_bo_unlock_delayed_workqueue(&adev->mman.bdev, resched); in amdgpu_device_gpu_recover()