Name
drm_fb_helper_alloc_fbi —
allocate fb_info and some of its members
Arguments
fb_helper
driver-allocated fbdev helper
Description
A helper to alloc fb_info and the members cmap and apertures. Called
by the driver within the fb_probe fb_helper callback function.
RETURNS
fb_info pointer if things went okay, pointer containing error code
otherwise