From owner-freebsd-current@freebsd.org Tue Aug 16 07:12:57 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 61263BBB578; Tue, 16 Aug 2016 07:12:57 +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 3B4DF1959; Tue, 16 Aug 2016 07:12:56 +0000 (UTC) (envelope-from mmacy@nextbsd.org) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1471331564616998.4218350755247; Tue, 16 Aug 2016 00:12:44 -0700 (PDT) Date: Tue, 16 Aug 2016 00:12:44 -0700 From: Matthew Macy To: "freebsd-x11@freebsd.org" , "freebsd-current@freebsd.org" Message-ID: <1569231fc12.1189a20c2251388.8699372849515846410@nextbsd.org> Subject: 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-current@freebsd.org X-Mailman-Version: 2.1.22 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, 16 Aug 2016 07:12:57 -0000 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