From owner-freebsd-current@freebsd.org Tue Sep 20 17:06:50 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E51E3BE235A for ; Tue, 20 Sep 2016 17:06:50 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (unknown [IPv6:2607:f2f8:a098::2]) (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 B57681881 for ; Tue, 20 Sep 2016 17:06:50 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from la-dgt-31327.usa.tribune.com (nat-192-187-90-117.nat.tribpub.com [192.187.90.117]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id b4be0d34 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Tue, 20 Sep 2016 10:06:49 -0700 (PDT) Subject: Re: gfx-next update: drm-4.8-rc2 tagged in drm-next To: freebsd-current@freebsd.org References: <1569231fc12.1189a20c2251388.8699372849515846410@nextbsd.org> <20160920162456.GO8480@rancor.immure.com> From: Pete Wright Message-ID: <088b4b37-84df-798d-d95a-f2dfd56fd9a1@nomadlogic.org> Date: Tue, 20 Sep 2016 10:06:49 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160920162456.GO8480@rancor.immure.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 17:06:51 -0000 On 9/20/16 9:24 AM, Bob Willcox wrote: > On Tue, Aug 16, 2016 at 12:12:44AM -0700, Matthew Macy wrote: >> As of this moment sys/dev/drm in the drm-next tree is sync with https://github.com/torvalds/linux drivers/gpu/drm (albeit only for the subset of drivers that FreeBSD supports - i915, radeon, and amdgpu). I feel this is a bit of a milestone as it means that it is possible that in the future graphics support on FreeBSD could proceed in lockstep with Linux. >> >> In addition I have IFCed both drm-next-4.6 and drm-next to HEAD as of today. >> >> Once I'm done working on Kaby Lake support I intend to get radeon and amdgpu to the point where they work as well as i915. Following that we'll need to spend some time resolving general correctness issues. >> >> -M >> >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > I just picked up a Skylake i5 NUC (NUC6i5SYH) and was looking for help on what > I need to do to tryout the driver support for Skylake on it. > > Currently I have FreeBSD-current (as of a couple of days ago) running on it. > I've read through most of the emails here discussing drm-next support but I'm > not at all clear on where to start? What do I need to do/get? > > Any help would be greatly appreciated. > Hey Bob, Here is the wiki for the work that mmacy@ and others are working on that describes how to get started: https://github.com/FreeBSDDesktop/freebsd-base-graphics/wiki This should have enough info to get started on your end with. Briefly you will need to close that git repository and at the least build and install the kernel from those sources (I've been running the world+kernel from there w/o any issues on my Skylake system). There is also a section on installing a new pkg repository that has updated Xorg and other binaries that are required for this new code to work. Hope this helps! -pete -- Pete Wright pete@nomadlogic.org nomadlogicLA