summaryrefslogtreecommitdiff
path: root/board/kukui_scp/ec.tasklist
diff options
context:
space:
mode:
authorYunfei Dong <yunfei.dong@mediatek.com>2019-06-05 09:20:59 +0800
committerCommit Bot <commit-bot@chromium.org>2019-08-26 15:37:43 +0000
commit94528b5d7141e88dd295bde47a9caa80022256e0 (patch)
tree999b305963a8a0f42c606fbedf9f5249cee4c7bc /board/kukui_scp/ec.tasklist
parent555a4470c7e6373cb6d5397ea5e9278317bcb008 (diff)
downloadchrome-ec-94528b5d7141e88dd295bde47a9caa80022256e0.tar.gz
mtk_vcodec: Add the service for h264 decoder
Fix the service to support h264 decoder. BRANCH=none BUG=b:123551776 TEST=build kukui_scp pass. Change-Id: Iccd6389a40239a6d6791543eeb522cc3e5fc3991 Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1644186 Commit-Queue: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'board/kukui_scp/ec.tasklist')
-rw-r--r--board/kukui_scp/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/kukui_scp/ec.tasklist b/board/kukui_scp/ec.tasklist
index a0f7029ff4..09dd2e4850 100644
--- a/board/kukui_scp/ec.tasklist
+++ b/board/kukui_scp/ec.tasklist
@@ -18,5 +18,6 @@
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
UART_TASK \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(VDEC_SERVICE, vdec_service_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE)