Summary: | [BAT][GDG] WARNING: possible recursive locking detected in i915_gem_object_attach_phys | ||
---|---|---|---|
Product: | DRI | Reporter: | Martin Peres <martin.peres> |
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | critical | ||
Priority: | high | CC: | intel-gfx-bugs |
Version: | DRI git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | I915GM | i915 features: | GEM/Other |
Description
Martin Peres
2017-07-26 17:59:47 UTC
Here is the fix: https://patchwork.freedesktop.org/patch/169193/ The fix already got pushed 19 minutes ago, waiting for testing! Problem verified fixed, closing. Thanks a lot to Ickle for his amazing reaction time! commit 245fef70dd90b1385af80b66552538606e214f5b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jul 26 19:16:02 2017 +0100 drm/i915: Call the unlocked version of i915_gem_object_get_pages() When we hold for the lock for swapping out the shmem pages for the physically contiguous pages, we have to call the unlocked version of get_pages! Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101934 Fixes: 35d23516946e ("drm/i915: Make i915_gem_object_phys_attach() use obj->mm.lock more appropriately") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20170726181602.23527-2-chris@chris-wilson.co.uk Reviewed-by: Matthew Auld <matthew.auld@intel.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.