commit | d8bf0e7627e6e887bd0ed3707216e0e69ec95710 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jul 23 10:58:00 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jul 23 12:23:43 2019 +0100 |
tree | e1223fcfc92966e981366d8f3eacb99ce63146e3 | |
parent | de6a263400f232a3787bdb112d9c974ebd29c4b4 [diff] |
drm/i915/selftests: Let igt_vma_partial et al breathe Give the scheduler a chance to breathe by calling cond_resched() as some of the loops may take some time on slower machines, and so catch the attention of the watchdogs. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111196 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Matthew Auld <matthew.william.auld@gmail.com> Reviewed-by: Matthew Auld <matthew.william.auld@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190723095800.2820-1-chris@chris-wilson.co.uk