From owner-freebsd-current@FreeBSD.ORG Thu Feb 26 14:13:07 2015 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D445AD29; Thu, 26 Feb 2015 14:13:07 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (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 BBA9EB88; Thu, 26 Feb 2015 14:13:07 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id 2B17B1C8CF2; Thu, 26 Feb 2015 09:06:36 -0500 (EST) Received: from [127.0.0.1] (vnat004.nandomedia.com [166.108.31.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 8AAA81A7B2B; Thu, 26 Feb 2015 09:06:35 -0500 (EST) Message-ID: <54EF286A.5030006@mail.lifanov.com> Date: Thu, 26 Feb 2015 09:06:34 -0500 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-x11@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: [Call for testers] DRM device-independent code update to Linux 3.8 References: <54E3D2A0.2090903@FreeBSD.org> In-Reply-To: <54E3D2A0.2090903@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 26 Feb 2015 14:13:07 -0000 On 02/17/15 18:45, Jean-Sébastien Pédron wrote: > Hi! > > An update to the DRM subsystem, not including the drivers, is ready for > wider testing! > > The patch against HEAD is here: > https://people.freebsd.org/~dumbbell/graphics/drm-update-38.f.patch > > I'm interested in success/failure reports for amd64, powerpc and > powerpc64 users, for i915 and Radeon GPUs. I already know there is a > build issue on i386, please wait for the next patch if you are in this case. > > The changes brought by this patch are explained in a blog post: > http://blogs.freebsdish.org/graphics/2015/02/18/testing-the-drm-update/ > > This is working well for some Radeon users for more than a year. > However, it only started to work with i915 a month ago, when the i915 > refresh was committed. > > Try your day-to-day applications, try suspend/resume, try all output > connectors, try OpenGL stuff, try backlight controls, everything :) > > Thank you! > I tried the -h version of the patch with an Nvidia card. I didn't notice any changes in behavior. - Nikolai Lifanov