public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SiS648 support for agpgart, kernel 2.4.21-rc2-ac1
@ 2003-05-11 11:11 Grzesiek Wilk
  2003-05-11 12:10 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 6+ messages in thread
From: Grzesiek Wilk @ 2003-05-11 11:11 UTC (permalink / raw)
  To: linux-kernel

This patch just adds sis648 chipset support as a generic sis chipset into
agpgart. You need it if you want to get a 3d acceleration to work.

So far it works fine on my Radeon 9000
(glxgears 1200fps instead of 300, glTron works excellent).

One thing i'm not sure is in which agp mode it is working. SiS648 as well as
R9k supports agp 3.0 but I don't think that generic sis driver does.
(correct me if i'm wrong).


diff -u orig_linux.21rc2-ac1/drivers/char/agp/agpgart_be.c linux.21rc2-ac1/drivers/char/agp/agpgart_be.c
--- orig_linux.21rc2-ac1/drivers/char/agp/agpgart_be.c	2003-05-11 12:23:51.000000000 +0200
+++ linux.21rc2-ac1/drivers/char/agp/agpgart_be.c	2003-05-11 12:39:03.000000000 +0200
@@ -4655,6 +4655,12 @@
 		"SiS",
 		"646",
 		sis_generic_setup },
+	{ PCI_DEVICE_ID_SI_648,
+		PCI_VENDOR_ID_SI,
+		SIS_GENERIC,
+		"SiS",
+		"648",
+		sis_generic_setup },		
 	{ PCI_DEVICE_ID_SI_735,
 		PCI_VENDOR_ID_SI,
 		SIS_GENERIC,



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-05-11 14:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-11 11:11 [PATCH] SiS648 support for agpgart, kernel 2.4.21-rc2-ac1 Grzesiek Wilk
2003-05-11 12:10 ` Bartlomiej Zolnierkiewicz
2003-05-11 12:11   ` Zwane Mwaikambo
2003-05-11 13:08   ` Grzegorz Wilk
2003-05-11 13:37     ` Bartlomiej Zolnierkiewicz
2003-05-11 14:28       ` Grzegorz Wilk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox