]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/vc4: Fix a framebuffer reference leak on async flip interrupt.
authorEric Anholt <eric@anholt.net>
Fri, 5 Feb 2016 23:06:15 +0000 (15:06 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 26 Feb 2016 23:51:07 +0000 (15:51 -0800)
commit48627eb8dc55c60d35794105f6f79fb627347dbd
treea6e1389726f15064791815117fc15b2bcc97648a
parent81f70ba233d5f660e1ea5fe23260ee323af5d53a
drm/vc4: Fix a framebuffer reference leak on async flip interrupt.

We'd need X to queue up an async pageflip while another is
outstanding, and then take a SIGIO.  I think X actually avoids sending
out the next pageflip while one's already queued, but I'm not sure.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_crtc.c