From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:1368 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750802AbcHDLpC (ORCPT ); Thu, 4 Aug 2016 07:45:02 -0400 Date: Thu, 4 Aug 2016 13:38:51 +0200 (CEST) From: Julia Lawall To: Chris Wilson cc: intel-gfx@lists.freedesktop.org, Daniel Vetter , stable@vger.kernel.org, kbuild-all@01.org Subject: Re: [Intel-gfx] [PATCH] drm/i915: Disable stolen on 865G (fwd) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-1094779192-1470310731=:7967" Sender: stable-owner@vger.kernel.org List-ID: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1094779192-1470310731=:7967 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT An extra tab would help avoid misunderstandings. julia ---------- Forwarded message ---------- Date: Thu, 4 Aug 2016 19:33:05 +0800 From: kbuild test robot To: kbuild@01.org Cc: Julia Lawall Subject: Re: [Intel-gfx] [PATCH] drm/i915: Disable stolen on 865G CC: kbuild-all@01.org In-Reply-To: <1470304564-9842-1-git-send-email-chris@chris-wilson.co.uk> TO: Chris Wilson CC: intel-gfx@lists.freedesktop.org, Daniel Vetter , stable@vger.kernel.org CC: Daniel Vetter , stable@vger.kernel.org Hi Chris, [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on v4.7 next-20160804] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chris-Wilson/drm-i915-Disable-stolen-on-865G/20160804-175832 base: git://anongit.freedesktop.org/drm-intel for-linux-next :::::: branch date: 2 hours ago :::::: commit date: 2 hours ago >> drivers/gpu/drm/i915/i915_gem_stolen.c:126:2-24: code aligned with following code on line 129 git remote add linux-review https://github.com/0day-ci/linux git remote update linux-review git checkout d0f0edcafdb2b2e5ab8699658c6eb4de98c2cda3 vim +126 drivers/gpu/drm/i915/i915_gem_stolen.c 0ad98c74e Ville Syrj�l� 2015-10-08 120 /* 0ad98c74e Ville Syrj�l� 2015-10-08 121 * FIXME is the graphics stolen memory region 0ad98c74e Ville Syrj�l� 2015-10-08 122 * always at TOUD? Ie. is it always the last 0ad98c74e Ville Syrj�l� 2015-10-08 123 * one to be allocated by the BIOS? 0ad98c74e Ville Syrj�l� 2015-10-08 124 */ d0f0edcaf Chris Wilson 2016-08-04 125 if (0) /* https://bugs.freedesktop.org/show_bug.cgi?id=96473 */ 0ad98c74e Ville Syrj�l� 2015-10-08 @126 pci_bus_read_config_word(dev->pdev->bus, PCI_DEVFN(0, 0), 0ad98c74e Ville Syrj�l� 2015-10-08 127 I865_TOUD, &toud); 0ad98c74e Ville Syrj�l� 2015-10-08 128 0ad98c74e Ville Syrj�l� 2015-10-08 @129 base = toud << 16; 0ad98c74e Ville Syrj�l� 2015-10-08 130 } else if (IS_I85X(dev)) { 0ad98c74e Ville Syrj�l� 2015-10-08 131 u32 tseg_size = 0; 0ad98c74e Ville Syrj�l� 2015-10-08 132 u32 tom; :::::: The code at line 126 was first introduced by commit :::::: 0ad98c74e093041eb163b01013eb46989f2124aa drm/i915: Determine the stolen memory base address on gen2 :::::: TO: Ville Syrj�l� :::::: CC: Daniel Vetter --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation --8323329-1094779192-1470310731=:7967--