Re: [PATCH v4 03/15] drm/bridge: tc358764: drop drm_connector_(un)register

2020-09-02 Thread Andrzej Hajda
Hi Sam, On 26.07.2020 22:33, Sam Ravnborg wrote: > Drop drm_connector handling that is not needed: > > - drm_dev_register() in the display controller driver takes >care of registering connectors. >So the call to drm_connector_register() call is not needed in the bridge >driver. > > - U

[PATCH v4 03/15] drm/bridge: tc358764: drop drm_connector_(un)register

2020-07-26 Thread Sam Ravnborg
Drop drm_connector handling that is not needed: - drm_dev_register() in the display controller driver takes care of registering connectors. So the call to drm_connector_register() call is not needed in the bridge driver. - Use of drm_connector_unregister() is only required for drivers that