[PATCH 2/3] drm/msm: Centralize connector registration/unregistration

2016-04-20 Thread Archit Taneja
On 04/19/2016 05:40 PM, Daniel Vetter wrote: > On Tue, Apr 19, 2016 at 04:26:35PM +0530, Archit Taneja wrote: >> Move the drm_connector registration from the encoder(HDMI/DSI etc) drivers >> to the msm platform driver. This will simplify the task of ensuring that >> the connectors are registered

[PATCH 2/3] drm/msm: Centralize connector registration/unregistration

2016-04-19 Thread Archit Taneja
Move the drm_connector registration from the encoder(HDMI/DSI etc) drivers to the msm platform driver. This will simplify the task of ensuring that the connectors are registered only after the drm_device itself is registered. The connectors' destroy ops are made to use kzalloc instead of devm_kzal

[PATCH 2/3] drm/msm: Centralize connector registration/unregistration

2016-04-19 Thread Daniel Vetter
On Tue, Apr 19, 2016 at 04:26:35PM +0530, Archit Taneja wrote: > Move the drm_connector registration from the encoder(HDMI/DSI etc) drivers > to the msm platform driver. This will simplify the task of ensuring that > the connectors are registered only after the drm_device itself is > registered. >