From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikola Pajkovsky Subject: Re: WARNING: at drivers/gpu/drm/i915/i915_gem.c:3437 i915_gem_object_pin+0x151/0x1a0() Date: Tue, 11 Dec 2012 16:31:09 +0100 Message-ID: <87r4mwvc5e.fsf@redhat.com> References: <87vcc8vkgn.fsf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Daniel Vetter's message of "Tue, 11 Dec 2012 16:08:26 +0100") Sender: linux-kernel-owner@vger.kernel.org To: Daniel Vetter Cc: David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org Daniel Vetter writes: > On Tue, Dec 11, 2012 at 1:31 PM, Nikola Pajkovsky wrote: >> looks like we still have some oops in i915. i915 maintainers do you have >> any ideas what's going on? I will try to trigger that oops later today >> and provide more information. > > The infamous pin leak. Should be fixed with > > commit b4a98e57fc27854b5938fc8b08b68e5e68b91e1f > Author: Chris Wilson > Date: Thu Nov 1 09:26:26 2012 +0000 > > drm/i915: Flush outstanding unpin tasks before pageflipping > > available from the drm-next (or linux-next) trees. If it holds up once > merged, we'll backport it. Thanks for the info, I will merge it into my local tree and give it try. -- Nikola