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

Commit 3c0556e9 authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge branch 'drm-intel-fixes' of...

Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel into drm-fixes

* 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel:
  drm/i915: Fix unintended recursion in ironlake_disable_rc6
parents fbf92bea 99507307
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6575,7 +6575,7 @@ static void ironlake_disable_rc6(struct drm_device *dev)
		POSTING_READ(RSTDBYCTL);
	}

	ironlake_disable_rc6(dev);
	ironlake_teardown_rc6(dev);
}

static int ironlake_setup_rc6(struct drm_device *dev)