]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
media: vsp1: Document max_width restriction on SRU
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Fri, 14 Sep 2018 14:26:51 +0000 (10:26 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 17 Sep 2018 18:54:03 +0000 (14:54 -0400)
commitce51fd3b4a56bb6c027d9ffa41e2668a70655040
tree166b7dc16afe66d0e3b06ec606a48c748b33e7a7
parent23a99e80e3082bc3191ae9f80e191a2e7729e196
media: vsp1: Document max_width restriction on SRU

The SRU is currently restricted to 256 pixels as part of the current
partition algorithm. Document that the actual capability of this
component is 288 pixels, but don't increase the implementation.

The extended partition algorithm may later choose to utilise a larger
input to support overlapping partitions which will improve the quality
of the output images.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vsp1/vsp1_sru.c