Black screen with AMD A4-3300 support

2011-12-13 Thread Joshua Roys
On 12/13/2011 06:49 AM, Boszormenyi Zoltan wrote: > I have a new ASUS K53TA notebook with AMD A4-3300 CPU > and an extra Radeon HD6550M. I installed Fedora 16 on it but > I get only black screen even during installation unless booted > with nomodeset. But it's only VESA so there's no acceleration >

Re: Black screen with AMD A4-3300 support

2011-12-13 Thread Joshua Roys
On 12/13/2011 06:49 AM, Boszormenyi Zoltan wrote: I have a new ASUS K53TA notebook with AMD A4-3300 CPU and an extra Radeon HD6550M. I installed Fedora 16 on it but I get only black screen even during installation unless booted with nomodeset. But it's only VESA so there's no acceleration and the

[PATCH 3/3] drm/radeon/kms: enable writeback on remaing asics

2010-08-27 Thread Joshua Roys
On Fri, Aug 6, 2010 at 9:37 PM, Alex Deucher wrote: > +++ b/drivers/gpu/drm/radeon/r300.c > @@ -1332,6 +1332,12 @@ static int r300_startup(struct radeon_device *rdev) > ? ? ? ? ? ? ? ?if (r) > ? ? ? ? ? ? ? ? ? ? ? ?return r; > ? ? ? ?} > + > + ? ? ? /* allocate wb buffer */ > + ? ? ? radeon_wb_in

Re: [PATCH 3/3] drm/radeon/kms: enable writeback on remaing asics

2010-08-27 Thread Joshua Roys
On Fri, Aug 6, 2010 at 9:37 PM, Alex Deucher wrote: > +++ b/drivers/gpu/drm/radeon/r300.c > @@ -1332,6 +1332,12 @@ static int r300_startup(struct radeon_device *rdev) >                if (r) >                        return r; >        } > + > +       /* allocate wb buffer */ > +       radeon_wb_in