]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
media: rcar-vin: fix crop and compose handling for Gen3
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Fri, 11 May 2018 14:41:26 +0000 (10:41 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 11 May 2018 15:39:51 +0000 (11:39 -0400)
commit3997716898a90954e00e4a5d5f1eacb94fbc41d9
tree32447612d3264d8df981f47495729b817475f44e
parentd73c3357c8a844d108083f4df2837adab9ebb265
media: rcar-vin: fix crop and compose handling for Gen3

When refactoring the Gen3 enablement series crop and compose handling
where broken. This went unnoticed but can result in writing out side the
capture buffer. Fix this by restoring the crop and compose to reflect
the format dimensions as we have not yet enabled the scaler for Gen3.

Fixes: 5e7c623632fcf8f5 ("media: rcar-vin: use different v4l2 operations in media controller mode")
Reported-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/rcar-vin/rcar-v4l2.c