]> git.baikalelectronics.ru Git - kernel.git/commit
drm: crc: Call wake_up_interruptible() each time there is a new CRC entry
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Fri, 6 Jan 2017 09:15:03 +0000 (10:15 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 6 Jan 2017 14:23:19 +0000 (15:23 +0100)
commitdd068b076a4a3c6447b4ac0b9fb4bd0f2623a0e5
tree193e693cf5270f0de3328b3bb17d762832598fab
parent2dabb15a964fcbfdde215e748fa5142a3702f6fb
drm: crc: Call wake_up_interruptible() each time there is a new CRC entry

Each time new data has being added in CRC list inform reader by calling
wake_up_interruptible().
This should avoid to do it in all drivers.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1483694104-25627-1-git-send-email-benjamin.gaignard@linaro.org
drivers/gpu/drm/drm_debugfs_crc.c