]> Git Repo - linux.git/commit
drm: Restore lost drm_framebuffer_unreference in drm_mode_page_flip_ioctl
authorChris Wilson <[email protected]>
Wed, 28 Sep 2016 22:25:00 +0000 (23:25 +0100)
committerDave Airlie <[email protected]>
Tue, 4 Oct 2016 02:52:58 +0000 (12:52 +1000)
commite86fa21b77f4ef840213ecd33230c7c16879a4ac
treeb28fb6fb398686eba68d1ab2636e0da6e885c6c2
parentf5dce66593ffb76d750918d6f1962fd62fb54d64
drm: Restore lost drm_framebuffer_unreference in drm_mode_page_flip_ioctl

Commit 43968d7b806d ("drm: Extract drm_plane.[hc]") was not the simple
cut'n'paste we presumed, somehow it introduced a leak of the page flip
target's framebuffer.

Fixes: 43968d7b806d ("drm: Extract drm_plane.[hc]")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Sean Paul <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/drm_plane.c
This page took 0.05398 seconds and 4 git commands to generate.