OSDN Git Service

media: coda: fix encoder source stride
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 28 Jun 2018 15:44:12 +0000 (11:44 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 4 Jul 2018 12:05:19 +0000 (08:05 -0400)
commit18c227af2c90eee06bd90f751a4b1193ee209d56
treee845e27daab53bd33195ad03a757689fce40e7ec
parent421860b9d47053badce4b247576fa48df9ab4c48
media: coda: fix encoder source stride

The encoder picture run command takes a picture source stride parameter.
This must be set to the output queue's bytesperline, not width.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/coda/coda-bit.c