Re: [PATCH v5 56/80] drm/vc4: hdmi: Add a set_timings callback

2020-09-04 Thread Dave Stevenson
Hi Maxime On Thu, 3 Sep 2020 at 09:03, Maxime Ripard wrote: > > Similarly to the previous patches, the timings setup in the HDMI controller > of the BCM2711 is slightly different, mostly because it supports higher > resolutions and thus needed more spaces for the various timings, resulting > in

[PATCH v5 56/80] drm/vc4: hdmi: Add a set_timings callback

2020-09-04 Thread Maxime Ripard
Similarly to the previous patches, the timings setup in the HDMI controller of the BCM2711 is slightly different, mostly because it supports higher resolutions and thus needed more spaces for the various timings, resulting in the register layout changing. Let's add a callback for that as well.