diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-10-02 02:29:50 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-10-10 17:49:53 +0300 |
commit | 87f507bbf2d6618d6c44473dadfbf20042553665 (patch) | |
tree | 1a8f66fbab1201ccbf2e10849f32924639c35bd2 /src/ipa/ipu3/data | |
parent | 33389588226be77d0ccbb6579c5f1a63bb63de81 (diff) |
pipeline: rkisp1: Set bytesused before queuing parameters buffer
The bytesused value for the parameters buffer is initialized to 0 and
never set. The V4L2 API specification indicates that, for an output
video device, the driver will set the bytesused value to the size of the
plane in that case. The videobuf2 framework does so, but considers this
as deprecated and prints a warning:
[ 54.375534] use of bytesused == 0 is deprecated and will be removed in the future,
[ 54.388026] use the actual size instead.
Fix it by setting bytesused to the correct value before queuing the
parameters buffer.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Tested-by: Naushir Patuck <naush@raspberrypi.com>
Diffstat (limited to 'src/ipa/ipu3/data')
0 files changed, 0 insertions, 0 deletions