From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [pull] drm-intel-fixes Date: Wed, 8 Aug 2012 10:26:18 +0200 Message-ID: <20120808082617.GI5490@phenom.ffwll.local> References: <20120807120818.GB10377@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by gabe.freedesktop.org (Postfix) with ESMTP id E75A79E772 for ; Wed, 8 Aug 2012 01:25:58 -0700 (PDT) Received: by wibhq4 with SMTP id hq4so2683041wib.12 for ; Wed, 08 Aug 2012 01:25:57 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20120807120818.GB10377@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Dave Airlie Cc: Intel Graphics Development , DRI Development List-Id: dri-devel@lists.freedesktop.org On Tue, Aug 07, 2012 at 02:08:18PM +0200, Daniel Vetter wrote: > Hi Dave, > = > - Regression fixer for an OOPS at boot when i915.ko is built-in and > CONFIG_PM=3Dn, introduce in 3.5 (patch from Hunt Xu) > - Regression fixer for occlusion query failures, the required w/a wasn't > applied in all cases (thanks to Eric for tracking this on down). > - dmar vs. dma_buf imprt fix (Dave Airlie) > - 2 patches to fight down forcewake issues on snb. This is the stuff I've > talked about 2 weeks ago already, it's a minefield. Investigation still > going on, but afaict this is the best we have for now. > - a few minor things to keep coverty&compiler happy (Alan, Davendra, > St=E9phane) > - tons of hsw pci ids - this one is a bit late because internal approval > sometimes takes a while, but ppl in charge finally agreed that world+dog > already knows about ult and crw haswell variants ;-) As discussed on irc, one more fix: - fix ring init sequence (only reported by QA afaict). Yours, Daniel The following changes since commit e8aeaee7b012f1cdb382765d17307445385aa87c: drm/i915: unbreak lastclose for failed driver init (2012-07-25 10:40:00 += 0200) are available in the git repository at: git://people.freedesktop.org/~danvet/drm-intel drm-intel-fixes for you to fetch changes up to 0d8957c8a90bbb5d34fab9a304459448a5131e06: drm/i915: correctly order the ring init sequence (2012-08-08 10:23:35 +02= 00) ---------------------------------------------------------------- Alan Cox (3): vlv: it might be wise if we initialised the flag value... i915: fix error path leak in intel_sdvo_write_cmd i915: Remove silly test Chris Wilson (1): drm/i915: Workaround hang with BSD and forcewake on SandyBridge Daniel Vetter (2): drm/i915: fix forcewake related hangs on snb drm/i915: correctly order the ring init sequence Dave Airlie (1): i915: don't map imported dma-bufs for dmar. Devendra Naga (1): drm/i915: remove unused variable Eric Anholt (1): drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround. Hunt Xu (1): drm/i915: make rc6 in sysfs functions conditional Paulo Zanoni (1): drm/i915: add more Haswell PCI IDs St=E9phane Marchesin (1): drm/i915: Make intel_panel_get_backlight static. drivers/char/agp/intel-agp.h | 39 +++++++++++++++--- drivers/char/agp/intel-gtt.c | 60 ++++++++++++++++++++++++= +++- drivers/gpu/drm/i915/i915_drv.c | 31 +++++++++++++- drivers/gpu/drm/i915/i915_gem_context.c | 1 - drivers/gpu/drm/i915/i915_gem_execbuffer.c | 20 +++++----- drivers/gpu/drm/i915/i915_gem_gtt.c | 3 +- drivers/gpu/drm/i915/i915_sysfs.c | 12 ++++++ drivers/gpu/drm/i915/intel_display.c | 1 + drivers/gpu/drm/i915/intel_drv.h | 20 +++++----- drivers/gpu/drm/i915/intel_i2c.c | 3 -- drivers/gpu/drm/i915/intel_panel.c | 2 +- drivers/gpu/drm/i915/intel_pm.c | 6 ++- drivers/gpu/drm/i915/intel_ringbuffer.c | 7 +++- drivers/gpu/drm/i915/intel_sdvo.c | 5 ++- 14 files changed, 172 insertions(+), 38 deletions(-) -- = Daniel Vetter Mail: daniel@ffwll.ch Mobile: +41 (0)79 365 57 48