media: platform: mtk-mdp3: extend shared memory structure to 4-byte aligned
authorMoudy Ho <moudy.ho@mediatek.com>
Fri, 7 Oct 2022 09:22:30 +0000 (17:22 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 4 Nov 2022 15:56:28 +0000 (16:56 +0100)
commitfe4c63c1a4fa1be40102b9280e30dd0504de801b
tree84b0ff2aa12befa7f92e479fd0066763c19bb935
parentde547896aac606a00435a219757a940ece142bf0
media: platform: mtk-mdp3: extend shared memory structure to 4-byte aligned

The communication between MDP3 kernel driver and SCP is pass through
a shared memory, and the data structure is defined in the "mtk-img-ipi.h".
However, there is a 4-byte read limit in further SCP hardware, so the
data structure should be in 4-byte aligned.

Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/mediatek/mdp3/mtk-img-ipi.h