drm/fb-helper: Add module option to disable fbdev emulation
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 25 Aug 2015 13:45:13 +0000 (15:45 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Sep 2015 11:45:50 +0000 (13:45 +0200)
commitf64c5573d253ab3f9c01b4056c5f75a889d18502
tree00dba6165d324928ac058cef15953d2756e01f58
parenta39a357c6ca3c88ad64e9b51bd7607c06cd6d35d
drm/fb-helper: Add module option to disable fbdev emulation

Faster than recompiling.

Note that restore_fbdev_mode_unlocked is a bit special and the only
one which returns an error code when fbdev isn't there - i915 needs
that one to not fall over with some additional fbcon related restore
code. Everyone else just ignores the return value or only prints a
DRM_DEBUG level message.

Reviewed-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_fb_helper.c