[PATCH 1/3] drm: qxl: Let DRM core handle connector registering

Gustavo Padovan gustavo at padovan.org
Tue Jan 17 12:41:41 UTC 2017


Hi Gabriel,

2017-01-12 Gabriel Krisman Bertazi <krisman at collabora.co.uk>:

> Registering the connector explicitly right after creation is not
> necessary for modesetting drivers, because drm_dev_register already takes
> care of this on the core side, by calling drm_modeset_register_all.
> 
> In addition, performing the initialization too early will get in the way
> of the load() hook removal, because the connector interface cannot be
> published prior to registering the minors.
> 
> Signed-off-by: Gabriel Krisman Bertazi <krisman at collabora.co.uk>
> CC: Dave Airlie <airlied at redhat.com>
> CC: Daniel Vetter <daniel.vetter at ffwll.ch>
> CC: dri-devel at lists.freedesktop.org
> ---
>  drivers/gpu/drm/qxl/qxl_display.c | 1 -
>  1 file changed, 1 deletion(-)

Applied to drm-misc-next. Thanks for the patch.

Gustavo



More information about the dri-devel mailing list