drm/bridge: tc358767: Drop line_pixel_subtract
authorMarek Vasut <marex@denx.de>
Tue, 25 Jun 2024 12:02:32 +0000 (14:02 +0200)
committerRobert Foss <rfoss@kernel.org>
Thu, 27 Jun 2024 09:07:07 +0000 (11:07 +0200)
commit3f13e53bcf30583ab804d94973157d515330dd6e
tree7bf30e323f4cdfe252a81c67e0af76cb64731589
parenta723d434009e8b8ac0bcbb322188061a94de1000
drm/bridge: tc358767: Drop line_pixel_subtract

This line_pixel_subtract is no longer needed now that the bridge can
request and obtain specific pixel clock on input to the bridge, with
clock frequency that matches the Pixel PLL frequency.

The line_pixel_subtract is now always 0, so drop it entirely.

The line_pixel_subtract was not reliable as it never worked when the
Pixel PLL and input clock were off just so that the required amount
of pixels to subtract would not be whole integer.

Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240625120334.145320-3-marex@denx.de
drivers/gpu/drm/bridge/tc358767.c