drm/fb-helper: Explain unload sequence a bit better
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 7 Feb 2017 14:10:49 +0000 (15:10 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 7 Feb 2017 20:35:54 +0000 (21:35 +0100)
commited84e2542d2278bf1eff14b6bbd60ba74c8a5602
tree6b2fb30b69718919708f05735d9334bcfae920bb
parent0e70dad08393b218c08c4b741585d25e51b6f0c3
drm/fb-helper: Explain unload sequence a bit better

While reviewing Chris' patches to properly cancel our async workers I
checked that this happens after the fbdev is already unregistered.
That's the case, but I found a small gap in our docs, fill that in.

Note that I don't explain what release_fbi does, because that function
will disappear in the next patch ...

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170207141050.1129-1-daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_fb_helper.c