From owner-freebsd-x11@freebsd.org Wed Aug 17 07:10:41 2016 Return-Path: Delivered-To: freebsd-x11@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 54B42BBB039; Wed, 17 Aug 2016 07:10:41 +0000 (UTC) (envelope-from mmacy@nextbsd.org) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46ADE1505; Wed, 17 Aug 2016 07:10:40 +0000 (UTC) (envelope-from mmacy@nextbsd.org) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1471417832550788.9550548179917; Wed, 17 Aug 2016 00:10:32 -0700 (PDT) Date: Wed, 17 Aug 2016 00:10:32 -0700 From: Matthew Macy To: "Tomoya Tabuchi" Cc: "" , "freebsd-current@freebsd.org" Message-ID: <15697565432.de37eb70347175.3065343793074292010@nextbsd.org> In-Reply-To: <20160817061354.GA883@tomoyat1.com> References: <1569231fc12.1189a20c2251388.8699372849515846410@nextbsd.org> <20160817061354.GA883@tomoyat1.com> Subject: Re: gfx-next update: drm-4.8-rc2 tagged in drm-next MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 07:10:41 -0000 ---- On Tue, 16 Aug 2016 23:13:54 -0700 Tomoya Tabuchi wrote ---- > Hello > > I'd like to know what 'IFCed to HEAD' means. I'm quite new to FreeBSD. IFC stands for "integrated from CURRENT". Which just means I've merged all the recent changes to -CURRENT to my branches so that the only changes in them with respect to HEAD are my own work. This is mostly important to other people trying to track the FreeBSD development branch. -M > Thank you for your work. Looking forward to running FreeBSD on my laptop > with graphics. > > Thanks in advance. > > Tomoya > > 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" > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >