Re: [PATCH] drm/vkms: Fix connector leak at the module removal

2018-07-28 Thread Gustavo Padovan
Hi Rodrigo, On Wed, Jul 18, 2018 at 09:40:45PM -0300, Rodrigo Siqueira wrote: > Currently, vkms shows an error message if the following steps occur: (1) > load vkms, (2) perform any specific operation in the vkms (e.g., run an > IGT test), and (3) unload the module. The following error message > e

[PATCH] drm/vkms: Fix connector leak at the module removal

2018-07-18 Thread Rodrigo Siqueira
Currently, vkms shows an error message if the following steps occur: (1) load vkms, (2) perform any specific operation in the vkms (e.g., run an IGT test), and (3) unload the module. The following error message emerges: [drm:drm_mode_config_cleanup [drm]] *ERROR* connector Virtual-1 leaked! This