On Mon, Dec 07, 2020 at 03:16:40PM +0100, Thomas Zimmermann wrote:
Am 07.12.20 um 14:39 schrieb Maxime Ripard:
We'll need to access the connector state in our encoder setup, so let's just pass the whole DRM state to our private encoder hooks.
Signed-off-by: Maxime Ripard maxime@cerno.tech
This becomes relevant in patch 5, I guess?
Yep, we can't access the connector state from the crtc state alone, hence why the change is needed.
If so
Acked-by: Thomas Zimmermann tzimmermann@suse.de
Thanks! Maxime