From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 32511] glDrawPixels broken on savage Date: Sat, 8 Jan 2011 04:09:53 -0800 (PST) Message-ID: <20110108120953.F0BB91303B6@annarchy.freedesktop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id 58C2F9E796 for ; Sat, 8 Jan 2011 06:37:13 -0800 (PST) In-Reply-To: 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: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=32511 --- Comment #9 from Tormod Volden 2011-01-08 04:09:53 PST --- Created an attachment (id=41768) --> (https://bugs.freedesktop.org/attachment.cgi?id=41768) debug dmesg output including drawpix run The kernel drm savage_drv.h lists this information: #define SAVAGE_FB_SIZE_S3 0x01000000 /* 16MB */ #define SAVAGE_FB_SIZE_S4 0x02000000 /* 32MB */ #define SAVAGE_MMIO_SIZE 0x00080000 /* 512kB */ #define SAVAGE_APERTURE_OFFSET 0x02000000 /* 32MB */ #define SAVAGE_APERTURE_SIZE 0x05000000 /* 5 tiled surfaces, 16MB each */ I also noticed in drm debug information that drmMapBufs() at savage_xmesa.c:252 returns 0. Is this an issue? [ 336.272629] [drm:drm_ioctl], pid=1559, cmd=0xc00c6419, nr=0x19, dev 0xe200, auth=1 [ 336.272647] [drm:drm_mapbufs], 0 buffers, retcode = -22 [ 336.272654] [drm:drm_ioctl], ret = ffffffea -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.