From owner-freebsd-ports@freebsd.org Tue Apr 7 10:09:22 2020 Return-Path: Delivered-To: freebsd-ports@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 579E12B1A54 for ; Tue, 7 Apr 2020 10:09:22 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48xNRj1Wtwz4PSQ for ; Tue, 7 Apr 2020 10:09:20 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id 037A9Jr2080421 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 7 Apr 2020 10:09:19 GMT (envelope-from list1@gjunka.com) Subject: Re: amdgpu panics To: freebsd-ports@freebsd.org References: <20200312163447.GB42880@phouka1.phouka.net> <8d8ae2c8-1ecd-5c8c-2437-4e47cf48bd60@gmx.de> <96c03c59-b28e-3af1-e98b-e95517c20010@gjunka.com> <83bfb6f7-0a84-2905-7849-e4e93d9f6fb1@selasky.org> <9426b9bb-4fe6-37ba-ecb4-13a1ade47f92@gjunka.com> <9bc766aa-b17f-e8bc-bea2-11431972cf5d@selasky.org> <2ddfe444-7a20-9835-0875-6f93aa0f6ab3@gmx.de> <5fb0aa95-9aa1-e170-15fe-ba5ce77869db@gjunka.com> <72befef2-16f2-a452-9e36-a3986988c556@gjunka.com> <16501c75-24b0-54f6-972c-1a03dfe50276@selasky.org> <2c1d5679-811f-0b01-f032-7261e9f57259@gjunka.com> <69c05fe9-29a6-4160-4f4a-ae6f939a187b@selasky.org> <4b5b26ce-1c0c-8204-5c71-a3e24682b4de@gjunka.com> <66a1cebe-10de-f0b5-79aa-dc7928af25ca@selasky.org> From: Grzegorz Junka Message-ID: <0dd43f30-339a-3003-6c3d-065d13e36b6b@gjunka.com> Date: Tue, 7 Apr 2020 10:09:19 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <66a1cebe-10de-f0b5-79aa-dc7928af25ca@selasky.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 48xNRj1Wtwz4PSQ X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of list1@gjunka.com designates 88.98.225.149 as permitted sender) smtp.mailfrom=list1@gjunka.com X-Spamd-Result: default: False [-5.86 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:88.98.225.149:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DMARC_NA(0.00)[gjunka.com]; IP_SCORE(-3.57)[ip: (-9.34), ipnet: 88.98.192.0/18(-4.67), asn: 56478(-3.74), country: GB(-0.07)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:56478, ipnet:88.98.192.0/18, country:GB]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2020 10:09:22 -0000 On 07/04/2020 09:55, Hans Petter Selasky wrote: > On 2020-04-07 11:35, Grzegorz Junka wrote: >> kern.osrelease: 12.1-RELEASE-p3 > > Hi, > > This is not 12.1-STABLE! Yes, you can use a 12.1-STABLE kernel with > the 12.1-RELEASE. > > Can you try this: > > rm -rf /usr/src > cd /usr > svn checkout https://svn.freebsd.org/base/stable/12 /usr/src > > cd /usr/src > make buildkernel -j6 > make installkernel -j6 > > cd /usr/ports/graphics/drm-fbsd12.0-kmod > make all deinstall install clean > > cd /usr/ports/graphics/gpu-firmware-kmod > make all deinstall install clean > > Then reboot, and try to test the driver again. > > > I'm sorry to say, you _need_ -stable or -current for now, when using > the new DRM stuff! > That right, it isn't STABLE. I stated that in one of my previous emails: > I might be able to recompile everything with 12.1-STABLE instead of 12.1-RELEASE-p3 but that might take a while so preferably would like to try what's possible before embarking on that adventure. I followed on your previous advice to recompile world and GENERIC kernel instead of using my custom VENUS kernel. Trying with STABLE instead was a separate thread. I understood those are alternatives. Is it expected that drm doesn't work on 12.1-RELEASE even if the kernel and packages are compiled from sources? I remember being able to load amdgpu.ko on 12.0-RELEASE. Why this no longer works? Is 12.1-RELEASE expected to work again at some point, maybe with p4? GrzegorzJ