Re: drm/radeon/r600: CS parser updates perhaps broke 3d

2009-11-17 Thread Mikko Vinni
From: Alex Deucher alexdeuc...@gmail.com On Sun, Nov 15, 2009 at 4:30 PM, Mikko Vinni wrote: Commenting out the following line added by commit a39533b gives 3d back on this board. But is this a correct fix, or should I just try with newer userspace? I have something new enough to have

Re: 2.6.32-rc7-git1: Reported regressions 2.6.30 - 2.6.31

2009-11-17 Thread Larry Finger
On 11/16/2009 04:58 PM, Rafael J. Wysocki wrote: This message contains a list of some regressions introduced between 2.6.30 and 2.6.31, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. Bug-Entry :

[Bug 21472] EnablePageFlip hangs the system with xpress 200M in 3d games

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21472 Fabio fabio@libero.it changed: What|Removed |Added CC||david.hag...@gmail.com

[Bug 15019] Googleearth locks up radeon R300 card

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15019 Fabio fabio@libero.it changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 22195] app crashed to desktop with Radeon driver

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22195 --- Comment #10 from Fabio fabio@libero.it 2009-11-17 01:02:28 PST --- Can you try with Ubuntu 9.10? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[Bug 14628] drm/ksm - s2disk - resume - [drm:r100_ring_test] *ERROR* radeon: ring test failed

2009-11-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14628 Jérôme Glisse gli...@freedesktop.org changed: What|Removed |Added CC|

[Bug 25114] [R600] Nexuiz 2.5.2 crashes on demo5 (Silver City), errors on demo piece-o-cake too

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25114 --- Comment #3 from darkbasic darkbas...@gmail.com 2009-11-17 02:27:16 PST --- The patch solved the problem with Silver City, but the warnings in piece-o-cake still remains. Thank you, Darkbasic -- Configure bugmail:

[Bug 14628] drm/ksm - s2disk - resume - [drm:r100_ring_test] *ERROR* radeon: ring test failed

2009-11-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14628 --- Comment #2 from Christian Hartmann corno...@googlemail.com 2009-11-17 10:27:12 --- Created an attachment (id=23813) -- (http://bugzilla.kernel.org/attachment.cgi?id=23813) lspci Linux oddysseus 2.6.32-rc7 #1 Mon Nov 16 16:24:25 CET

[Bug 25142] New: touhou 11/12 run very slow in wine

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25142 Summary: touhou 11/12 run very slow in wine Product: Mesa Version: 7.6 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority:

Re: RFC: libdrm repo

2009-11-17 Thread Kristian Høgsberg
2009/11/6 Kristian Høgsberg k...@bitplanet.net: Hi, This has come up a few time and it's something I think makes a lot of sense.  Since all driver development (afaik) now happens in linux kernel tree, it makes sense to drop the driver bits from the drm.git repo. Ok, here's an update to the

Re: RFC: libdrm repo

2009-11-17 Thread Stephane Marchesin
2009/11/17 Kristian Høgsberg k...@bitplanet.net: 2009/11/6 Kristian Høgsberg k...@bitplanet.net: Hi, This has come up a few time and it's something I think makes a lot of sense. Since all driver development (afaik) now happens in linux kernel tree, it makes sense to drop the driver bits

Re: RFC: libdrm repo

2009-11-17 Thread Kristian Høgsberg
2009/11/17 Stephane Marchesin marche...@icps.u-strasbg.fr: 2009/11/17 Kristian Høgsberg k...@bitplanet.net: 2009/11/6 Kristian Høgsberg k...@bitplanet.net: Hi, This has come up a few time and it's something I think makes a lot of sense.  Since all driver development (afaik) now happens in

[PATCH 1/2] drm/i915: Add page flipping ioctl

2009-11-17 Thread Kristian Høgsberg
This adds a page flipping ioctl to the KMS API. The ioctl takes an fb ID and a ctrc ID and flips the crtc to the given fb at the next vblank. The ioctl returns immediately but the flip doesn't happen until after any rendering that's currently queued up against the new framebuffer is done. After

[PATCH 2/2] Add intel implementation of the pageflip ioctl

2009-11-17 Thread Kristian Høgsberg
Signed-off-by: Kristian Høgsberg k...@bitplanet.net --- drivers/gpu/drm/i915/i915_drv.h | 12 ++ drivers/gpu/drm/i915/i915_gem.c | 64 +- drivers/gpu/drm/i915/i915_irq.c | 10 ++ drivers/gpu/drm/i915/i915_reg.h |2 + drivers/gpu/drm/i915/intel_display.c |

Re: RFC: libdrm repo

2009-11-17 Thread Stephane Marchesin
[oops, with reply-all this time] On Tue, Nov 17, 2009 at 18:07, Jesse Barnes jbar...@virtuousgeek.org wrote: On Mon, 9 Nov 2009 17:46:44 +0100 Stephane Marchesin marche...@icps.u-strasbg.fr wrote: And how do I get releases of libdrm out outside of kernel releases? We're doing libdrms at

[Bug 24950] Build of mesa-git fails sometimes (no rule to make target compiler/libr300compiler.a)

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24950 --- Comment #9 from Brian Paul brian.e.p...@gmail.com 2009-11-17 10:23:55 PST --- Committed to master: cf65d81cf1eb031384f7e8bfe849ce59c458f27e -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

Re: RFC: libdrm repo

2009-11-17 Thread Jesse Barnes
On Tue, 17 Nov 2009 18:53:22 +0100 Stephane Marchesin marche...@icps.u-strasbg.fr wrote: On Tue, Nov 17, 2009 at 18:07, Jesse Barnes jbar...@virtuousgeek.org wrote: On Mon, 9 Nov 2009 17:46:44 +0100 Stephane Marchesin marche...@icps.u-strasbg.fr wrote: And how do I get releases of libdrm

[Bug 24950] Build of mesa-git fails sometimes (no rule to make target compiler/libr300compiler.a)

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24950 Konstantin ernestoguev...@gmx.net changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH 3/2] drm/i915: add GETPARAM request for page flipping

2009-11-17 Thread Jesse Barnes
From c27e509840589cf4c175f615ec6e3d48e05944c5 Mon Sep 17 00:00:00 2001 From: Jesse Barnes jbar...@jbarnes-desktop.localdomain Date: Wed, 18 Nov 2009 04:31:47 + Subject: [PATCH] drm/i915: add GETPARAM request for page flipping Add a GETPARAM request for checking if page flipping is supported.

Re: APPLE_object_purgeable [v2]

2009-11-17 Thread Brian Paul
Chris, It looks like this extension depends on the drm_intel_bo_madvise() function which isn't in a released version of libdrm yet. Correct? If so, I'd like to hold off on applying this patch to Mesa until there's a new libdrm. -Brian

[PATCH] drm/radeon/kms: deal with connectors sourced to the same encoder

2009-11-17 Thread Alex Deucher
From f0c914fcbd1d178214b624438810ad32e3328fe2 Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Tue, 17 Nov 2009 15:44:01 -0500 Subject: [PATCH] drm/radeon/kms: deal with connectors sourced to the same encoder Some systems have multiple connectors connected to the same

[Bug 14628] drm/ksm - s2disk - resume - [drm:r100_ring_test] *ERROR* radeon: ring test failed

2009-11-17 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14628 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added Blocks|14230 | Regression|Yes

[patch for 2.6.32? 3/3] drm/radeon/kms: fix oops when set_base is call with no FB

2009-11-17 Thread akpm
From: Jerome Glisse jgli...@redhat.com Just do nothing if crct_set_base() is called with no FB. The oops happens when the user switches between X vt or in some case when changing mode. Signed-off-by: Jerome Glisse jgli...@redhat.com Cc: Dave Airlie airl...@linux.ie Signed-off-by: Andrew Morton

[patch for 2.6.32? 2/3] drm: make sure page protections are updated after changing vm_flags

2009-11-17 Thread akpm
From: Jeremy Fitzhardinge jer...@goop.org Some architectures compute -vm_page_prot depending on -vm_flags, so we need to update the protections after adjusting the flags. AFAIK this only affects running X under Xen; without this patch you get lots of coloured blobs on the screen, or maybe a

[patch for 2.6.32? 1/3] drivers/gpu/drm/i915/i915_dma.c: fix unused var

2009-11-17 Thread akpm
From: Andrew Morton a...@linux-foundation.org drivers/gpu/drm/i915/i915_dma.c: In function 'i915_driver_load': drivers/gpu/drm/i915/i915_dma.c:1114: warning: 'll_base' may be used uninitialized in this function Partly this is because gcc isn't smart enough. But `ll_base' does get used

[PATCH] drm/radeon/kms: add quirk for Acer laptop

2009-11-17 Thread Alex Deucher
From 50698aab33d947171324e52f9678d975cd54d94a Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Tue, 17 Nov 2009 17:12:10 -0500 Subject: [PATCH] drm/radeon/kms: add quirk for Acer laptop DVI-I port is actually DVI-D Signed-off-by: Alex Deucher alexdeuc...@gmail.com ---

Re: [PATCH] drm/radeon/kms: add quirk for Acer laptop

2009-11-17 Thread Alex Deucher
now with non-mangled patch. On Tue, Nov 17, 2009 at 5:19 PM, Alex Deucher alexdeuc...@gmail.com wrote: From 50698aab33d947171324e52f9678d975cd54d94a Mon Sep 17 00:00:00 2001 From: Alex Deucher alexdeuc...@gmail.com Date: Tue, 17 Nov 2009 17:12:10 -0500 Subject: [PATCH] drm/radeon/kms: add

[patch 1/5] drm/via: add pci id for VIA VX800 chipset

2009-11-17 Thread akpm
From: Thomas Schlichter thomas.schlich...@web.de The VIA DRM module is able to accelerate 2D video on the VX800 chipset, thus add the corresponding PCI ID. Accelerated 3D video is not implemented. The modified VIA DRM module was tested with X.Org openchrome driver on a Samsung NC20 netbook.

[patch 3/5] drm: kill more unused DRM macros

2009-11-17 Thread akpm
From: Andres Salomon dilin...@collabora.co.uk There are a few more macros in drmP.h that are unused; DRM_GET_PRIV_SAREA, DRM_ARRAY_SIZE, and DRM_WAITCOUNT can go away completely. Unfortunately, DRM_COPY is still used in one place, but we can at least move it to where it's used. It's an awful

[patch 2/5] drm: kill some unused DRM_PROC macros from drmP.h

2009-11-17 Thread akpm
From: Andres Salomon dilin...@collabora.co.uk i915_gem_proc.c appears to have been the last user of the DRM_PROC_* macros, and it has gone away. The macros should die as well. Signed-off-by: Andres Salomon dilin...@collabora.co.uk Cc: Dave Airlie airl...@linux.ie Signed-off-by: Andrew Morton

[patch 4/5] drm: replace DRM_COPY macro w/ a function

2009-11-17 Thread akpm
From: Andres Salomon dilin...@collabora.co.uk Don't inline it; the compiler can figure it out. Comments added that are based upon my interpretation of the code. Hopefully they're correct. :) Signed-off-by: Andres Salomon dilin...@collabora.co.uk Cc: Dave Airlie airl...@linux.ie Signed-off-by:

[patch 5/5] drm: check return values in drm_version

2009-11-17 Thread akpm
From: Andres Salomon dilin...@collabora.co.uk In drm_version, actually check the results from function calls so that we're not potentially passing garbage back to userspace. Signed-off-by: Andres Salomon dilin...@collabora.co.uk Cc: Dave Airlie airl...@linux.ie Signed-off-by: Andrew Morton

Re: [patch 1/5] drm/via: add pci id for VIA VX800 chipset

2009-11-17 Thread Dave Airlie
On Wed, Nov 18, 2009 at 8:41 AM, a...@linux-foundation.org wrote: From: Thomas Schlichter thomas.schlich...@web.de The VIA DRM module is able to accelerate 2D video on the VX800 chipset, thus add the corresponding PCI ID.  Accelerated 3D video is not implemented. The modified VIA DRM

Re: [PATCH 2/2] Add intel implementation of the pageflip ioctl

2009-11-17 Thread Dave Airlie
Signed-off-by: Kristian Høgsberg k...@bitplanet.net *cough* checkpatch.pl *cough*. Dave. --- drivers/gpu/drm/i915/i915_drv.h | 12 ++ drivers/gpu/drm/i915/i915_gem.c | 64 +- drivers/gpu/drm/i915/i915_irq.c | 10 ++ drivers/gpu/drm/i915/i915_reg.h |2

Re: is avoiding compat ioctls possible?

2009-11-17 Thread Dave Airlie
On Fri, Oct 30, 2009 at 8:13 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 30 October 2009, Dave Airlie wrote: Btw when I mentioned ioctls I meant more than radeon, all the KMS ioctls in the common drm_crtc.c file suffer from this problem as well. Hence why I still believe either my drm

Re: [PATCH 1/3] drm/radeon: Give userspace more accurate information about available memory.

2009-11-17 Thread Dave Airlie
2009/8/5 Michel Dänzer mic...@daenzer.net: From: Michel Dänzer daen...@vmware.com Signed-off-by: Michel Dänzer daen...@vmware.com Hi Michel, sorry I lost this when we got stuck with fb reallocations. One problem is this now underreports, I think you can just remove gart table + fbcon from

[Bug 25156] New: Using wine on ati open source drivers causes rotated textures in Wow

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25156 Summary: Using wine on ati open source drivers causes rotated textures in Wow Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 25156] Using wine on ati open source drivers causes rotated textures in Wow

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25156 --- Comment #1 from Jeremy Wilkins wjer...@shaw.ca 2009-11-17 21:55:57 PST --- Created an attachment (id=31289) -- (http://bugs.freedesktop.org/attachment.cgi?id=31289) Xorg Log -- Configure bugmail:

[Bug 25156] Using wine on ati open source drivers causes rotated textures in Wow

2009-11-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25156 --- Comment #2 from Maciej Cencora m.cenc...@gmail.com 2009-11-17 23:04:00 PST --- This is a known problem. Disable Full screen glow effect and Depth effect for now. -- Configure bugmail: