diff options
| author | Dave Stevenson <[email protected]> | 2020-06-29 17:09:03 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-07-01 15:45:23 +0200 |
| commit | 20e006b89856b7e8c1f7c4083a9a5a1a73c78097 (patch) | |
| tree | fb66f91d173353574e691d7575944dd52350d1b5 /tools/perf/scripts/python | |
| parent | 22e64b486adc4785542f8002c3af4c895490f841 (diff) | |
staging: mmal-vchiq: Always return the param size from param_get
mmal-vchiq is a reimplementation of the userland library for MMAL.
When getting a parameter, the client provides the storage and
the size of the storage. The VPU then returns the size of the
parameter that it wished to return, and as much as possible of
that parameter is returned to the client.
The implementation previously only returned the size provided
by the VPU should it exceed the buffer size. So for parameters
such as the supported encodings list the client had no idea
how much of the provided storage had been populated.
Signed-off-by: Dave Stevenson <[email protected]>
Signed-off-by: Jacopo Mondi <[email protected]>
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions