Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1257027pxa; Thu, 20 Aug 2020 06:56:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzc3SD2Mr5A4wNZaErEi++eeFHsJKp8tB+Q0Ra2Xa2uOa5xVbT69aFZM//gegIis8IY+CGi X-Received: by 2002:a17:906:e58:: with SMTP id q24mr3336897eji.516.1597931770908; Thu, 20 Aug 2020 06:56:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597931770; cv=none; d=google.com; s=arc-20160816; b=eRKyLMKTLXmBWgU6LOcFXJRJM1P7Qyl3F4kqGBU17yTtKwghICcHxoJr/4KV2vbHxH 8pDmMMJOiYulwjvCkhZrEvoBVNiKt9ZmfwUIjA9zwuArz2CPHRLCtUopZoJoEOmfBGPJ V6PdUWR5fASuYaMCErX3GHWTP+b2e/MDC6p29qWxBUZAMNV3ABX7StRk1YKGy5eTbrLN Dxp/sQe3qBha988JUQXlAvl7wzn7MuxDETRgxcmpsytLEFcRqzvdDxGXq+bsLhn/2Z+b 0lf7Ree6TXL9o4okfcYGxbaFExwcUYBkHoaNiRsXbAlK9dKFsPFFqIkuwR3Cv/LLZjjx dFXw== 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=GwkNXUAmBhmah+0+tS3oafdfhpxL5lPKHZcTzjykexU=; b=wDJZfaR0z69jKg0oaD1ENtzB5FTWOD1qETVm+0nfWVcnCZSGNzCohelVaKNUgVGtKm iFyWjA2NHBCm5x1LydOAAycnbO/Y3hx6mGIR9IrlSVnCzak3HqyKQstKgTCD85eVA5Bh dA5tK0ZXEzC6sEIkKh3u3JIiQC4f6Rj3FqDkfFElJJOErCUxt5Czh9Skez1nIXNjmp7Y yFzyqNXeBUcGBtjOcQTBQbdHrwp17IEJXphM+Spn+pLtnaJHb9pZ71MufKbDkBAL+AeZ 6iWDZWHOFYUqJdwAmUNp7iPb1Q9Ztr8/Rq1jjmdnMmw3iJ/2gL6my8QCQaBeYpDD2QpV /WIg== 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 f7si1246202ejh.441.2020.08.20.06.55.46; Thu, 20 Aug 2020 06:56:10 -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 S1726861AbgHTJYF (ORCPT + 99 others); Thu, 20 Aug 2020 05:24:05 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:57024 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726781AbgHTJXz (ORCPT ); Thu, 20 Aug 2020 05:23:55 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 273591C0BD6; Thu, 20 Aug 2020 11:23:50 +0200 (CEST) Date: Thu, 20 Aug 2020 11:23:49 +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: <20200820092349.GA3792@amd> References: <20200817161132.GA4711@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" 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 --EeQfGwPcQSOJBaQU 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? Yes, it seems they make things work. (Chris asked for new patch to be tested, so I am switching to his kernel, but it survived longer than it usually does.) Thanks and best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl8+QSUACgkQMOfwapXb+vJNIwCeI5looH84mvmfbwh947kCWZjp DrYAoMLxcp9yPQh16oheciyRdFHfmJdf =/piO -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU--