Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d15ddf7 authored by Zhenyu Wang's avatar Zhenyu Wang Committed by Dave Airlie
Browse files

[agp]: fixup chipset flush for new Intel G4x.

parent 0e480e5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();