From mboxrd@z Thu Jan 1 00:00:00 1970 From: ville.syrjala@linux.intel.com Subject: [PATCH 0/2] drm/i915: gen2-4 page flip fixes Date: Tue, 19 Feb 2013 15:16:37 +0200 Message-ID: <1361279799-16582-1-git-send-email-ville.syrjala@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 7005AE5C0E for ; Tue, 19 Feb 2013 05:16:54 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org These should hopefully fix up the races in gen2-4 page flip support. Kudos to Chris for fixing up my mistakes in the gen4 patch, and for providing a nice comment to explain the logic. Disclaimer: I don't have hardware to test any of this. Currently it has only been tested by Chris.