From mboxrd@z Thu Jan 1 00:00:00 1970 From: ville.syrjala@linux.intel.com Subject: [PATCH 0/1] drm/i915: Another version of the vga stop_machine monstrosity Date: Mon, 30 Sep 2013 17:08:30 +0300 Message-ID: <1380550111-31590-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 mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id C7AB4E6FBA for ; Mon, 30 Sep 2013 07:08:52 -0700 (PDT) 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 Cc: Dave Airlie List-Id: intel-gfx@lists.freedesktop.org Here's a slightly improved version of the VGA stop_machine() patch. The main new thing is switching ctg/elk over to port IO. That appears to have cured the hangs from Chris's lid_notify riddled ctg machine. What I'd really like is some kind of tested-by note from Alex Williamson to make sure I didn't accidentally break something important. Well, assuming people are willing to overlook the uglyness to slip this in at all.