Re: [Intel-gfx] [PATCH 44/59] drm/arc: Drop surplus connector registration

2020-04-24 Thread Sam Ravnborg
Hi Daniel. On Wed, Apr 15, 2020 at 09:40:19AM +0200, Daniel Vetter wrote: > drm_connector_register does nothing before drm_dev_register(), it > is meant for hotpluggable connectors only. Same for the unregister side. Strange changelog for a patch that removes two calls to drm_connector_unregister

[Intel-gfx] [PATCH 44/59] drm/arc: Drop surplus connector registration

2020-04-15 Thread Daniel Vetter
drm_connector_register does nothing before drm_dev_register(), it is meant for hotpluggable connectors only. Same for the unregister side. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/arc/arcpgu_sim.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/arc/arcpgu_sim.c b/dri