Re: [PATCH 14/27] drm: meson: dw-hdmi: Use dw_hdmi context to replace hack

2020-05-26 Thread Neil Armstrong
On 26/05/2020 03:14, Laurent Pinchart wrote: > The meson-dw-hdmi driver needs to access its own context from the > .mode_valid() operation. It currently gets it from the dev_private field > of the drm_device retrieved from the connector, which is a hack. Use the > private data passed to the .mode_v

[PATCH 14/27] drm: meson: dw-hdmi: Use dw_hdmi context to replace hack

2020-05-25 Thread Laurent Pinchart
The meson-dw-hdmi driver needs to access its own context from the .mode_valid() operation. It currently gets it from the dev_private field of the drm_device retrieved from the connector, which is a hack. Use the private data passed to the .mode_valid() operation instead. Signed-off-by: Laurent Pin