Re: [Intel-gfx] [PATCH] drm: Show leaked connectors upon unload

2017-01-23 Thread Chris Wilson
On Mon, Jan 23, 2017 at 11:12:31AM +0100, Daniel Vetter wrote: > On Mon, Jan 23, 2017 at 10:06:07AM +, Chris Wilson wrote: > > On Thu, Jan 19, 2017 at 03:17:36PM +0100, Maarten Lankhorst wrote: > > > Op 19-01-17 om 10:05 schreef Chris Wilson: > > > > After warning that the connector list is not

Re: [Intel-gfx] [PATCH] drm: Show leaked connectors upon unload

2017-01-23 Thread Daniel Vetter
On Mon, Jan 23, 2017 at 10:06:07AM +, Chris Wilson wrote: > On Thu, Jan 19, 2017 at 03:17:36PM +0100, Maarten Lankhorst wrote: > > Op 19-01-17 om 10:05 schreef Chris Wilson: > > > After warning that the connector list is not empty on device > > > unregistration (i.e. module unload) also print o

Re: [PATCH] drm: Show leaked connectors upon unload

2017-01-23 Thread Chris Wilson
On Thu, Jan 19, 2017 at 03:17:36PM +0100, Maarten Lankhorst wrote: > Op 19-01-17 om 10:05 schreef Chris Wilson: > > After warning that the connector list is not empty on device > > unregistration (i.e. module unload) also print out which connectors are > > still hanging around to aide finding the l

Re: [PATCH] drm: Show leaked connectors upon unload

2017-01-19 Thread Maarten Lankhorst
Op 19-01-17 om 10:05 schreef Chris Wilson: > After warning that the connector list is not empty on device > unregistration (i.e. module unload) also print out which connectors are > still hanging around to aide finding the leak. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/drm_mode_con

Re: [Intel-gfx] [PATCH] drm: Show leaked connectors upon unload

2017-01-19 Thread Joonas Lahtinen
On to, 2017-01-19 at 09:05 +, Chris Wilson wrote: > After warning that the connector list is not empty on device > unregistration (i.e. module unload) also print out which connectors are > still hanging around to aide finding the leak. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Laht

[PATCH] drm: Show leaked connectors upon unload

2017-01-19 Thread Chris Wilson
After warning that the connector list is not empty on device unregistration (i.e. module unload) also print out which connectors are still hanging around to aide finding the leak. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_mode_config.c | 7 ++- 1 file changed, 6 insertions(+), 1 de