https://github.com/torvalds/linux
Revision 7317c75e66fce0c9f82fbe6f72f7e5256b315422 authored by Jesse Barnes on 29 August 2011, 16:45:28 UTC, committed by Keith Packard on 16 December 2011, 16:49:58 UTC
This fixes a race where we may try to finish a page flip and decrement
the refcount even if our vblank_get failed and we ended up with a
spurious flip pending interrupt.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=34211.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent c0f372b
History
Tip revision: 7317c75e66fce0c9f82fbe6f72f7e5256b315422 authored by Jesse Barnes on 29 August 2011, 16:45:28 UTC
drm/i915: don't set unpin_work if vblank_get fails
Tip revision: 7317c75
File Mode Size
Kconfig -rw-r--r-- 998 bytes
Makefile -rw-r--r-- 119 bytes
bin.c -rw-r--r-- 10.7 KB
dir.c -rw-r--r-- 24.0 KB
file.c -rw-r--r-- 19.7 KB
group.c -rw-r--r-- 5.3 KB
inode.c -rw-r--r-- 8.1 KB
mount.c -rw-r--r-- 4.5 KB
symlink.c -rw-r--r-- 7.1 KB
sysfs.h -rw-r--r-- 6.4 KB

back to top