Re: [PATCH 20/22] drm/encoder: Add of_graph port to struct drm_encoder

2021-12-21 Thread Heiko Stübner
Am Montag, 20. Dezember 2021, 12:06:28 CET schrieb Sascha Hauer: > Add a device node to drm_encoder which corresponds with the port node > in the DT description of the encoder. This allows drivers to find the > of_graph link between a crtc and an encoder. > > Signed-off-by: Sascha Hauer > --- >

[PATCH 20/22] drm/encoder: Add of_graph port to struct drm_encoder

2021-12-20 Thread Sascha Hauer
Add a device node to drm_encoder which corresponds with the port node in the DT description of the encoder. This allows drivers to find the of_graph link between a crtc and an encoder. Signed-off-by: Sascha Hauer --- include/drm/drm_encoder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git