Skip to content

Commit

Permalink
media: amphion: implement vpu core communication based on mailbox
Browse files Browse the repository at this point in the history
driver use mailbox to communicate with vpu core.
and there are a command buffer and a message buffer.
driver will write commands to the command buffer,
then trigger a vpu core interrupt
vpu core will write messages to the message buffer,
then trigger a cpu interrupt.

Signed-off-by: Ming Qian <ming.qian@nxp.com>
Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
Reported-by: kernel test robot <lkp@intel.com>
Tested-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
  • Loading branch information
mingqian-0 authored and intel-lab-lkp committed Jan 25, 2022
1 parent 78cda8a commit 0c5b974
Show file tree
Hide file tree
Showing 6 changed files with 994 additions and 0 deletions.

0 comments on commit 0c5b974

Please sign in to comment.