Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757926Ab3GZJLz (ORCPT ); Fri, 26 Jul 2013 05:11:55 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:37173 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753006Ab3GZJLu (ORCPT ); Fri, 26 Jul 2013 05:11:50 -0400 MIME-Version: 1.0 Reply-To: sedat.dilek@gmail.com In-Reply-To: References: <20130725192248.GA13295@cantiga.alporthouse.com> <20130725215259.GB13295@cantiga.alporthouse.com> <20130725232556.GF13295@cantiga.alporthouse.com> <20130726072646.GH13295@cantiga.alporthouse.com> <20130726085035.GJ13295@cantiga.alporthouse.com> Date: Fri, 26 Jul 2013 11:11:49 +0200 Message-ID: Subject: Re: [Intel-gfx] linux-next: Tree for Jul 25 [ call-trace: drm | drm-intel related? ] From: Sedat Dilek To: Daniel Vetter Cc: Chris Wilson , Jani Nikula , Stephen Rothwell , intel-gfx , Linux Kernel Mailing List , DRI , linux-next Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3490 Lines: 80 On Fri, Jul 26, 2013 at 11:02 AM, Sedat Dilek wrote: > On Fri, Jul 26, 2013 at 10:52 AM, Daniel Vetter wrote: >> On Fri, Jul 26, 2013 at 10:50 AM, Chris Wilson wrote: >>> On Fri, Jul 26, 2013 at 10:27:03AM +0200, Sedat Dilek wrote: >>>> On Fri, Jul 26, 2013 at 10:25 AM, Sedat Dilek wrote: >>>> > ... >>>> > ... but does not start as well, so it seems to be a kernel-issue as >>>> > assumed (2nd confirmation). >>>> > >>>> > X.log attached. >>>> > >>>> >>>> Now, really w/ promised attachment. >>> >>> Yes, same failure (GTT mmaps) but at a later point, and UXA has no >>> fallback plan. >> >> I'm running igt on my machines here to prep a new -next test cycle, >> and gtt mmaps seem to fail across the board :( Currently I'd wager >> that the vma offset manager is the culprit, since I've only recently >> pulled that stuff in from drm-next. > > So, I resetted next-20130726 to the merge-commit of > drm-intel/for-linux-next, which is as expected bad. > > First, I looked w/ a Grrr at i915_gem_stolen.c with a focus on > "drm/i915: Use Graphics Base of Stolen Memory on all gen3+", but this > commit is also in next-20130725. > > Yeah, might be the stuff comes from the merge including vma stuff. > > - Sedat - > > [1] http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/gpu/drm/i915/i915_gem_stolen.c?id=4867509d9269228f69273312298fea11f414ae54 > I have compared next-20130725 VS. next-20130726: $ head -2313 next-20130725-VS-next-20130726.diff | grep ^+ | grep i915 + drm/i915: Colocate all GT access routines in the same file + drm/i915: Use a private interface for register access within GT + drm/i915: Use the common register access functions for NOTRACE variants + drm/i915: Squash gen lookup through multiple indirections inside GT access + drm/i915: Convert the register access tracepoint to be conditional + drm/i915: fix the racy object accounting + drm/i915: dvo_ch7xxx: fix vsync polarity setting + drm/i915: initialize gt_lock early with other spin locks + Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8" + drivers/gpu/drm/i915/Makefile | 2 + + drivers/gpu/drm/i915/dvo_ch7xxx.c | 2 +- + drivers/gpu/drm/i915/i915_debugfs.c | 836 +-- + drivers/gpu/drm/i915/i915_dma.c | 91 +- + drivers/gpu/drm/i915/i915_drv.c | 292 +- + drivers/gpu/drm/i915/i915_drv.h | 413 +- + drivers/gpu/drm/i915/i915_gem.c | 411 +- + drivers/gpu/drm/i915/i915_irq.c | 1347 ++--- + drivers/gpu/drm/i915/i915_trace.h | 16 +- + drivers/gpu/drm/i915/intel_display.c | 1065 ++-- + drivers/gpu/drm/i915/intel_drv.h | 36 +- + drivers/gpu/drm/i915/intel_pm.c | 431 +- + drivers/gpu/drm/i915/intel_uncore.c | 595 +++ Any hints which of the commits could be culprit? - Sedat - > - Sedat - > >> -Daniel >> -- >> Daniel Vetter >> Software Engineer, Intel Corporation >> +41 (0) 79 365 57 48 - http://blog.ffwll.ch -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/