From owner-freebsd-x11@freebsd.org Tue Aug 6 08:53:59 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 3C989BCE00 for ; Tue, 6 Aug 2019 08:53:59 +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 462pMp2bCdz3LFD for ; Tue, 6 Aug 2019 08:53:57 +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 x768ruLe003107 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 6 Aug 2019 08:53:56 GMT (envelope-from list1@gjunka.com) Subject: Re: drm-kmod: AMD Ryzen Vega 8? To: freebsd-x11@freebsd.org References: <20190804000811.GA1730@snow.home> <20190805222603.GB1339@snow.home> From: Grzegorz Junka Message-ID: <5d1fda45-c4dc-da1d-6540-9e5c28b26569@gjunka.com> Date: Tue, 6 Aug 2019 08:53:56 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190805222603.GB1339@snow.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB-large X-Rspamd-Queue-Id: 462pMp2bCdz3LFD 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 [-4.84 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,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]; PREVIOUSLY_DELIVERED(0.00)[freebsd-x11@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; DMARC_NA(0.00)[gjunka.com]; IP_SCORE(-3.56)[ip: (-9.32), ipnet: 88.98.192.0/18(-4.66), asn: 56478(-3.73), country: GB(-0.08)]; 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-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: Tue, 06 Aug 2019 08:53:59 -0000 On 05/08/2019 22:26, Kurt Hackenberg wrote: > On Sun, Aug 04, 2019 at 12:47:22PM +0000, greg@unrelenting.technology wrote: > >>> Is drm-kmod intended to support Vega 8? Will it ever? >> Yes, it's been working fine for multiple people. > I guess you mean version 5 works, not the current package? > >> You should use -CURRENT drm-v5.0 from git, not the packaged 4.16: >> >> https://github.com/FreeBSDDesktop/kms-drm/tree/drm-v5.0 >> >> I'm not sure anyone has tried it with legacy boot, btw. > Well, I saw a statement somewhere -- in the handbook? -- that UEFI > boot of FreeBSD doesn't work at all, and I saw no claim anywhere I > looked that it does work. I guess the documentation is not up to > date. Guess I could try it. UEFI boot works on FreeBSD, it's only the UEFI Secure Boot that doesn't work yet. It requires the bootloader to be signed with a key known to UEFI. You would need to disable Secure Boot and just leave UEFI boot in order to boot FreeBSD. The other thing that apparently doesn't work with UEFI is switching from UEFI boot console/fb into amdgpu console/fb. The first needs to be disabled with a sysctl switch. However, this doesn't affect my desktop so it seems it's not an universal "doesn't work". GrzegorzJ