Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 061f21c1 authored by Da Hoon Pyun's avatar Da Hoon Pyun
Browse files

msm: npu: Use write memory barrier at the end of npu_mem_write



When sending IPC command to firmware, command will be written
into SSTCM using npu_mem_write, then trigger the interrupt.
A write memory barrier is required at the end of npu_mem_write
to make sure that the interrupt won't be triggered until command
has been completely written into SSTCM.

Change-Id: I9cd904929d52197ae9bf0429075c1d45ccd5b9f0
Signed-off-by: default avatarDa Hoon Pyun <dpyun@codeaurora.org>
parent 652771c4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment