From owner-freebsd-x11@FreeBSD.ORG Sun Aug 24 18:48:13 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 036C6106564A for ; Sun, 24 Aug 2008 18:48:13 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id A67058FC08 for ; Sun, 24 Aug 2008 18:48:12 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: by gxk10 with SMTP id 10so1936441gxk.19 for ; Sun, 24 Aug 2008 11:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=LZtUmlF0fq9ANrgXS/xZsH8xCYGasOmGC6O07sInLwM=; b=vwVHXke7F6Cw2gbgnkjYNE4wCDXVIRjXBzipOaa1wz7bqyQuckCQM4p8tjctce6ZPX XYl2F1vq9kmRM3oEs6QX54lTHCPFneds33Wwh+c0qD3XCfBDY+ls7nBn+IV+F15++Gdt OiQL6iR8o3uC1fMxllnWP9ikB7NNbqv6xpiso= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=VhHcRnLzwvW+HC3b01NCBwVjVCGaQ2BmWkUCmUXAGMjlzx/cf5MpTGfSQ4Le/nvLIR oWYp9PU4jmGUYCjgY18VHRmIWZQzns522TcO7XFGk8f6oicx1wlMdt982l6K/TB6jPm/ sCznKFT+a8TeZC8FNUZ+R7FjapEmoB8uyHe6A= Received: by 10.150.157.17 with SMTP id f17mr5640827ybe.105.1219601800844; Sun, 24 Aug 2008 11:16:40 -0700 (PDT) Received: from fortytwo.zapto.org ( [67.71.89.243]) by mx.google.com with ESMTPS id k29sm38951qba.7.2008.08.24.11.16.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 Aug 2008 11:16:39 -0700 (PDT) Message-ID: <48B1A590.2040701@gmail.com> Date: Sun, 24 Aug 2008 14:16:48 -0400 From: Jimmie James User-Agent: Thunderbird 2.0.0.7pre (X11/20080610) MIME-Version: 1.0 To: Robert Noland Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11 Subject: Re: [CFT] drm updates X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 18:48:13 -0000 Is this the type of lockup you're seeing? Error in I830WaitLpRing(), timeout for 2 seconds pgetbl_ctl: 0x3ffc0001getbl_err: 0x0 ipeir: 0 iphdr: 7d000006 LP ring tail: 1afa0 head: 1ad64 len: 1f001 start 0 eir: 0 esr: 0 emr: ffff instdone: fa41 instpm: 0 memmode: 108 instps: 800f00c4 hwstam: fffe ier: 2 imr: 8 iir: 80 Ring at virtual 0x2884d000 head 0x1ad64 tail 0x1afa0 count 143 (WW) intel(0): PRB0_CTL (0x0001f001) indicates ring buffer enabled (WW) intel(0): PRB0_HEAD (0x13e1ad64) and PRB0_TAIL (0x0001afa8) indicate ring buffer not flushed (WW) intel(0): Existing errors found in hardware state. vgapci0@pci0:0:2:0: class=0x030000 card=0x25821043 chip=0x25828086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '82915G/GV/GL, 82910GL Integrated Graphics Device' class = display subclass = VGA vgapci1@pci0:0:2:1: class=0x038000 card=0x25821043 chip=0x27828086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '82915G Graphics device: 82915G/GV/910GL Express Chipset Family' class = display >On Sun, 2008-08-24 at 12:29 +0200, Paul B. Mahol wrote: > On 8/24/08, Robert Noland wrote: > > I've uploaded a final patch set to: > > > > http://people.freebsd.org/~rnoland > > > > I have committed this version to -CURRENT, but patches are available fo= r > > RELENG_7 as well. > > > > This version mostly just fixes a long standing memory leak. > > > > All of the reports for radeon have been good. I'm still seeing a few > > odd things with Intel though. The most severe issue is on my 965gm. > > After restarting X, it will hang in a way that I have never seen > > before... The small amount of evidence that I have been able to collec= t > > suggests that this may be due to mesa trashing the hardware. I've spen= t > > a couple of days trying to figure out exactly what could be wrong. Thi= s > > morning I rebuilt my kernel with a stock drm from src and I got exactly > > the same hang. Since this update does help lots of people and doesn't > > seem to make things worse than they were to begin with, I went ahead an= d > > committed it. > > > > I was incorrect about the patch to libdrm... It isn't needed in 2.3.1 > > and it is already committed upstream. I'll commit that update to ports > > soon also. It, along with a recent xf86-video-* are needed to enable > > the new vblank behavior, which will disable vblank interrupts if there > > are no active consumers. > > > > robert. > > >=20 > Do I need to update some ports? because with kernel from HEAD I have > encountered problems when drm is loaded (agp + drm + i915) > astro/stellarium caused deadlock, only mouse pointer could move, if I did= not > started it, system will panic anyway after some time. I did not yet teste= d > vty switching,.... -- Over the years I've come to regard you as people I've met. O< ascii ribbon campaign - stop html mail - www.asciiribbon.org