diff options
| author | Javier Martinez Canillas <[email protected]> | 2016-06-16 18:40:33 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2016-08-24 13:31:10 -0300 |
| commit | b9f19f00d6be84ce099be4a403c37036398080c7 (patch) | |
| tree | 2f3dd3dabcd1f9b55701341d214e206ee0afba31 /tools/perf/scripts/python | |
| parent | 4f355cb5676039b98232bb86d4ed1542eaa9e0be (diff) | |
[media] s5p-jpeg: only fill driver's name in capabilities driver field
The driver fills in both the struct v4l2_capability driver and card fields
the same values, that is the driver's name plus the information if the dev
is a decoder or an encoder.
But the driver field has a fixed length of 16 bytes so the filled data is
truncated:
Driver Info (not using libv4l2):
Driver name : s5p-jpeg decode
Card type : s5p-jpeg decoder
Bus info : platform:11f50000.jpeg
Driver version: 4.7.0
Also, this field should only contain the driver's name so use just that.
The information if the device is a decoder or an encoder is in the card
type field anyways.
Signed-off-by: Javier Martinez Canillas <[email protected]>
Acked-by: Jacek Anaszewski <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Reviewed-by: Shuah Khan <[email protected]>
Signed-off-by: Sylwester Nawrocki <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions