Re: [PATCH 21/27] drm: bridge: dw-hdmi: Pass drm_connector to internal functions as needed

2020-05-26 Thread Neil Armstrong
On 26/05/2020 03:14, Laurent Pinchart wrote: > To prepare for making connector creation optional in the driver, pass > the drm_connector explicitly to the internal functions that require it. > The functions that still access the connector from the dw_hdmi structure > are dw_hdmi_connector_create()

[PATCH 21/27] drm: bridge: dw-hdmi: Pass drm_connector to internal functions as needed

2020-05-25 Thread Laurent Pinchart
To prepare for making connector creation optional in the driver, pass the drm_connector explicitly to the internal functions that require it. The functions that still access the connector from the dw_hdmi structure are dw_hdmi_connector_create() and __dw_hdmi_probe(). The former access is