On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer <s.ha...@pengutronix.de> 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@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to