From owner-freebsd-x11@freebsd.org Sat May 23 19:20:12 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 F2B552DB832 for ; Sat, 23 May 2020 19:20:12 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (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 49TtV34lvjz4WJl for ; Sat, 23 May 2020 19:20:10 +0000 (UTC) (envelope-from greg@unrelenting.technology) Date: Sat, 23 May 2020 19:20:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unrelenting.technology; s=default; t=1590261602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=smwb0RjbwqzIZMB07A8/lzU736l3F+/fgunFsyeuk/M=; b=B2jngcAl4aT8QhAxSm7axJ4BscnOH50E9+Lc7g1uqlYEDPGgFNgiTyepaAMY5dwbw9R9Jj 1ZelYkMgKYWN/NqaF5qd6umkjGLJgAG/uH9km0MLvALTqg1gcfWm1Kv/c26WY8iitYx7SI c/qiFZPe5uQjTmgYxMQH+LSDofPajtk= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: myfreeweb To: freebsd-x11@freebsd.org, Trenton Schulz Subject: Re: Adding support for AMD GPU Navi 10 In-Reply-To: <5F842657-4AB6-4E03-818B-F2F35F0A96CB@norwegianrockcat.com> References: <5F842657-4AB6-4E03-818B-F2F35F0A96CB@norwegianrockcat.com> Message-ID: <34E9CA55-1E81-481C-9F89-F3ABF5E7F421@unrelenting.technology> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.10 X-Rspamd-Queue-Id: 49TtV34lvjz4WJl X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unrelenting.technology header.s=default header.b=B2jngcAl; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 2001:41d0:2:267:: as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-3.81 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.06)[-1.056]; R_DKIM_ALLOW(-0.20)[unrelenting.technology:s=default]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:41d0:2:267::]; NEURAL_HAM_LONG(-0.97)[-0.974]; MIME_GOOD(-0.10)[text/plain]; 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]; NEURAL_HAM_SHORT(-0.78)[-0.785]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2020 19:20:13 -0000 On May 23, 2020 5:44:34 PM UTC, Trenton Schulz wrote: >I recently purchased a new desktop machine and it came with an AMD Radeon= 5700 XT card=2E It=E2=80=99s a Navi 10 card and, as expected, it doesn=E2= =80=99t load on FreeBSD even -current and the devel kmod=2E > >From searching online, I see that support was added to the Linux 5=2E3 ke= rnel=2E >The next question is that I don=E2=80=99t want to stomp on someone else= =E2=80=99s toes=2E So, if there are people working on or have plans on tryi= ng to do this, I can try to help them out or if nothing else, try and test = things out? Maybe I could even document how we go about upgrading to a new = version of the Linux DRM?=20 manu@ is working on 5=2E3 in a separate repo: https://github=2Ecom/freebsd/drm-kmod Join us in the chat https://gitter=2Eim/FreeBSDDesktop/Lobby to discuss ho= w you can help=2E