Skip to content
Snippets Groups Projects
Commit adeb26a7 authored by Benoit Parrot's avatar Benoit Parrot Committed by Yang Yingliang
Browse files

media: ti-vpe: vpe: Fix Motion Vector vpdma stride


[ Upstream commit 102af9b9 ]

commit 3dc2046c ("[media] media: ti-vpe: vpe: allow use of user
specified stride") and commit da4414ea ("[media] media: ti-vpe: vpdma:
add support for user specified stride") resulted in the Motion Vector
stride to be the same as the image stride.

This caused memory corruption in the output image as mentioned in
commit 00db9699 ("[media] media: ti-vpe: vpe: Fix line stride
for output motion vector").

Fixes: 3dc2046c ("[media] media: ti-vpe: vpe: allow use of user specified stride")
Fixes: da4414ea ("[media] media: ti-vpe: vpdma: add support for user specified stride")
Signed-off-by: default avatarBenoit Parrot <bparrot@ti.com>
Acked-by: default avatarNikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
parent f6cb7ebc
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment