Re: [PATCH] drm/vkms: Remove useless call to drm_connector_register()

2019-03-11 Thread Daniel Vetter
On Mon, Mar 11, 2019 at 03:00:04PM -0300, Rodrigo Siqueira wrote: > On 03/11, Daniel Vetter wrote: > > On Sun, Mar 10, 2019 at 06:22:41PM -0300, Rodrigo Siqueira wrote: > > > The function vkms_output_init() is invoked during the module > > > initialization, and it handles the creation/configuration

Re: [PATCH] drm/vkms: Remove useless call to drm_connector_register()

2019-03-11 Thread Rodrigo Siqueira
On 03/11, Daniel Vetter wrote: > On Sun, Mar 10, 2019 at 06:22:41PM -0300, Rodrigo Siqueira wrote: > > The function vkms_output_init() is invoked during the module > > initialization, and it handles the creation/configuration of the vkms > > essential elements (e.g., connectors, encoder, etc). Amon

Re: [PATCH] drm/vkms: Remove useless call to drm_connector_register()

2019-03-11 Thread Daniel Vetter
On Sun, Mar 10, 2019 at 06:22:41PM -0300, Rodrigo Siqueira wrote: > The function vkms_output_init() is invoked during the module > initialization, and it handles the creation/configuration of the vkms > essential elements (e.g., connectors, encoder, etc). Among the > initializations, this function

[PATCH] drm/vkms: Remove useless call to drm_connector_register()

2019-03-10 Thread Rodrigo Siqueira
The function vkms_output_init() is invoked during the module initialization, and it handles the creation/configuration of the vkms essential elements (e.g., connectors, encoder, etc). Among the initializations, this function tries to initialize a connector and register it by calling drm_connector_r