Re: [patch 2.6.20-1] radeonfb: Add support for Radeon xpress 200m

2007-03-09 Thread johan henriksson
Benjamin Herrenschmidt wrote: - radeonfb_pm_init(rinfo, rinfo->is_mobility ? 1 : -1, ignore_devlist, force_sleep); + radeonfb_pm_init(rinfo, rinfo->is_mobility && rinfo->family != CHIP_FAMILY_RS480 ? 1 : -1, ignore_devlist, force_sleep); I'd rather you add a check

[patch 2.6.20-1] radeonfb: Add support for Radeon xpress 200m

2007-03-08 Thread johan henriksson
Added support for radeon xpress 200m(rs480). Note that the card doesn't like dynclk turned on. Please CC replies to [EMAIL PROTECTED] Signed-off-by: Johan Henriksson <[EMAIL PROTECTED]> --- diff -upr linux-2.6.20.1-vanilla/drivers/video/aty/ati_ids.h linux-2.6.20.1/driver

Re: Radeon xpress 200m and radeonfb kinda work

2007-03-07 Thread johan henriksson
Nigel Cunningham wrote: Hi. On Tue, 2007-03-06 at 01:16 +0100, Johan Henriksson wrote: > Hi! > > I have gotten the radeon xpress 200m (the version without dedicated > vmem) to work with radeonfb. The attached patch (against > linux-2.6.20.1) works for me. Since I don't h

Re: Radeon xpress 200m and radeonfb kinda work

2007-03-07 Thread johan henriksson
Chuck Ebbert wrote: Johan Henriksson wrote: > Hi! > > I have gotten the radeon xpress 200m (the version without dedicated > vmem) to work with radeonfb. The attached patch (against > linux-2.6.20.1) works for me. Since I don't have any docs for the > card I am uns

Radeon xpress 200m and radeonfb kinda work

2007-03-05 Thread Johan Henriksson
have tested it by enabling fbcon and radeonfb in the kernel and added "video=radeonfb" to lilo. This gave me a nice 1280x800 console :) ) /Johan Henriksson Please CC, I'm not on the list. diff -uprN -X linux-2.6.20.1-vanilla/Documentation/dontdiff linux-2.6.20.1-vanilla/drivers