On Mon, 25 Oct 2021 16:11:04 +0200, Maxime Ripard wrote:
This is a follow-up of the series here: https://lore.kernel.org/all/20210924135530.1036564-1-maxime@cerno.tech/
and the discussion that occured here: https://lore.kernel.org/all/YWgteNaNeaS9uWDe@phenom.ffwll.local/
The original series aimed at getting rid of the encoder->crtc pointer usage in the vc4 HDMI driver, some regression was noticed and the following discussion pointed out that we were doing a fair number of KMS state access outside of the mode set path, which is disallowed and unsafe.
[...]
Applied to drm/drm-misc (drm-misc-next).
Thanks! Maxime