[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>

authored by Zhenyu Wang and committed by Dave Airlie 7d15ddf7 0e480e5f

+1 -1
+1 -1
drivers/char/agp/intel-agp.c
··· 948 948 intel_private.ifp_resource.flags = IORESOURCE_MEM; 949 949 950 950 /* Setup chipset flush for 915 */ 951 - if (IS_I965 || IS_G33) { 951 + if (IS_I965 || IS_G33 || IS_G4X) { 952 952 intel_i965_g33_setup_chipset_flush(); 953 953 } else { 954 954 intel_i915_setup_chipset_flush();