drm/vc4: Correct interlaced timings again
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 1 Jul 2022 14:51:49 +0000 (15:51 +0100)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Mon, 4 Jul 2022 11:04:15 +0000 (13:04 +0200)
commit95e144f4de17a98f472c89ee0c46208e567fb639
treee2e56486f052425e453203d805441c6e94426282
parent4ee9d0f86680c63bb99da598d8d7f4e62b004e96
drm/vc4: Correct interlaced timings again

The back porch timings were correct, only the sync offset was wrong.
Correct timing is now reported for 1080i and 576i, but the h offset is
incorrect for 480i for non-obvious reasons.

Fixes: c0ba150ce468 "drm/vc4: Correct HDMI timing registers for interlaced modes"
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_hdmi.c