From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: VT switchless resume v2 Date: Fri, 15 Feb 2013 13:07:44 -0800 Message-ID: <1360962470-7451-1-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy9.bluehost.com (oproxy9.bluehost.com [69.89.24.6]) by gabe.freedesktop.org (Postfix) with SMTP id 1071DE5C7B for ; Fri, 15 Feb 2013 13:07:51 -0800 (PST) Received: from [67.161.37.189] (port=33493 helo=localhost.localdomain) by box514.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1U6SVa-0003WM-Je for intel-gfx@lists.freedesktop.org; Fri, 15 Feb 2013 14:07:50 -0700 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 Fixed up the sprite bits to actually work, I had the tracking of the state in the wrong place, which meant we'd use pre-modified bits on resume, leading to breakage. The other patches are the same. Thanks, Jesse