Re: [PATCH 11/27] drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()

2020-05-26 Thread Neil Armstrong
On 26/05/2020 03:14, Laurent Pinchart wrote: > Platform glue drivers for dw_hdmi may need to access device-specific > data from their .mode_valid() implementation. They currently have no > clean way to do so, and one driver hacks around it by accessing the > dev_private data of the drm_device retri

[PATCH 11/27] drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()

2020-05-25 Thread Laurent Pinchart
Platform glue drivers for dw_hdmi may need to access device-specific data from their .mode_valid() implementation. They currently have no clean way to do so, and one driver hacks around it by accessing the dev_private data of the drm_device retrieved from the connector. Add a priv_data void pointe