new_codec: changed a way to copy data between guest and host.
authorKitae Kim <kt920.kim@samsung.com>
Fri, 10 May 2013 02:24:15 +0000 (11:24 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 27 Feb 2014 06:26:54 +0000 (15:26 +0900)
commitecfd78ffeec81a50ba02d5383aed6c656aa7bd2c
tree23561a8eb1673d83c73ae0920bc34eb041b528a9
parent253fda1b55775b73ce2da279356e1da1a24192ab
new_codec: changed a way to copy data between guest and host.

Use mutex to reduce frequent context switching from user to kernel.
And removed a routine that occupies device memory exclusively.

Change-Id: I4cb8e0a255bafb3fec6b01307ad31ddc6666ce64
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
drivers/maru/maru_new_codec.c