From patchwork Tue Apr 9 16:32:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Henriques X-Patchwork-Id: 235142 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 0467F2C00A2 for ; Wed, 10 Apr 2013 02:32:33 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UPbT4-0002Ek-Ag; Tue, 09 Apr 2013 16:32:22 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UPbT1-0002EA-RJ for kernel-team@lists.ubuntu.com; Tue, 09 Apr 2013 16:32:19 +0000 Received: from bl15-144-85.dsl.telepac.pt ([188.80.144.85] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UPbT1-00087i-JX for kernel-team@lists.ubuntu.com; Tue, 09 Apr 2013 16:32:19 +0000 Date: Tue, 9 Apr 2013 17:32:17 +0100 From: Luis Henriques To: kernel-team@lists.ubuntu.com Subject: [Quantal][Pull-Request] GPU hangs regression on Quantal Message-ID: <20130409163217.GC16391@hercules> MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com The following changes since commit d838c2130beecb2218accd425e8c619b3fe47f3b: KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) (2013-04-05 06:24:54 -0600) are available in the git repository at: git://kernel.ubuntu.com/henrix/ubuntu-quantal.git master-next for you to fetch changes up to 1e2a12bb258a8d3ba99d73859ec35a2ee1c685ff: drm/i915: PIPE_CONTROL TLB invalidate requires CS stall (2013-04-09 16:42:12 +0100) ---------------------------------------------------------------- Ben Widawsky (1): drm/i915: PIPE_CONTROL_TLB_INVALIDATE Chris Wilson (1): drm/i915: Apply post-sync write for pipe control invalidates Daniel Vetter (1): drm/i915: "Flush Me Harder" required on gen6+ Jesse Barnes (2): drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op v3 drm/i915: PIPE_CONTROL TLB invalidate requires CS stall drivers/gpu/drm/i915/i915_reg.h | 9 +++-- drivers/gpu/drm/i915/intel_ringbuffer.c | 62 ++++++++++++++++++++++++--------- drivers/gpu/drm/i915/intel_ringbuffer.h | 2 ++ 3 files changed, 54 insertions(+), 19 deletions(-)