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
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
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
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
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
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.
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
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
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
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
10 matches
Mail list logo