From owner-freebsd-x11@freebsd.org Sun Feb 3 12:18:44 2019 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 297FF14C70CE for ; Sun, 3 Feb 2019 12:18:44 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08BA66BA40 for ; Sun, 3 Feb 2019 12:18:41 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Sun, 03 Feb 2019 12:18:33 +0000 Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 31307293-D46A-4CE2-81BA-BA4D3C82822D.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sun, 03 Feb 2019 12:18:33 +0000 Date: Sat, 02 Feb 2019 20:50:36 +0300 From: Greg V Subject: Re: Radeon Vega 8 and drm-fbsd12.0-kmod To: "J. Altman" Cc: freebsd-x11@freebsd.org Message-Id: <1549129836.3880.0@smtp.migadu.com> In-Reply-To: <20190202173829.GA11164@whisperer.chthonixia.net> References: <20190202173829.GA11164@whisperer.chthonixia.net> X-Mailer: geary/lite-gnome~g3766af013824-dirty MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; bh=UER+w/yhwzKlvYUS3H8HV43obJPYMLSzoXp62MrYQ+c=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=DBvabTc+Hni0o7gw3RgNr5EKkqKVYASMf2pmvH1UKRaJgNH1sV1TxP/fnrTHl7eY0Td7Dc5iPBYrAplEbfNjdzpdjftAxzGMxjKAqUcNwZqnxSfJx3az4W4A7FRmDX1KDAUktHgqf6LKpVYXPmDKN7Jl+2QyrSFVJTjoNUFifjk= X-Rspamd-Queue-Id: 08BA66BA40 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unrelenting.technology header.s=default header.b=DBvabTc+; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 91.121.223.63 as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-6.66 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[unrelenting.technology:s=default]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:91.121.223.63]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[unrelenting.technology,none]; MX_GOOD(-0.01)[aspmx1.migadu.com,aspmx2.migadu.com]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.71)[ip: (-9.89), ipnet: 91.121.0.0/16(-4.39), asn: 16276(0.76), country: FR(-0.02)]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; RCVD_TLS_ALL(0.00)[] 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: Sun, 03 Feb 2019 12:18:44 -0000 On Sat, Feb 2, 2019 at 8:38 PM, "J. Altman" =20 wrote: > Greetings, listmembers... >=20 > I have a new installation of 12.0; and the APU shows as a Vega 8 > APU. Sources for /usr/sys and /usr/ports are new. >=20 > The DRM in the subject builds and installs fine; but using the > recommendations for loading via rc.conf amdgpu.ko (and yes, I have > tried using sysconS and not syconF via loader.conf...no help there) > does not work....it's the usual black screen, unresponsive > keyboard, with eventual failure of the machine and a hang requiring > a mechanical re-start. [=85] > FWIW, I can see the Raven firmware loading, but again: the machine=20 > hangs > after a short period. How exactly can you see it? :) If you can see actual text on the screen after the loader and before=20 the driver is loaded, you haven't actually turned the efi framebuffer=20 off. Make sure you're actually booting with hw.syscons.disable=3D1 (garbage=20 should be on screen after the bootloader starts the kernel), disable=20 the amdgpu auto loading and try loading it manually over SSH. > So: is it a lack of Vega 8 firmware? raven is raven, there's no 'vega8' firmware AFAIK. =