linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Linux Frame Buffer Device Development
	<linux-fbdev-devel@lists.sourceforge.net>,
	WolfSt.External@qimonda.com
Subject: Radeonfb doesn't work on Radeon Xpress 200M (RS485) (fwd)
Date: Wed, 25 Apr 2007 13:41:18 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0704251340470.2730@anakin> (raw)

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1158 bytes --]


linux-fbdev-devel@lists.sourceforge.net is the correct address!

---------- Forwarded message ----------
Date: Wed, 25 Apr 2007 13:04:17 +0200
From: WolfSt.External@qimonda.com
To: linux-fbdev-devel-bounces@lists.sourceforge.net
Subject: Radeonfb doesn't work on Radeon Xpress 200M (RS485)

Hi,

I bought a notebook HP nx6325 where a ATI Radeon Xpress 200M chipset is build in. I just add the pci ids of this card to get the radeonfb working. Please find the attached patch. I only add the patch against the 2.6.20 kernel tree. But it also works for the 2.6.21 which I tested it first.


Regards,

Stephan Wolf
AIS Automation Dresden GmbH 
Softwaredesigner

Qimonda AG:
Office:         D412
Phone:          +49 (0)351 / 886-7696
mailto: WolfSt.External@qimonda.com

Tel. / Phone: +49 (0)351 / 2166-136
Fax:              +49 (0)351 / 2166-336
mailto:wolf@ais-dresden.de
http://www.ais-automation.com
Otto-Mohr-Straße 6 
01237 Dresden 
Germany

Sitz der Gesellschaft: Dresden
Registergericht: Amtsgericht Dresden, HRB 126
Geschäftsführer: Dipl.-Ing. Eckhard Schöbel,
Dipl.-Ing. Gottfried Gerlach, Dipl.-Ing. Rainer Strauß

[-- Attachment #2: radeonfb-Xpress200M.patch --]
[-- Type: APPLICATION/OCTET-STREAM, Size: 1277 bytes --]

diff -u linux-2.6.21-rc3-mm2/drivers/video/aty/ati_ids.h linux/drivers/video/aty/ati_ids.h
--- linux-2.6.21-rc3-mm2/drivers/video/aty/ati_ids.h	2007-03-11 07:46:50.000000000 +0100
+++ linux/drivers/video/aty/ati_ids.h	2007-03-07 21:26:03.000000000 +0100
@@ -204,6 +204,7 @@
 #define PCI_CHIP_RV280_5961		0x5961
 #define PCI_CHIP_RV280_5962		0x5962
 #define PCI_CHIP_RV280_5964		0x5964
+#define PCI_CHIP_RS485_5975		0x5975
 #define PCI_CHIP_RV280_5C61		0x5C61
 #define PCI_CHIP_RV280_5C63		0x5C63
 #define PCI_CHIP_R423_5D57              0x5D57
diff -u linux-2.6.21-rc3-mm2/drivers/video/aty/radeon_base.c linux/drivers/video/aty/radeon_base.c
--- linux-2.6.21-rc3-mm2/drivers/video/aty/radeon_base.c	2007-03-11 07:46:50.000000000 +0100
+++ linux/drivers/video/aty/radeon_base.c	2007-03-07 21:30:12.000000000 +0100
@@ -151,6 +151,8 @@
 	/* Mobility 9200 (M9+) */
 	CHIP_DEF(PCI_CHIP_RV280_5C61,	RV280,	CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY),
 	CHIP_DEF(PCI_CHIP_RV280_5C63,	RV280,	CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY),
+	/*Mobility Xpress 200 */
+	CHIP_DEF(PCI_CHIP_RS485_5975,	R300,	CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
 	/* 9200 */
 	CHIP_DEF(PCI_CHIP_RV280_5960,	RV280,	CHIP_HAS_CRTC2),
 	CHIP_DEF(PCI_CHIP_RV280_5961,	RV280,	CHIP_HAS_CRTC2),


[-- Attachment #3: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #4: Type: text/plain, Size: 182 bytes --]

_______________________________________________
Linux-fbdev-devel mailing list
Linux-fbdev-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel

             reply	other threads:[~2007-04-25 11:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-25 11:41 Geert Uytterhoeven [this message]
2007-04-26  2:01 ` Radeonfb doesn't work on Radeon Xpress 200M (RS485) (fwd) WolfSt.External
2007-04-26  2:20   ` Radeonfb doesn't work on Radeon Xpress 200M(RS485) (fwd) WolfSt.External
2007-04-26  8:08 ` Radeonfb doesn't work on Radeon Xpress 200M (RS485) (fwd) WolfSt.External
2007-04-26  8:59   ` Antonino A. Daplas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0704251340470.2730@anakin \
    --to=geert@linux-m68k.org \
    --cc=WolfSt.External@qimonda.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).