drm/i915: Confine page flips to BCS on Valleyview
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 4 Sep 2013 09:54:30 +0000 (10:54 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 6 Sep 2013 05:42:32 +0000 (07:42 +0200)
commit1c5fd08520de35c7ac0d70e2ed3c3bb200830447
tree492e7d55143360255446b942e162c57ec71dfd71
parent6644a4e9422fe19293599d1fef0bd292f4ca72a6
drm/i915: Confine page flips to BCS on Valleyview

Once again we find that Valleyview is ever so subtlety different from
the rest of its gen7 brethen. In this case, Valleyview has no support
for pageflipping from the RCS ring.

Fixes a regression from

commit ffe74d75502e3a9b0791240b5562bcbecc6ab8dc
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Mon Aug 26 20:58:12 2013 +0100

    drm/i915: Use RCS flips on Ivybridge+

Reported-by: "Lee, Chon Ming" <chon.ming.lee@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68968
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c