1. NAME

drm_fb_helper_restore_fbdev_mode - restore fbdev configuration

2. SYNOPSIS

bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *  fb_helper );

3. ARGUMENTS

fb_helper
    fbcon to restore

4. DESCRIPTION

This should be called from driverAqs drm ->lastclose callback when implementing an fbcon on top of kms using this helper. This ensures that the user isnAqt greeted with a black screen when e.g. X dies.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT