Re: [git pull] agp patches for 2.6.26 final

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Zhenyu Wang
Date: Wednesday, June 18, 2008 - 10:46 pm

On 2008.06.19 05:41:27 +0100, Dave Airlie wrote:
patches

I'm sorry, Dave. This one seems missing from 4 series chipset enabling
patch, sorry I forgot those chipset flush setup, pls apply this.

Thanks.

[AGP] intel_agp: setup chipset flush like i965 for 4 series chipsets

Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com>
---
 drivers/char/agp/intel-agp.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c
index 1ae64bb..acc4bd5 100644
--- a/drivers/char/agp/intel-agp.c
+++ b/drivers/char/agp/intel-agp.c
@@ -947,8 +947,7 @@ static void intel_i9xx_setup_flush(void)
 	intel_private.ifp_resource.name =3D "Intel Flush Page";
 	intel_private.ifp_resource.flags =3D IORESOURCE_MEM;
=20
-	/* Setup chipset flush for 915 */
-	if (IS_I965 || IS_G33) {
+	if (IS_I965 || IS_G33 || IS_G4X) {
 		intel_i965_g33_setup_chipset_flush();
 	} else {
 		intel_i915_setup_chipset_flush();
--=20
1.5.4


--=20
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] agp patches for 2.6.26 final, Dave Airlie, (Wed Jun 18, 9:41 pm)
Re: [git pull] agp patches for 2.6.26 final, Linus Torvalds, (Wed Jun 18, 9:56 pm)
Re: [git pull] agp patches for 2.6.26 final, Dave Airlie, (Wed Jun 18, 10:01 pm)
Re: [git pull] agp patches for 2.6.26 final, Zhenyu Wang, (Wed Jun 18, 10:46 pm)