From owner-svn-src-head@FreeBSD.ORG Mon Aug 25 16:22:12 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B47D3C57; Mon, 25 Aug 2014 16:22:12 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (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 7827B3D20; Mon, 25 Aug 2014 16:22:12 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=i915.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.82_1-5b7a7c0-XX (FreeBSD)) (envelope-from ) id 1XLx22-000Aqk-Nq; Mon, 25 Aug 2014 18:22:10 +0200 Message-ID: <53FB62B2.3020509@FreeBSD.org> Date: Mon, 25 Aug 2014 18:22:10 +0200 From: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Nathan Whitehorn , John Baldwin , Adrian Chadd Subject: Re: svn commit: r270516 - head/sys/dev/drm2/i915 References: <201408250503.s7P53Axo057720@svn.freebsd.org> <2177184.NMfUXrE71G@ralph.baldwin.cx> <53FB5FC8.4030105@FreeBSD.org> <53FB60B6.2020106@freebsd.org> In-Reply-To: <53FB60B6.2020106@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 16:22:12 -0000 On 25.08.2014 18:13, Nathan Whitehorn wrote: > On 08/25/14 09:09, Jean-Sébastien Pédron wrote: >> There's no actual consensus, I guess. In my DRM 3.8 branch, where I >> try to reduce the diff with Linux, I try to provide wrappers and keep >> the Linux code. > > What is the status of that branch right now? It would be really, really, > really nice to have actual Haswell graphics. This branch is only about syncing our DRM generic part (GPU-independent) with Linux 3.8. It doesn't have Haswell support. Konstantin is working on Haswell but I don't know what the status is. -- Jean-Sébastien Pédron