Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751657AbeACQ3x (ORCPT + 1 other); Wed, 3 Jan 2018 11:29:53 -0500 Received: from mail-qk0-f172.google.com ([209.85.220.172]:44288 "EHLO mail-qk0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751361AbeACQ3v (ORCPT ); Wed, 3 Jan 2018 11:29:51 -0500 X-Google-Smtp-Source: ACJfBouoGS4AOzb7gux3dAVNnRm/t8Jmfm42+qPGDD5PYCXjYT3adpaXBptvxMnnyms/owIHWJgSkQ== Date: Wed, 3 Jan 2018 11:31:31 -0500 From: Alexandru Chirvasitu To: Chris Wilson Cc: Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , intel-gfx@lists.freedesktop.org, kernel list Subject: Re: PROBLEM: i915 causes complete desktop freezes in 4.15-rc5 Message-ID: <20180103163131.GD2118@chirva-void> References: <151491202515.21495.4275099714898982160@mail.alporthouse.com> <20180102213922.zu4bbovphbk6sad6@D-69-91-141-110.dhcp4.washington.edu> <20180103001438.qyecmef4rss3e732@D-69-91-141-110.dhcp4.washington.edu> <151498375040.21495.10909014868670557680@mail.alporthouse.com> <20180103134642.GA2118@chirva-void> <151498727661.21495.7545852848027242671@mail.alporthouse.com> <20180103140340.GB2118@chirva-void> <151498852791.21495.13313443882665791372@mail.alporthouse.com> <20180103144826.GC2118@chirva-void> <151499122583.21495.1963140337943422469@mail.alporthouse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <151499122583.21495.1963140337943422469@mail.alporthouse.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Thank you for that! I'd been getting used to seeing warnings to that effect, so got complacent and stopped checking for errors.. In any case, it's now compiled and installed, and I will report back with any new logs if / when another hang occurs. On Wed, Jan 03, 2018 at 02:53:45PM +0000, Chris Wilson wrote: > Quoting Alexandru Chirvasitu (2018-01-03 14:48:26) > > Here's the log for the make bzImage and modules without ccache. > > > > I ran it with j8 still because otherwise it would take very long, but > > if I run out of options I'll try plain too.. > > > > In the meantime I'd like to try some other configs; maybe specific > > drivers are messing me up. > > > > I swear to god it was working all right yesterday.. > > drivers/gpu/drm/i915/intel_dpio_phy.c:442:1: error: the frame size of > 1168 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] > > Go into the kconfig compiler options and increase the limit or disable > the warning. See CONFIG_FRAME_WARN. > -Chris