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

2020-05-14 Thread Neil Armstrong
On 14/05/2020 03:17, 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 > dw_hdmi context passed to the .mod

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

2020-05-13 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 dw_hdmi context passed to the .mode_valid() operation instead. Signed-off-by: Laurent