[PATCH] drm/atomic: debugfs atomic state should be removed too

2016-11-29 Thread Jyri Sarha
If atomic state file is not removed from debugfs it will prevent atomic driver modules from reloading after unload when debugfs is enabled. Fixes commit 6559c901cb484 ("drm/atomic: add debugfs file to dump out atomic state") Signed-off-by: Jyri Sarha --- drivers/gpu/drm/drm_atomic.c | 6

[PATCH] drm/atomic: debugfs atomic state should be removed too

2016-11-29 Thread Daniel Vetter
On Tue, Nov 29, 2016 at 10:19:10PM +0200, Jyri Sarha wrote: > If atomic state file is not removed from debugfs it will prevent > atomic driver modules from reloading after unload when debugfs is > enabled. > > Fixes commit 6559c901cb484 ("drm/atomic: add debugfs file to dump out > atomic state")