[PATCH 06/16] drm/fb-helper: inline drm_fb_helper_single_add_all_connectors

Dave Airlie airlied at gmail.com
Thu Jan 24 13:27:29 PST 2013


On Fri, Jan 25, 2013 at 2:20 AM, Daniel Vetter <daniel.vetter at ffwll.ch> wrote:
> All drivers call this right after drm_fb_helper_init, and the only
> thing this function does is allocate a bit of memory and set up a
> bunch of pointers. No reason at all the keep this as a separate step.
>
Doesn't this stop future drivers from only adding a subset of outputs
to the fb layer?

It's kinda funny in patch 9 you give choice to drivers, and in this
patch you take away a different choice :-)

Dave.


More information about the dri-devel mailing list