diff options
author | Hans de Goede <[email protected]> | 2023-12-04 13:39:42 +0100 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2023-12-13 13:21:20 +0100 |
commit | 3735228bbe3511f844e03dfcc4003fadb59dde23 (patch) | |
tree | 4ef5a6c1caaee8c12741f907c23fe5f9cbabce55 /tools/perf/scripts/python/task-analyzer.py | |
parent | 41543c7ccc682f7ec713dbe19be67fa694088f9c (diff) |
media: ov2740: Fix hts value
HTS must be more then width, so the 1080 value clearly is wrong,
this is then corrected with some weird math dividing clocks in
to_pixels_per_line() which results in the hts getting multiplied by 2,
resulting in 2160.
Instead just directly set hts to the correct value of 2160 and
drop to_pixels_per_line().
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions