Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_api.h424 int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev);
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c612 int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev) in ttm_bo_lock_delayed_workqueue() function
616 EXPORT_SYMBOL(ttm_bo_lock_delayed_workqueue);
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_device.c1882 resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev); in radeon_gpu_reset()
H A Dradeon_pm.c1898 resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev); in radeon_dynpm_idle_work_handler()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_device.c3385 resched = ttm_bo_lock_delayed_workqueue(&adev->mman.bdev); in amdgpu_device_gpu_recover()