]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Drop fb reference on load_detect_pipe failure path
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 7 Dec 2017 22:00:25 +0000 (22:00 +0000)
committerJani Nikula <jani.nikula@intel.com>
Thu, 14 Dec 2017 08:58:23 +0000 (10:58 +0200)
commit2b3a2e9f400acff4a4a9a2316e3e13b36b76b0e9
treef82acc1131043fd358d625b738186c2bf47831d5
parent2797c4a11f373b2545c2398ccb02e362ee66a142
drm/i915: Drop fb reference on load_detect_pipe failure path

When intel_modeset_setup_plane_state() fails drop the local framebuffer
reference before jumping to the error, otherwise we leak the framebuffer.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Fixes: edde361711ef ("drm/i915: Use atomic state to obtain load detection crtc, v3.")
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171207220025.22698-1-chris@chris-wilson.co.uk
(cherry picked from commit 3e72be177cf19ab3d62b3084d424dce7e71d847f)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_display.c