diff options
author | Hans de Goede <hdegoede@redhat.com> | 2023-01-08 17:06:26 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-02-08 10:24:33 +0300 |
commit | 3406639ee2ad5bf736b9b38091bf108ac600327a (patch) | |
tree | 2ad777c2cf6c233acbeff1204ae67fd10e9550fd /tools/perf/scripts/python | |
parent | 0611888592df86c3f348146dc26d4b00f850e194 (diff) | |
download | linux-3406639ee2ad5bf736b9b38091bf108ac600327a.tar.xz |
media: atomisp: ov2680: Use defines for fps, lines-per-frame and skip-frames
The fps, lines-per-frame and skip-frames values are the same for all
resolutions, use defines for these.
The ov2680_res_preview[] incorrectly sets fps to 60 for some low-res
modes, this is incorrect with the current fixed (resolution independent)
lines-per-frame value.
Note this not drop the now no longer used fps, lines-per-frame and
skip-frames struct ov2680_resolution members. The entire struct is going
away in the next patches so that would just cause unnecessary changes.
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions