Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp611614pxa; Wed, 19 Aug 2020 10:01:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJziZQWEzbOVmXQf1ESn47j/bSvpM4XMxTJumVTUGzqi4egkn0CEMxUfMkgBxI4YjNCOTEuU X-Received: by 2002:a17:906:260c:: with SMTP id h12mr27500647ejc.457.1597856501896; Wed, 19 Aug 2020 10:01:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597856501; cv=none; d=google.com; s=arc-20160816; b=holMexUs5jbh5srnJ2IVactReUB7crmBaZ6HZmxz7mFydQOxzJeRB7c5rf0Ovucy9W eiWGvi/6a4Hk03o8FdR8yB3BOr0HsPe9aRYUBNwodHEEBepZjNY7CAgdjeznSUry8O9M yUKAJXULj8LCOD4IKfSpACuNFKJk7GavdYBkkZDj20XzEsUOXJu+5HH0qJbFr5PrJcb5 jGIpwo7Qxsk0U9cxO66h4wSE3jDUx4oxtUAlOGqetxr2k6mf88WU/mY0oeZQaYQUK0Q0 /Wg+HMXYuyuUQ0wEtJympGvW7BOl+7SOzIKIAShDfswzsyLGlLBj+17IQCnnxARIkHpv 8h8g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=WFe3Bw40FMOAazliZFN7VG8HrHb+z26uX/WKqnqE/vc=; b=PXRKUAhzM91seeFDMNi4+XOijU1I06xa4yoJZTgCmS6jR/Xk+Rz8yMx0RSwW7l+DwR uekgQ2QLV1o/RM53i9zevR0urPadBR0Cjy1CUMrgkczojzxzqINdmYO8nFGxwflQcimz 5AWC7rvY4T0aStM2EapvXRfSmB6zhkQM2i2kayiVhHEge7porhxdXgUOcZbz67H0gfSt 4yjK2k7gt0oEpO5zzO6TlT2pLjG2NlEZTa/FkzAwfLUFZxcCxFxl8MBwp322pVyyoid6 gpVAuIgiuE+S72GxiR9ey6EGysR3dfq/M+pyBLHO/Sl4MMYbShf7YcX+RE7AsBm+lRTc 6glA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lf23si4136761ejb.498.2020.08.19.10.01.16; Wed, 19 Aug 2020 10:01:41 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727875AbgHSQ5i (ORCPT + 99 others); Wed, 19 Aug 2020 12:57:38 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:41942 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727079AbgHSQ5W (ORCPT ); Wed, 19 Aug 2020 12:57:22 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 607D51C0BBB; Wed, 19 Aug 2020 18:57:17 +0200 (CEST) Date: Wed, 19 Aug 2020 18:57:17 +0200 From: Pavel Machek To: Linus Torvalds Cc: Dave Airlie , Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , Daniel Vetter , Chris Wilson , Matthew Auld , intel-gfx , kernel list Subject: Re: [Intel-gfx] 5.9-rc1: graphics regression moved from -next to mainline Message-ID: <20200819165716.GA3803@amd> References: <20200817161132.GA4711@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > I think there's been some discussion about reverting that change for > > other reasons, but it's quite likely the culprit. >=20 > Hmm. It reverts cleanly, but the end result doesn't work, because of > other changes. >=20 > Reverting all of >=20 > 763fedd6a216 ("drm/i915: Remove i915_gem_object_get_dirty_page()") > 7ac2d2536dfa ("drm/i915/gem: Delete unused code") > 9e0f9464e2ab ("drm/i915/gem: Async GPU relocations only") >=20 > seems to at least build. >=20 > Pavel, does doing those three reverts make things work for you? Thanks. I got "[PATCH 1/2] drm/i915/gem: Replace reloc chain with terminator on..." in my inbox; I believe that's related. Let me try those, first. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl89WewACgkQMOfwapXb+vJnQACfYEYDrymKuDTAa+JArLe4U9Ld 5xcAnjjWjwoOVl2xtpo/o+mbX+714h85 =kU8f -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--