drm_helper_mode_fill_fb_struct
drm_helper_mode_fill_fb_struct(dev, &rfb->base, mode_cmd);
drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd);
EXPORT_SYMBOL(drm_helper_mode_fill_fb_struct);
drm_helper_mode_fill_fb_struct(&dev_priv->drm, fb, mode_cmd);
void drm_helper_mode_fill_fb_struct(struct drm_device *dev,
drm_helper_mode_fill_fb_struct(dev, fb, mode_cmd);