On Fri, Jan 25, 2013 at 2:20 AM, Daniel Vetter daniel.vetter@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.