drm/exynos: removed pageflip_event_list init code when closed.
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 15 Feb 2012 02:25:18 +0000 (11:25 +0900)
committerDave Airlie <airlied@redhat.com>
Thu, 16 Feb 2012 09:40:44 +0000 (09:40 +0000)
commit6f811502a473a32a9b892fb35d77b8f91dc7484c
treeabb55be5f1b70e29179311cd4a8cc4fd7577fb64
parent44a0e022b86a8c12ed06c02f52045c8f9f118bb1
drm/exynos: removed pageflip_event_list init code when closed.

if one process is terminated by ctrl-c while two processes are
using pageflip feature then for last pageflip event,
user can't get poll from kernel side so this patch fixes the problem.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyoungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c