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

Commit 51d56126 authored by Jesse Barnes's avatar Jesse Barnes Committed by Keith Packard
Browse files

drm/i915: page flip support for Ivy Bridge



Treat Ivy Bridge like previous chips as far as flip submission is
concerned.

Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: default avatarKeith Packard <keithp@keithp.com>
Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent b1f14ad0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6431,6 +6431,7 @@ static int intel_crtc_page_flip(struct drm_crtc *crtc,
		break;

	case 6:
	case 7:
		OUT_RING(MI_DISPLAY_FLIP |
			 MI_DISPLAY_FLIP_PLANE(intel_crtc->plane));
		OUT_RING(fb->pitch | obj->tiling_mode);