From owner-freebsd-current@freebsd.org Tue Aug 16 10:45:04 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 3D025BBCBF5; Tue, 16 Aug 2016 10:45:04 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-yw0-x234.google.com (mail-yw0-x234.google.com [IPv6:2607:f8b0:4002:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFD221B41; Tue, 16 Aug 2016 10:45:03 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-yw0-x234.google.com with SMTP id r9so40889029ywg.0; Tue, 16 Aug 2016 03:45:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZM/nud7fU7t0X/xqRZfLTTg+cvYx4zL7pljRMGXBo04=; b=JoSuuRx+F+2e/P9CB37FCTXgkPuusbJ8gqANaTFbkf88bNNQBMv639j7FwFIwDup40 oiJ4O6tobm7LgiK14ebrl9t2MBqWlujRwA/MZ6Msik8e+g7S/vvnZrfFRfz2R6+wQGJB QojqNAowZsUeS2qC6nGw6xkhYE2eIMc9OSb8Rs23K/7qvj6aQEQA6wrn1zLI0xpf4wbY DqPS6HmjKrllWsIgMQHoWO+fc3hPl+JXxvXcu1vNgRWpbKcX3ppB5mEHQkaG/qG/GRCH 5ujiXStM89NGhQeHW/S55IborjP4pdvefTcPaY9qqmtPv0sGn47vctyDWrl++L0nJmar Vrtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZM/nud7fU7t0X/xqRZfLTTg+cvYx4zL7pljRMGXBo04=; b=hWur/hyTABiEw1NVJ3QeRaWhn9JB1iIVPjAjbKPoI8uVsLLl2Oal8saL/NdgqETMIh CZE6WQ5Bv611yN09MMrbiTfG4AG54ILZ5QVlLntyBHnyWT+4YLnfLPCBzdpwlVb17+IM cq98uWsCH4HtpxW8b09IkpxNFKNq+TXYDFph9utJKNmn8vKN3g3ngVZo5cyQCMYBXl/A lhcMUk6xYqm4zjgam0vgOXfa4hESFIDXSrWEXsvJWZs+40uz3yRSQfiF+NYHC34A70Br +0RLzQZPg3ZOAKnZCphGSwhZx0LrHn8QcMayuoX/+Zzkb6SEiE/rpzLfHG6Dp9POXWhp f/IA== X-Gm-Message-State: AEkooutT2yhTgRUzTsVf8aDLVUYLj/QQwDMEcub4R6zynGt9J+/0Uo9DKGJU/GlOeuc7zjIavcOL3UTUkRODNQ== X-Received: by 10.129.130.134 with SMTP id s128mr10883047ywf.34.1471344303140; Tue, 16 Aug 2016 03:45:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.199.65 with HTTP; Tue, 16 Aug 2016 03:45:02 -0700 (PDT) In-Reply-To: <1569231fc12.1189a20c2251388.8699372849515846410@nextbsd.org> References: <1569231fc12.1189a20c2251388.8699372849515846410@nextbsd.org> From: Ben Woods Date: Tue, 16 Aug 2016 18:45:02 +0800 Message-ID: Subject: Re: gfx-next update: drm-4.8-rc2 tagged in drm-next To: Matthew Macy Cc: "freebsd-x11@freebsd.org" , "freebsd-current@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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 10:45:04 -0000 On Tuesday, 16 August 2016, 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 > May I just say, congratulations on the great milestone, and thank you very much for your efforts! I owe you beer. Thanks, Ben -- -- From: Benjamin Woods woodsb02@gmail.com