drm/panel: simple: Alter the timing for the Pi 7" DSI display
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 28 Jul 2023 16:40:27 +0000 (17:40 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:01 +0000 (11:35 +0000)
commit337b71de2eb99b44997f7050ed1cfbc29e33acee
tree4b1d77955ca6c710225020d15c7fccdd67defd80
parentffc30952319625b23001aa81a71f12dabce717cc
drm/panel: simple: Alter the timing for the Pi 7" DSI display

vc4 has always fixed up the timing, so the values defined have
never actually appeared on the wire.
The display appears to want a slightly longer HFP, so extend
the timings and recompute the clock to give the same frame rate.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/panel/panel-simple.c