Re: [PATCH] drm/doc: Drop misleading comment on drm_mode_config_cleanup

2019-10-23 Thread Daniel Vetter
On Tue, Oct 22, 2019 at 05:02:40PM +, Mihail Atanassov wrote: > On Tuesday, 22 October 2019 17:37:17 BST Daniel Vetter wrote: > > This is not something we'll fix, because failing to clean up stuff (or > > doing it in the wrong order) is a driver bug. The offending FIXME goes > > all the way bac

Re: [PATCH] drm/doc: Drop misleading comment on drm_mode_config_cleanup

2019-10-22 Thread Mihail Atanassov
On Tuesday, 22 October 2019 17:37:17 BST Daniel Vetter wrote: > This is not something we'll fix, because failing to clean up stuff (or > doing it in the wrong order) is a driver bug. The offending FIXME goes > all the way back to the original modeset merge. > > We've added a WARN_ON in > > commit

[PATCH] drm/doc: Drop misleading comment on drm_mode_config_cleanup

2019-10-22 Thread Daniel Vetter
This is not something we'll fix, because failing to clean up stuff (or doing it in the wrong order) is a driver bug. The offending FIXME goes all the way back to the original modeset merge. We've added a WARN_ON in commit 2b677e8c08eed11e4ebe66a7c334f03e389a19a3 Author: Daniel Vetter Date: Mon