[Intel-gfx] [PATCH 4/8] drm/i915: Move connector registration to driver registration

Daniel Vetter daniel at ffwll.ch
Tue Jun 21 13:18:12 UTC 2016


On Tue, Jun 21, 2016 at 09:53:44AM +0100, Chris Wilson wrote:
> +void intel_modeset_register(struct drm_i915_private *dev_priv)
> +{
> +	drm_connector_register_all(dev_priv->dev);
> +}
> +
> +void intel_modeset_unregister(struct drm_i915_private *dev_priv)
> +{
> +	drm_connector_unregister_all(dev_priv->dev);
> +}

Given that this will all disappear again I wouldn't bother with the
wrapper functions.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the Intel-gfx mailing list