From owner-freebsd-stable@freebsd.org Sun Feb 18 20:35:33 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CBD1F01943 for ; Sun, 18 Feb 2018 20:35:33 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 BC06569FB1 for ; Sun, 18 Feb 2018 20:35:32 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 2C964260329 for ; Sun, 18 Feb 2018 21:35:24 +0100 (CET) To: FreeBSD Stable From: Hans Petter Selasky Subject: [CFT] [X11] graphics/drm-next-kmod now builds, loads and works on FreeBSD-11-stable Message-ID: <3ad595ce-e15b-d475-e057-4dde88e2630c@selasky.org> Date: Sun, 18 Feb 2018 21:35:24 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2018 20:35:33 -0000 Hi FreeBSD desktop users! During the past week and over the weekend all parts needed for building, loading and using graphics/drm-next-kmod on FreeBSD-11-stable have been completed! A big thanks to all the people contributing to graphics support under FreeBSD in both kernel and user-space! You'll find their names in the commit logs including myself :-) Links: https://www.freshports.org/graphics/drm-next-kmod https://svnweb.freebsd.org/changeset/base/329527 Issues are reported here: https://github.com/FreeBSDDesktop/kms-drm/issues --HPS