From ffe74d75502e3a9b0791240b5562bcbecc6ab8dc Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 26 Aug 2013 20:58:12 +0100 Subject: [PATCH] drm/i915: Use RCS flips on Ivybridge+ MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit RCS flips do work on Iybridge+ so long as we can unmask the messages through DERRMR. However, there are quite a few workarounds mentioned regarding unmasking more than one event or triggering more than one message through DERRMR. Those workarounds in principle prevent us from performing pipelined flips (and asynchronous flips across multiple planes) and equally apply to the "known good" BCS ring. Given that it already appears to work, and also appears to work with unmasking all 3 planes at once (and queuing flips across multiple planes), be brave. Bugzlla: https://bugs.freedesktop.org/show_bug.cgi?id=67600 Signed-off-by: Chris Wilson Lightly-tested-by: Stephane Marchesin Cc: Stephane Marchesin Cc: Ben Widawsky Tested-by: Stéphane Marchesin Signed-off-by: Daniel Vetter --- Reading git-format-patch failed