uterm: share drm-video wakeup helpers
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 12 Jan 2013 00:01:54 +0000 (01:01 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 12 Jan 2013 00:01:54 +0000 (01:01 +0100)
commit415a53bfd7d2c9624485c536631c1a94baab241a
treeb956d264ae3d15e7de053bf19869f2428475ad28
parent9d70156dc9614016fa3a56135f628b485ea8355a
uterm: share drm-video wakeup helpers

The dumb and drm backends still use the same code to perform wakeup/sleep
code. Hence, move it into the drm-shared file so we can use the same
helpers for both.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/uterm_drm_shared.c
src/uterm_drm_shared_internal.h
src/uterm_video_drm.c
src/uterm_video_dumb.c