From owner-freebsd-x11@freebsd.org Sat Sep 21 12:53:55 2019 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 720FA122FCC for ; Sat, 21 Sep 2019 12:53:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46b9WR2PBwz4TFn for ; Sat, 21 Sep 2019 12:53:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 50645122FCB; Sat, 21 Sep 2019 12:53:55 +0000 (UTC) Delivered-To: x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 502AF122FCA for ; Sat, 21 Sep 2019 12:53:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46b9WR1RMMz4TFm for ; Sat, 21 Sep 2019 12:53:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 15F6CE7B2 for ; Sat, 21 Sep 2019 12:53:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x8LCrsMD000840 for ; Sat, 21 Sep 2019 12:53:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x8LCrsIe000836 for x11@FreeBSD.org; Sat, 21 Sep 2019 12:53:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 240722] graphics/mesa-dri: llvm9 update breaks amdgpu Date: Sat, 21 Sep 2019 12:53:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2019 12:53:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240722 --- Comment #2 from Jan Beich --- Created attachment 207677 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207677&action= =3Dedit v1 (In reply to rozhuk.im from comment #0) > ... crap on screen ... Not very detailed. ;) Can you make a screenshot or photo? Besides, run with LIBGL_DEBUG=3Dverbose to try to get Mesa print diagnostics and check if LIBGL_ALWAYS_SOFTWARE=3D1 is also affected. Since 18.3.2 more HAVE_LLVM >=3D 0x0900 checks are upstream: 2019-04-17 https://gitlab.freedesktop.org/mesa/mesa/commit/dded2edf8bed (in= the patch) 2019-04-29 https://gitlab.freedesktop.org/mesa/mesa/commit/bd4c661ad08e 2019-05-01 https://gitlab.freedesktop.org/mesa/mesa/commit/bfd3d504875a 2019-05-13 https://gitlab.freedesktop.org/mesa/mesa/commit/81fe33735a55 2019-05-13 https://gitlab.freedesktop.org/mesa/mesa/commit/d814c21b1bea 2019-06-12 https://gitlab.freedesktop.org/mesa/mesa/commit/33be5ad8a39a 2019-06-12 https://gitlab.freedesktop.org/mesa/mesa/commit/b519ddc35cf9 2019-07-03 https://gitlab.freedesktop.org/mesa/mesa/commit/594010e366f9 2019-07-07 https://gitlab.freedesktop.org/mesa/mesa/commit/bf1e1a29c301 2019-07-19 https://gitlab.freedesktop.org/mesa/mesa/commit/39d0c68321df (in= the patch) 2019-08-02 https://gitlab.freedesktop.org/mesa/mesa/commit/e1c5d8a36490 Does the attached patch help? If not check whether bug 235570 is also affec= ted. --=20 You are receiving this mail because: You are the assignee for the bug.=