1. NAME

drm_fb_helper_set_par - implementation for ->fb_set_par

2. SYNOPSIS

int drm_fb_helper_set_par(struct fb_info *  info );

3. ARGUMENTS

info
    fbdev registered by the helper

4. DESCRIPTION

This will let fbcon do the mode init and is called at initialization time by the fbdev core when registering the driver, and later on through the hotplug callback.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT