From owner-freebsd-current@FreeBSD.ORG Fri Feb 20 14:51:36 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 3C3DA26F; Fri, 20 Feb 2015 14:51:36 +0000 (UTC) Received: from st11p00mm-asmtp004.mac.com (st11p00mm-asmtpout004.mac.com [17.172.81.3]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ECBE6D2; Fri, 20 Feb 2015 14:51:35 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=utf-8; format=flowed Received: from andersbo-mac.local (ti0025a400-6494.bb.online.no [85.167.204.116]) by st11p00mm-asmtp004.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTPSA id <0NK200B15RXGPT20@st11p00mm-asmtp004.mac.com>; Fri, 20 Feb 2015 14:51:28 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-02-20_07:2015-02-20,2015-02-20,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1502200141 Message-id: <54E74988.1050301@icloud.com> Date: Fri, 20 Feb 2015 15:49:44 +0100 From: Anders Bolt-Evensen User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.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> 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: Fri, 20 Feb 2015 14:51:36 -0000 On 18/02/15 00: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! > Hey! I saw that you had updated your patchfile to drm-update-38.h.patch, and decided to download that to see if I had better success with that one instead of f.patch (which you link to in this thread). To avoid unnecessary conflicts, I decided to remove local sources and redownload the newest sources from FreeBSD's svn repository. When I then applied the patch, it seemed to be more successful, but on 22 occations the patch still fails (the following list contains all the fails; the entire output can be seen here: https://www.dropbox.com/s/07kpkc9xh3zgno4/patchres.txt?dl=0 (patchres.txt)): Hunk #2 failed at 29. 1 out of 3 hunks failed--saving rejects to sys/dev/drm2/drm_agpsupport.c.rej Hunk #2 failed at 31. 1 out of 4 hunks failed--saving rejects to sys/dev/drm2/drm_auth.c.rej Hunk #2 failed at 31. 1 out of 26 hunks failed--saving rejects to sys/dev/drm2/drm_bufs.c.rej Hunk #2 failed at 31. 1 out of 17 hunks failed--saving rejects to sys/dev/drm2/drm_context.c.rej Hunk #1 failed at 21. 1 out of 39 hunks failed--saving rejects to sys/dev/drm2/drm_crtc.h.rej Hunk #2 failed at 31. 1 out of 5 hunks failed--saving rejects to sys/dev/drm2/drm_dma.c.rej Hunk #1 failed at 0. 1 out of 1 hunks failed--saving rejects to sys/dev/drm2/drm_drawable.c.rej Hunk #2 failed at 44. 1 out of 8 hunks failed--saving rejects to sys/dev/drm2/drm_drv.c.rej Hunk #1 failed at 19. 1 out of 5 hunks failed--saving rejects to sys/dev/drm2/drm_edid.h.rej Hunk #1 failed at 21. 1 out of 17 hunks failed--saving rejects to sys/dev/drm2/drm_edid_modes.h.rej Hunk #1 failed at 26. 1 out of 7 hunks failed--saving rejects to sys/dev/drm2/drm_fb_helper.h.rej Hunk #2 failed at 32. 1 out of 9 hunks failed--saving rejects to sys/dev/drm2/drm_fops.c.rej Hunk #1 failed at 19. 1 out of 3 hunks failed--saving rejects to sys/dev/drm2/drm_fourcc.h.rej Hunk #1 failed at 0. 1 out of 1 hunks failed--saving rejects to sys/dev/drm2/drm_internal.h.rej Hunk #2 failed at 31. 1 out of 4 hunks failed--saving rejects to sys/dev/drm2/drm_ioctl.c.rej Hunk #2 failed at 27. 1 out of 50 hunks failed--saving rejects to sys/dev/drm2/drm_irq.c.rej Hunk #2 failed at 31. 1 out of 3 hunks failed--saving rejects to sys/dev/drm2/drm_lock.c.rej Hunk #2 failed at 31. 1 out of 2 hunks failed--saving rejects to sys/dev/drm2/drm_memory.c.rej Hunk #1 failed at 25. 1 out of 10 hunks failed--saving rejects to sys/dev/drm2/drm_mm.h.rej Hunk #1 failed at 22. 1 out of 11 hunks failed--saving rejects to sys/dev/drm2/drm_mode.h.rej Hunk #1 failed at 0. 1 out of 1 hunks failed--saving rejects to sys/dev/drm2/drm_sman.c.rej Hunk #1 failed at 0. 1 out of 1 hunks failed--saving rejects to sys/dev/drm2/drm_sman.h.rej