Home
last modified time | relevance | path

Searched hist:"6 e95d5e6f572d6bf1e1b0ff4c94ded8e4841d630" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_mixer.cdiff 6e95d5e6f572d6bf1e1b0ff4c94ded8e4841d630 Thu Dec 06 15:46:03 CET 2012 Prathyush K <prathyush.k@samsung.com> drm/exynos: modify wait_for_vblank of mixer

It is more optimium to use wait queues while waiting for vsync so
that the current task is put to sleep. This way, the task wont
hog the CPU while waiting. We use wait_event_timeout and not
an interruptible function since we dont want the function to exit
when a signal is pending (e.g. drm release). This patch modifies
the wait for vblank function of mixer.

Signed-off-by: Prathyush K <prathyush.k@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>