On Thu, Dec 18, 2014 at 06:04:45PM -0800, Fengguang Wu wrote: > > Hi Thierry, > > FYI, here is another bisect result. Thanks. Looking at the cirrus driver more closely it already employs the big hammer upon failure and ends up calling drm_fb_helper_fini() via the cirrus_driver_unload() call in cirrus_driver_load()'s cleanup path. > commit 7bf2844ed14de049a4ccec26eb3d8b4c3d5c1971 > Author: Thierry Reding > AuthorDate: Wed Dec 17 16:39:59 2014 +0100 > Commit: Daniel Vetter > CommitDate: Wed Dec 17 22:05:08 2014 +0100 > > drm/fb-helper: Propagate errors from initial config failure > > Make drm_fb_helper_initial_config() return an int rather than a bool so > that the error can be properly propagated. While at it, update drivers > to propagate errors further rather than just ignore them. > > Cc: David Airlie > Cc: Daniel Vetter > Cc: Patrik Jakobsson > Cc: Rob Clark > Cc: Tomi Valkeinen > Cc: Alex Deucher > Cc: Christian König > Cc: Ben Skeggs > Signed-off-by: Thierry Reding > Reviewed-by: Alex Deucher > Reviewed-by: Patrik Jakobsson > Signed-off-by: Daniel Vetter Using the attached patch on top of this I can no longer reproduce either this or the earlier result. I'll send a revised patch with this squashed in. Thanks, Thierry