drm/vc4: vec: Fix definition of PAL-M mode
authorMateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
Thu, 29 Sep 2022 16:31:19 +0000 (18:31 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 10 Oct 2022 11:59:52 +0000 (13:59 +0200)
commit499143e5b413104d0b242e385cb929cd3ac858eb
tree3582fed760188a6a51adc75018ace0298f012c6e
parent8b6e28ea0a51a74af6a2684591a3471742f90647
drm/vc4: vec: Fix definition of PAL-M mode

PAL-M is a Brazilian analog TV standard that uses a PAL-style chroma
subcarrier at 3.575611[888111] MHz on top of 525-line (480i60) timings.
This commit makes the driver actually use the proper VEC preset for this
mode instead of just changing PAL subcarrier frequency.

Acked-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v4-25-60d38873f782@cerno.tech
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_vec.c