[PATCH 5/5] drm: Free atomic state during cleanup

2014-11-21 Thread Daniel Vetter
On Fri, Nov 21, 2014 at 05:23:53PM +0100, Thierry Reding wrote: > From: Thierry Reding > > The current state of CRTCs, planes and connectors currently leaks during > DRM driver ->unload() unless drivers explicitly clean it up. Since there > is nothing driver-specific about it, that cleanup can be

[PATCH 5/5] drm: Free atomic state during cleanup

2014-11-21 Thread Thierry Reding
From: Thierry Reding The current state of CRTCs, planes and connectors currently leaks during DRM driver ->unload() unless drivers explicitly clean it up. Since there is nothing driver-specific about it, that cleanup can be done within the DRM core. Signed-off-by: Thierry Reding --- drivers/gp