aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMichael Tretter <[email protected]>2020-12-03 12:00:55 +0100
committerMauro Carvalho Chehab <[email protected]>2021-01-27 16:06:19 +0100
commite7cd90988b9d03c3a886a23f015c41c71371bc4f (patch)
tree3c5c4b61a80aea063b70125535e4be4edff8a1f4 /tools/perf/scripts/python
parent83a4b7fd7f6f95da2905b7751cec4ad4dc6c222f (diff)
media: allegro: fix log2_max_poc in firmware 2019.1
The log2_max_poc field is used to set log2_max_pic_order_cnt_lsb_minus4 for the coded stream. It has an allowed range of 0 to 12. param contains the value without the minus4, but since firmware version 2019.1, the value has to be log2_max_pic_order_cnt_lsb - 1, presumably to fit the maximum value of 16 into a 4 bit field. The driver does not support firmware version 2019.1. Thus, change the behaviour starting from firmware version 2019.2. Signed-off-by: Michael Tretter <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions