[Intel-gfx] [PATCH v7 0/3] fbdev fixes (reviewed)
Lukas Wunner
lukas at wunner.de
Sat Nov 7 02:41:19 PST 2015
Hi Jani,
three patches with fbdev deadlock & failure path fixes,
each with Reviewed-by tag by Ville or Daniel, the third one
with amended commit message as requested by Daniel in
<20151030182818.GR16848 at phenom.ffwll.local>.
Patch 1 fixes double unref of bo in failure path of intelfb_alloc().
Patch 2 fixes another double unref of bo in failure path of intelfb_alloc().
Patch 3 fixes deadlocks in intelfb_create(), one during driver
initialization and one in failure path.
Browsable on GitHub:
https://github.com/l1k/linux/commits/intel_fbdev_fixes
The previous iteration (v6, <cover.1445771693.git.lukas at wunner.de>)
contained a 4th patch, a new version of which I'll submit separately.
Thanks,
Lukas
Lukas Wunner (2):
drm/i915: On fb alloc failure, unref gem object where it gets refed
drm/i915: Fix double unref in intelfb_alloc failure path
Tvrtko Ursulin (1):
drm/i915: Fix failure paths around initial fbdev allocation
drivers/gpu/drm/i915/intel_display.c | 21 ++++++++++++++-------
drivers/gpu/drm/i915/intel_fbdev.c | 25 ++++++++++++++-----------
2 files changed, 28 insertions(+), 18 deletions(-)
--
1.8.5.2 (Apple Git-48)
More information about the Intel-gfx
mailing list