Revision e1f48ee58a90ddf84f514334b5d395a358596492 authored by Imre Deak on 02 November 2012, 11:30:48 UTC, committed by Inki Dae on 29 November 2012, 11:30:33 UTC
It's guaranteed that for each event on pageflip_event_list we have
called drm_vblank_get() - see exynos_drm_crtc_page_flip() - so checking
for this is redundant.

Also we need to call drm_vblank_put() for each event on the list, not
only once, otherwise we'd leak vblank references if there are multiple
events on the list.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1 parent 8547332
History
File Mode Size
Makefile -rw-r--r-- 359 bytes
decode-fcp.c -rw-r--r-- 5.5 KB
list.h -rw-r--r-- 1.3 KB
nosy-dump.c -rw-r--r-- 25.1 KB
nosy-dump.h -rw-r--r-- 3.1 KB

back to top