git: DragonFly_RELEASE_4_0 drm - Fix deadlock in ttm pager
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jan 10 09:37:55 PST 2015
commit eebed8f18074fcd82ad5927bd2cff48c19f9aba7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jan 10 09:35:24 2015 -0800
drm - Fix deadlock in ttm pager
* Fix a deadlock which most often occurs via the ttm (radeon) VM pager.
A similar path is also used by i915 (all intel).
* Basically removes an unnecessary lock in the paging path which was creating
the deadlock.
Reported-by: ivadasz, ftigeot
Summary of changes:
sys/vm/device_pager.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eebed8f18074fcd82ad5927bd2cff48c19f9aba7
--
DragonFly BSD source repository
More information about the Commits
mailing list