From owner-freebsd-x11@freebsd.org Mon Aug 5 22:26:08 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 07EAEAF573 for ; Mon, 5 Aug 2019 22:26:08 +0000 (UTC) (envelope-from kh@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 462XRM3Mscz4K7F for ; Mon, 5 Aug 2019 22:26:07 +0000 (UTC) (envelope-from kh@panix.com) Received: from snow.home (pool-72-74-69-77.bstnma.fios.verizon.net [72.74.69.77]) by mailbackend.panix.com (Postfix) with ESMTPSA id 462XRL4fNDz1Lqb for ; Mon, 5 Aug 2019 18:26:06 -0400 (EDT) Date: Mon, 5 Aug 2019 18:26:03 -0400 From: Kurt Hackenberg To: freebsd-x11@freebsd.org Subject: Re: drm-kmod: AMD Ryzen Vega 8? Message-ID: <20190805222603.GB1339@snow.home> References: <20190804000811.GA1730@snow.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 462XRM3Mscz4K7F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of kh@panix.com designates 166.84.1.89 as permitted sender) smtp.mailfrom=kh@panix.com X-Spamd-Result: default: False [-2.21 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:166.84.0.0/16: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)[]; RCVD_IN_DNSWL_MED(-0.20)[89.1.84.166.list.dnswl.org : 127.0.5.2]; NEURAL_HAM_SHORT(-0.99)[-0.994,0]; DMARC_NA(0.00)[panix.com]; IP_SCORE(-0.72)[ipnet: 166.84.0.0/16(-1.97), asn: 2033(-1.58), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2033, ipnet:166.84.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; 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: Mon, 05 Aug 2019 22:26:08 -0000 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.