summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h
diff options
context:
space:
mode:
authorDave Stevenson <6by9@users.noreply.github.com>2018-05-10 12:42:07 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-11 12:02:05 +0200
commitdd9bb50522733befceac9cbe0b68f5ad4e5106ff (patch)
treea9317c1605e781d4c62ae65982445bb6be4abbe7 /drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h
parent4bebb0312ea93cc4391f49d40eea86476f2cdf29 (diff)
staging: bcm2835-camera: Skip ISP pass to eliminate padding.
Interleaved RGB and single plane YUV formats can be delivered by the GPU without the secondary step of removing padding, as the bytesperline field can be set appropriately. Planar YUV needs the GPU to still remove padding, as there is no way to report that there is padding between the planes (ie on the height). The multi-planar formats are NOT applicable, as there is no easy way to make them contiguous in memory (ie one large allocation that gets broken up). The whole task is passed across to videobuf2 which has no notion of that requirement. v2: Changes by anholt from the downstream driver: Flag two more planar formats as needing padding removal, and remove broken userspace workaround. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h')
0 files changed, 0 insertions, 0 deletions