From mboxrd@z Thu Jan 1 00:00:00 1970 From: ville.syrjala@linux.intel.com Subject: [PATCH 0/2] drm/i915: Page flip vs. GPU reset fixes Date: Mon, 18 Feb 2013 19:08:47 +0200 Message-ID: <1361207329-24539-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 mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id B3B00E63C3 for ; Mon, 18 Feb 2013 09:09:26 -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 Here are the (hopefully) final versions of the page flip vs. GPU reset fixes. They survive the i-g-t kms_flip flip-vs-modeset-vs-hang and flip-vs-panning-vs-hang tests, as well as stopping the rings while a fullscreen GL application is running under X. Now that we finish the page flips explicitly, the patches should also work on Gen2-Gen4 hardware, assuming we have otherwise working GPU reset support for them.