From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Sturm Subject: Re: [PATCH] drm/radeon/kms: r600 CS parser fixes Date: Thu, 12 Aug 2010 21:56:29 -0500 Message-ID: References: <1281077645-10775-1-git-send-email-alexdeucher@gmail.com> <4C616CC7.3070302@ukfsn.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from imr-mb02.mx.aol.com (imr-mb02.mx.aol.com [64.12.207.163]) by gabe.freedesktop.org (Postfix) with ESMTP id 714079E78E for ; Thu, 12 Aug 2010 20:02:01 -0700 (PDT) Received: from mtaout-da04.r1000.mx.aol.com (mtaout-da04.r1000.mx.aol.com [172.29.51.132]) by imr-mb02.mx.aol.com (8.14.1/8.14.1) with ESMTP id o7D2uqtw024196 for ; Thu, 12 Aug 2010 22:56:52 -0400 Received: from mail-wy0-f177.google.com (mail-wy0-f177.google.com [74.125.82.177]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mtaout-da04.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 85790E0000B2 for ; Thu, 12 Aug 2010 22:56:50 -0400 (EDT) Received: by wyb34 with SMTP id 34so2477705wyb.36 for ; Thu, 12 Aug 2010 19:56:49 -0700 (PDT) In-Reply-To: <4C616CC7.3070302@ukfsn.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Andy Furniss Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Tue, Aug 10, 2010 at 10:14 AM, Andy Furniss wrote: > Alex Deucher wrote: >> >> - buffer offsets in the base regs are 256b aligned so >> shift properly when comparing, fixed by Andre Maasikas >> - mipmap size was calculated wrong when nlevel=0 >> - texture bo offsets were used after the bo base address was added >> - vertex resource size register is size - 1, not size > > I tried this patch on a d-r-t from 100805 (todays d-r-t seems to have > reverted to a month ago and doesn't work well with tiling) > > The patch, while fixing mesa demos lodbias and cubemap, seems to regress > ut2004 and doom3 demos - ut2004 has been having issues for a while so I wouldn't blame this patch 100%, Then again my issues seem to be similar to https://bugs.freedesktop.org/show_bug.cgi?id=27443 which may or may not be related. > > radeon 0000:01:00.0: mipmap bo too small (128 128 4 0 7 393216 -> 458816 > have 655360) > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel >