From owner-freebsd-x11@freebsd.org Fri Mar 6 15:43:19 2020 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 0E71C26AEA0 for ; Fri, 6 Mar 2020 15:43:19 +0000 (UTC) (envelope-from kit@hypostasis.com) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (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 48YsMl6t2Gz4Hbm for ; Fri, 6 Mar 2020 15:43:15 +0000 (UTC) (envelope-from kit@hypostasis.com) X-Originating-IP: 31.208.32.3 Received: from saga.hypostasis.com (31-208-32-3.cust.bredband2.com [31.208.32.3]) (Authenticated sender: kit@hypostasis.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 3752FC0008; Fri, 6 Mar 2020 15:43:11 +0000 (UTC) From: Cait Smith Message-Id: <403BE009-6FC8-46B2-94A9-FE59CE42D6F2@hypostasis.com> Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: AMDGPU Picasso on Thinkpad X395 Date: Fri, 6 Mar 2020 16:43:10 +0100 In-Reply-To: Cc: freebsd-x11@freebsd.org To: Bakul Shah References: X-Mailer: Apple Mail (2.3608.60.0.2.5) X-Rspamd-Queue-Id: 48YsMl6t2Gz4Hbm X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of kit@hypostasis.com has no SPF policy when checking 217.70.183.198) smtp.mailfrom=kit@hypostasis.com X-Spamd-Result: default: False [2.08 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_XOIP(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; HAS_ATTACHMENT(0.00)[]; URI_COUNT_ODD(1.00)[1]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_LOW(-0.10)[198.183.70.217.list.dnswl.org : 127.0.5.1]; IP_SCORE(-1.23)[ip: (-3.32), ipnet: 217.70.176.0/20(-1.57), asn: 29169(-1.28), country: FR(0.00)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; MIME_TRACE(0.00)[0:+,1:+,2:+,3:~,4:~,5:~,6:~,7:~,8:+,9:~,10:+,11:~]; MID_RHS_MATCH_FROM(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.23)[-0.230,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain,multipart/mixed]; DMARC_NA(0.00)[hypostasis.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.24)[0.242,0]; MANY_INVISIBLE_PARTS(1.00)[10]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Fri, 06 Mar 2020 15:43:19 -0000 Hej Bakul=20 > On 6 Mar 2020, at 06:13, Bakul Shah wrote: >=20 > Hi, >=20 > I am running FreeBSD on a Motile laptop, with a Ryzen 5 cpu pro 3500U. = I was able to bring up X11 just once (on -current) and then it wouldn't = work at all. And after rebuilding things now it panics! I tried 12.1 = first but am now running -current. I tried both FreeBSDDesktop as well = as drm-devel-kmod. >=20 > Given that both X395 and Motile have the same processor I am hoping = your setting will work for me. > What revision of -current you are using? Also what version of = drm-devel? Also output of kldstat would be great! >=20 > Thanks! > Bakul I tried the snapshots from 20200206 (I think - I had other issues = around that time) 20200213 and 20200220 both seemed OK That particular Xorg.log is r358358 - though I=E2=80=99ve not tested it = extensively.=20 Apparently I didn=E2=80=99t save the kldstat in my notes. One thing I = did early on was remove the VESA driver, because X seemed to be catching = on it in startup, and that at least gave me the scfb driver working. Or = that could have been magic (a random thing that actually had nothing to = do with the effect :) )=20 Currently I have 12.1-RELEASEp2 with the FreeBSDDesktop files=20 Once I=E2=80=99ve worked out what I want to do with my ZFS datasets = I=E2=80=99ll rebuild anyway with multiple boot environments. This laptop = will mostly be used for database and I=E2=80=99d rather not have to = restore the current database build every time I mess up the OS config :) =E2=80=94kit