Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Kathryn Tolsen Newsgroups: linux.debian.bugs.dist,linux.debian.kernel Subject: Bug#931901: Ping to Ben Hutchings, identifying possible source of problem Date: Mon, 15 Jul 2019 15:00:01 +0200 Message-ID: References: X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Mon Jul 15 12:51:09 2019 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: -3.043 Reply-To: Kathryn Tolsen , 931901@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: Debian Kernel Team X-Debian-Pr-Message: followup 931901 X-Debian-Pr-Package: src:linux X-Debian-Pr-Source: linux X-Spam-Bayes: score:0.0000 Tokens: new, 19; hammy, 119; neutral, 39; spammy, 0. spammytokens: hammytokens:0.000-+--sk:salsad, 0.000-+--sk:salsa.d, 0.000-+--UD:salsa.debian.org, 0.000-+--salsadebianorg, 0.000-+--salsa.debian.org Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=tPYjJ3xrDAdB1WtuuzffWW2+eNA0XBLOZUZCrQCAEnA=; b=OWF/U8dTMI0AgauaudYg8NBDQxBpisLgr3deUFwWJ35tX3D5+jS/uSq2aGBl+A+fU9 3FSyeld6T1ACDhtPmc9evNXZytTHzep+1ZmKxuaDnCdvphrJLNjHniwmSIt8H+fIW3RM gKWGOe7KkzFLYjzuu9VZJ/yUzJF2n23ZjoUK6m20AyMVMDivCts6tqrCeQwphqVDLep1 HVD/uuTLdOrzeyRwkhDGy2ymsVQKP4CwafY6UZ2VCWkmfKBAHXD3iEmHNxSk3HZgA5k2 Vh19XT9aJjmoWf0n9AdIjSxfq1iAT2x4i23sS8A1X/PiFXc1bg5ux4FaDCdjj0w7k9DY EtHg== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=tPYjJ3xrDAdB1WtuuzffWW2+eNA0XBLOZUZCrQCAEnA=; b=VHdvIs2cGZu1DqwcYvMOOVGZwAtr7rFg1nfy72N5NgxXtFHrVlm8tk9UEYF5tyckcK TsprYfh+A82hkhVfrCc4bpZDs/GTSitR3DHBZPhNBA8yv2EYeB7axZt3XFQvqpA0Repn QYYFnhF3FdSS26VJtpcTRHhLIthgXdl2jChMkTZhDV4rsJwtev3JWKzoZKbdTZD+so9T RHeYH4q0xBZ9mV9ZfKEV6ChoN5G5MsadrANqP2RRVQRkvkuOqP82k0+Fbg++qA9WnGG1 GbQ68pDZFzcPhpEinRqYE1M+D+pENC2cZ+I82EiVSVh8wDaO5kglNZRxOp7nPx0eqwxA ez1A== X-Gm-Message-State: APjAAAXY6EYOnomUD7SlEL0QrpnhXBd7PbGMpNDaZs/d/f2pqFPUZ/G2 fDzqwVRi+P1rvtjaCtoUi6cFfNDvrPDCemxhtGkuOIcv X-Google-SMTP-Source: APXvYqzvDOr/gt2M6FJ3R1HziJV6/ziTLti8LsjabCHHtq/T+Y8+mAg7rvDrsg6DtbPpk45HWDVZDWKEaNI8d0ZAKhE= X-Received: by 2002:a0c:d0f6:: with SMTP id b51mr17959744qvh.225.1563194942031; Mon, 15 Jul 2019 05:49:02 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000003c0ab9058db7af5e" X-Debian-Message: from BTS X-Mailing-List: archive/latest/1545614 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 41 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: ben@decadent.org.uk X-Original-Date: Mon, 15 Jul 2019 08:48:51 -0400 X-Original-Message-ID: X-Original-References: <156291548826.1149.15949904239684267154.reportbug@wincobank.tinsleyviaduct.com> Xref: csiph.com linux.debian.bugs.dist:964672 linux.debian.kernel:64437 --0000000000003c0ab9058db7af5e Content-Type: text/plain; charset="UTF-8" It would appear to my untrained eye, that this commit on May 15, 2018 by Ben Hutchings is responsible for this issue: https://salsa.debian.org/kernel-team/linux/commit/e7bdd24f189b1b8775665d56a1230f7b12915ffe This appears to be debian specific and not an upstream issue as the upstream code doesn't contain any such checks: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/gpu/drm/radeon/radeon_drv.c?h=v4.19.59#n340 It would appear this is an incorrect assumption to make, that all cards newer than the R600 require firmware. I can't make out what this code is doing without digging way deeper but I think this is what is causing this issue. There would need to be an exception here or the patch would need to be rolled back or came at from a different angle entirely. --0000000000003c0ab9058db7af5e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
It would appear to my untrained eye, that this commit on M= ay 15, 2018 by Ben Hutchings is responsible for this issue:=C2=A0

This appears to be debian specific and not an upstream issue as the u= pstream code doesn't contain any such checks:


I= t would appear this is an incorrect assumption to make, that all cards newe= r than the R600 require firmware. I can't make out what this code is do= ing without digging way deeper but I think this is what is causing this iss= ue. There would need to be an exception here or the patch would need to be = rolled back or came at from a different angle entirely.
--0000000000003c0ab9058db7af5e--