From owner-freebsd-x11@freebsd.org Fri Apr 21 09:28:45 2017 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 9B25DD47159 for ; Fri, 21 Apr 2017 09:28:45 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 894D1112F for ; Fri, 21 Apr 2017 09:28:45 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 85E02D47157; Fri, 21 Apr 2017 09:28:45 +0000 (UTC) Delivered-To: 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 853DAD47152; Fri, 21 Apr 2017 09:28:45 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::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 52BB5112D; Fri, 21 Apr 2017 09:28:45 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (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 97C121FE022; Fri, 21 Apr 2017 11:28:43 +0200 (CEST) Subject: Re: Status of i915 (drm-next commits) in HEAD To: Eric McCorkle , x11@freebsd.org, multimedia@freebsd.org References: From: Hans Petter Selasky Message-ID: <8d4600d1-8676-1284-3350-ebcba954efb6@selasky.org> Date: Fri, 21 Apr 2017 11:26:53 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 09:28:45 -0000 On 04/21/17 02:43, Eric McCorkle wrote: > Hello, > > I lost track of the status of the drm-next work, specifically how much > of it has made its way into head. > > More to the point, I'm running broadwell graphics (HD5500 and HD6100) > cards; are these supported under HEAD, or do I need to keep building off > the drm-next branch? > Hi Eric, drm-next is close to becoming a port for -current. You still need to build drm-next for it to work. --HPS