diff options
author | Philipp Zabel <[email protected]> | 2018-09-18 11:34:18 +0200 |
---|---|---|
committer | Philipp Zabel <[email protected]> | 2018-11-05 14:40:08 +0100 |
commit | d966e23d61a2c3769ed0c0a3c6e20b300a313317 (patch) | |
tree | e07568da84a8f987c737b9c50f6c74d60995c65d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ff652fcf84f7a0977bbad4eab976f7813665fbc8 (diff) |
gpu: ipu-v3: image-convert: fix bytesperline adjustment
For planar formats, bytesperline does not depend on BPP. It must always
be larger than width and aligned to tile width alignment restrictions.
The input bytesperline to ipu_image_convert_adjust() may be
uninitialized, so don't rely on input bytesperline as the
minimum value for clamp_align(). Use 2 << w_align as the minimum
instead.
Signed-off-by: Philipp Zabel <[email protected]>
[[email protected]: clamp input bytesperline]
Signed-off-by: Steve Longerbeam <[email protected]>
Signed-off-by: Philipp Zabel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions