diff options
author | Imre Deak <imre.deak@intel.com> | 2012-11-02 15:30:48 +0400 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2012-11-29 15:30:33 +0400 |
commit | e1f48ee58a90ddf84f514334b5d395a358596492 (patch) | |
tree | fe122bc62387c70c075a8a7e53a384878edfe4a6 /drivers/gpu/drm/nouveau/nouveau_hw.c | |
parent | 85473328bac6170aabb5e13d2542d11d1fc4cc76 (diff) | |
download | linux-e1f48ee58a90ddf84f514334b5d395a358596492.tar.xz |
drm/exynos: call drm_vblank_put for each queued flip event
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>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_hw.c')
0 files changed, 0 insertions, 0 deletions