summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorZhenyu Wang2008-06-20 03:48:06 +0200
committerDave Airlie2008-06-20 03:48:06 +0200
commit7d15ddf79ec35ce79093832c80b86c0888eb5bce (patch)
treee876d010a80c724d8197fb6db4bf8f1cdf831691 /drivers
parentagp: brown paper bag patch - put back the two lines it took out. (diff)
downloadkernel-qcow2-linux-7d15ddf79ec35ce79093832c80b86c0888eb5bce.tar.gz
kernel-qcow2-linux-7d15ddf79ec35ce79093832c80b86c0888eb5bce.tar.xz
kernel-qcow2-linux-7d15ddf79ec35ce79093832c80b86c0888eb5bce.zip
[agp]: fixup chipset flush for new Intel G4x.
Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/agp/intel-agp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c
index 1ae64bb36771..df702642ab8f 100644
--- a/drivers/char/agp/intel-agp.c
+++ b/drivers/char/agp/intel-agp.c
@@ -948,7 +948,7 @@ static void intel_i9xx_setup_flush(void)
intel_private.ifp_resource.flags = IORESOURCE_MEM;
/* 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();