On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> wrote: > The fb helper uses fixed size arrays for the associated crtcs. > This is an unnecessary limitation, so instead use a list to > store the crtcs and allocate them dynamically. I need more reasons on why this is a unnecessary limitation, for what? Its a lot less cache friendly to use a linked list here for not much gain, do you want to attach/detach crtcs from fb at runtime? Dave. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel