Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/mm: revert "Break long searches in fragmented address spaces"
This reverts commit 7be1b9b. The drm_mm is supposed to work in atomic context, so calling schedule() or in this case cond_resched() is illegal. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/359278/
- Loading branch information