[PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-06 Thread Sascha Hauer
On Sat, Feb 04, 2012 at 11:21:34AM +, Dave Airlie wrote: > On Sat, Feb 4, 2012 at 10:47 AM, Sascha Hauer > wrote: > > On Fri, Feb 03, 2012 at 10:04:27AM +, Dave Airlie wrote: > >> On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer > >> wrote: > >> > The fb helper uses fixed size arrays for t

Re: [PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-06 Thread Sascha Hauer
On Sat, Feb 04, 2012 at 11:21:34AM +, Dave Airlie wrote: > On Sat, Feb 4, 2012 at 10:47 AM, Sascha Hauer wrote: > > On Fri, Feb 03, 2012 at 10:04:27AM +, Dave Airlie wrote: > >> On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer > >> wrote: > >> > The fb helper uses fixed size arrays for the

[PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-04 Thread Sascha Hauer
On Fri, Feb 03, 2012 at 10:04:27AM +, Dave Airlie wrote: > On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer > 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 dynamicall

[PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-04 Thread Dave Airlie
On Sat, Feb 4, 2012 at 10:47 AM, Sascha Hauer wrote: > On Fri, Feb 03, 2012 at 10:04:27AM +, Dave Airlie wrote: >> On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer >> wrote: >> > The fb helper uses fixed size arrays for the associated crtcs. >> > This is an unnecessary limitation, so instead us

Re: [PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-04 Thread Dave Airlie
On Sat, Feb 4, 2012 at 10:47 AM, Sascha Hauer wrote: > On Fri, Feb 03, 2012 at 10:04:27AM +, Dave Airlie wrote: >> On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer wrote: >> > The fb helper uses fixed size arrays for the associated crtcs. >> > This is an unnecessary limitation, so instead use a

Re: [PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-04 Thread Sascha Hauer
On Fri, Feb 03, 2012 at 10:04:27AM +, Dave Airlie wrote: > On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer 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.

[PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-03 Thread Dave Airlie
On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer 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 wha

Re: [PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-03 Thread Dave Airlie
On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer 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 wha

[PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-01 Thread Sascha Hauer
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. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/drm_fb_helper.c | 129 --- include/drm/dr

[PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-01 Thread Sascha Hauer
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. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/drm_fb_helper.c | 129 --- include/drm/dr